Shades of Lemon Chiffon #FEFACE
Tints of Lemon Chiffon #FEFACE
RGB
CMYK
RGB Variations
Color information
#FEFACE (or 0xFEFACE) is known color: Lemon Chiffon. HEX triplet: FE, FA and CE. RGB value is (254,250,206). Sum of RGB (Red+Green+Blue) = 254+250+206=710 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.77% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 206 (80.86% from 255 or 29.01% from 710); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFACE is #010531. Grayscale: #F6F6F6. Windows color (decimal): -66866 or 13564670. OLE color: 13564670.
HSL color Cylindrical-coordinate representation of color #FEFACE: hue angle of 55º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FEFACE is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 206 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.00 |
| HSL | 55º | 0.96% | 0.9% | - |
| HSV(B) | 55º | 0.19% | 1% | - |
| XYZ | 86.2 | 93.9 | 71.97 | - |
| YUV | 246.18 | 105.33 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 206 | 0 | 0.02 | 0.19 | 0.00 | 55 | 0.96 | 0.9 |
| Hex | FE | FA | CE | 0 | 2 | 13 | 0 | 37 | 60 | 5A |
| Octal | 376 | 372 | 316 | 0 | 2 | 23 | 0 | 67 | 140 | 132 |
| Binary | 11111110 | 11111010 | 11001110 | 0 | 10 | 10011 | 0 | 110111 | 1100000 | 1011010 |
Color Harmonies of #FEFACE
Complementary color
Monochromatic Colors of #FEFACE
Black with #FEFACE
Text Example
Text Example
White with #FEFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFACE; }
p { color: rgb(254,250,206); }
H1.HeaderClassName
{
color: #FEFACE;
}
.AnyTagClassName
{
color: #FEFACE;
}
</style>
background-color css
<style>
a { background-color: #FEFACE; }
a { background-color: rgb(254,250,206); }
div.DivClassName
{
background-color: #FEFACE;
}
.BgClassName
{
background-color: #FEFACE;
}
</style>
border-color css
<style>
span { border-color: #FEFACE; }
span { border-color: rgb(254,250,206); }
td.TdClassName
{
border-color: #FEFACE;
}
.TagClassName
{
border-color: #FEFACE;
}
</style>