why are the white colour code is ffffff is it flip flip flip flip flip flip? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

why are the white colour code is ffffff is it flip flip flip flip flip flip?

11th Jun 2019, 4:17 PM
Rakha Maulana
Rakha Maulana - avatar
8 Answers
+ 9
😅 no. f doesn't have anything to deal with flip. Those are hexadecimal values. ff represents 255 in decimal format. If we covert this one to RGB then it will result in rgb(255, 255, 255) Also look at the tutorials provided in these sites https://www.rapidtables.com/convert/number/hex-to-decimal.html https://www.rapidtables.com/web/color/RGB_Color.html
11th Jun 2019, 4:43 PM
Seniru
Seniru - avatar
+ 6
Well, as Sεηιrυ ραsαη said. FFFFFF is hexadecimal color code. Which is the lightest one. Here are the hexadecimal numbers >>> 0 - 1 - 2 - 3 - 4 - 5 - 6 - 7 - 8 - 9 - A - B - C - D - E - F. For example 11 is B in hexadecimal numbers.
12th Jun 2019, 5:35 PM
Ffcgg
Ffcgg - avatar
+ 2
RGB values are usually prepended with a hash to denote them, like so: #FA89FB Sometimes you find RGBA values, where A stands for alpha or opacity, like so #BEEFBEEF The second value has nothing to do with beef, but instead is split into four parts (R) ed: BE (G) reen: EF (B) lue: BE (A) lpha: EF BE is the hexadecimal equivalent for 16¹xB +16^0xE = 16¹x11 + 1x 14 = 176+14 = 190 So we take 190/255 of the red and blue value and add 239/255 green and alpha values So we basically receive a greenish slightly lookthrough colour for webelements. You might ask why 255? That is because it FF or 255 or 2^8 is a binary value. It is odd, because the 0 is included. Too complicated? Just see the values 0-F as a more nuancated room for adjustments, than 0-9, it has 6 values more. If you like this answer, please upvote it 😇 or mark it as the solution
13th Jun 2019, 8:10 AM
Loeschzwerg
+ 1
FFFFFF indicates the maximum value of a specific colour frequency. In RRGGBB (Red, Green, Blue), it would be the maximum for all three colours...white
11th Jun 2019, 4:37 PM
Trigger
Trigger - avatar
+ 1
thanks
12th Jun 2019, 6:32 AM
Rakha Maulana
Rakha Maulana - avatar
+ 1
FFFFFF is an hexadecimal value or color
12th Jun 2019, 11:38 PM
jesutomi olatunde
jesutomi olatunde - avatar
+ 1
Loeschzwerg is it vegan beef?
13th Jun 2019, 4:49 PM
Rakha Maulana
Rakha Maulana - avatar
+ 1
Rakha Maulana yes. Only for you
29th Jun 2019, 9:48 AM
Loeschzwerg