Shades of Honeydew #FAFEFA
Tints of Honeydew #FAFEFA
RGB
CMYK
RGB Variations
Color information
#FAFEFA (or 0xFAFEFA) is known color: Honeydew. HEX triplet: FA, FE and FA. RGB value is (250,254,250). Sum of RGB (Red+Green+Blue) = 250+254+250=754 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.16% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 250 (98.05% from 255 or 33.16% from 754); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEFA is #050105. Grayscale: #FCFCFC. Windows color (decimal): -327942 or 16449274. OLE color: 16449274.
HSL color Cylindrical-coordinate representation of color #FAFEFA: hue angle of 120º degrees, saturation: 0.67, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAFEFA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 250 | 254 | 250 | - |
CMYK | 0.02 | 0 | 0.02 | 0.00 |
HSL | 120º | 0.67% | 0.99% | - |
HSV(B) | 120º | 0.02% | 1% | - |
XYZ | 92.12 | 98.11 | 104.52 | - |
YUV | 252.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 254 | 250 | 0.02 | 0 | 0.02 | 0.00 | 120 | 0.67 | 0.99 |
Hex | FA | FE | FA | 2 | 0 | 2 | 0 | 78 | 43 | 63 |
Octal | 372 | 376 | 372 | 2 | 0 | 2 | 0 | 170 | 103 | 143 |
Binary | 11111010 | 11111110 | 11111010 | 10 | 0 | 10 | 0 | 1111000 | 1000011 | 1100011 |
Color Harmonies of #FAFEFA
Complementary color
Monochromatic Colors of #FAFEFA
Black with #FAFEFA
Text Example
Text Example
White with #FAFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEFA; }
p { color: rgb(250,254,250); }
H1.HeaderClassName
{
color: #FAFEFA;
}
.AnyTagClassName
{
color: #FAFEFA;
}
</style>
background-color css
<style>
a { background-color: #FAFEFA; }
a { background-color: rgb(250,254,250); }
div.DivClassName
{
background-color: #FAFEFA;
}
.BgClassName
{
background-color: #FAFEFA;
}
</style>
border-color css
<style>
span { border-color: #FAFEFA; }
span { border-color: rgb(250,254,250); }
td.TdClassName
{
border-color: #FAFEFA;
}
.TagClassName
{
border-color: #FAFEFA;
}
</style>