Shades of Lemon Chiffon #FEFACF
Tints of Lemon Chiffon #FEFACF
RGB
CMYK
RGB Variations
Color information
#FEFACF (or 0xFEFACF) is known color: Lemon Chiffon. HEX triplet: FE, FA and CF. RGB value is (254,250,207). Sum of RGB (Red+Green+Blue) = 254+250+207=711 (94% of max value = 765). Red value is 254 (99.61% from 255 or 35.72% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 207 (81.25% from 255 or 29.11% from 711); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFACF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEFACF is #010530. Grayscale: #F6F6F6. Windows color (decimal): -66865 or 13630206. OLE color: 13630206.
HSL color Cylindrical-coordinate representation of color #FEFACF: hue angle of 54.89º 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 #FEFACF is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 250 | 207 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.00 |
| HSL | 54.89º | 0.96% | 0.9% | - |
| HSV(B) | 54.89º | 0.19% | 1% | - |
| XYZ | 86.32 | 93.95 | 72.62 | - |
| YUV | 246.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 250 | 207 | 0 | 0.02 | 0.19 | 0.00 | 54.89 | 0.96 | 0.9 |
| Hex | FE | FA | CF | 0 | 2 | 13 | 0 | 37 | 60 | 5A |
| Octal | 376 | 372 | 317 | 0 | 2 | 23 | 0 | 67 | 140 | 132 |
| Binary | 11111110 | 11111010 | 11001111 | 0 | 10 | 10011 | 0 | 110111 | 1100000 | 1011010 |
Color Harmonies of #FEFACF
Complementary color
Monochromatic Colors of #FEFACF
Black with #FEFACF
Text Example
Text Example
White with #FEFACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEFACF; }
p { color: rgb(254,250,207); }
H1.HeaderClassName
{
color: #FEFACF;
}
.AnyTagClassName
{
color: #FEFACF;
}
</style>
background-color css
<style>
a { background-color: #FEFACF; }
a { background-color: rgb(254,250,207); }
div.DivClassName
{
background-color: #FEFACF;
}
.BgClassName
{
background-color: #FEFACF;
}
</style>
border-color css
<style>
span { border-color: #FEFACF; }
span { border-color: rgb(254,250,207); }
td.TdClassName
{
border-color: #FEFACF;
}
.TagClassName
{
border-color: #FEFACF;
}
</style>