what is the code for color white for CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what is the code for color white for CSS?

29th Sep 2016, 9:47 AM
menchu
menchu - avatar
5 Answers
0
rgb(250,250,250)
4th Oct 2016, 8:34 PM
Muhammad Gulam alkahfi
Muhammad Gulam alkahfi - avatar
- 1
If you want the font color white then just color:white; is ok but if you want background color white then background-color: white;
29th Sep 2016, 10:54 AM
Dhairya Karna
Dhairya Karna - avatar
- 1
#FFF
29th Sep 2016, 1:05 PM
Knife Boss
Knife Boss - avatar
- 1
#ffffff
1st Oct 2016, 5:57 PM
Akshay Kr Sharma
Akshay Kr Sharma - avatar
- 1
you can either use hex code for white :- #ffffff or simply use "color: white;" in CSS or can use RGB color code (250,250,250)
6th Oct 2016, 5:02 PM
Darshan Komu
Darshan Komu - avatar