Shades of Lemon Chiffon #FDFACE
Tints of Lemon Chiffon #FDFACE
RGB
CMYK
RGB Variations
Color information
#FDFACE (or 0xFDFACE) is known color: Lemon Chiffon. HEX triplet: FD, FA and CE. RGB value is (253,250,206). Sum of RGB (Red+Green+Blue) = 253+250+206=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 206 (80.86% from 255 or 29.06% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFACE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFACE is #020531. Grayscale: #F6F6F6. Windows color (decimal): -132402 or 13564669. OLE color: 13564669.
HSL color Cylindrical-coordinate representation of color #FDFACE: hue angle of 56.17º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDFACE is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 206 | - |
CMYK | 0 | 0.01 | 0.19 | 0.01 |
HSL | 56.17º | 0.92% | 0.9% | - |
HSV(B) | 56.17º | 0.19% | 0.99% | - |
XYZ | 85.83 | 93.71 | 71.96 | - |
YUV | 245.88 | 105.49 | 133.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 206 | 0 | 0.01 | 0.19 | 0.01 | 56.17 | 0.92 | 0.9 |
Hex | FD | FA | CE | 0 | 1 | 13 | 1 | 38 | 5C | 5A |
Octal | 375 | 372 | 316 | 0 | 1 | 23 | 1 | 70 | 134 | 132 |
Binary | 11111101 | 11111010 | 11001110 | 0 | 1 | 10011 | 1 | 111000 | 1011100 | 1011010 |
Color Harmonies of #FDFACE
Complementary color
Monochromatic Colors of #FDFACE
Black with #FDFACE
Text Example
Text Example
White with #FDFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFACE; }
p { color: rgb(253,250,206); }
H1.HeaderClassName
{
color: #FDFACE;
}
.AnyTagClassName
{
color: #FDFACE;
}
</style>
background-color css
<style>
a { background-color: #FDFACE; }
a { background-color: rgb(253,250,206); }
div.DivClassName
{
background-color: #FDFACE;
}
.BgClassName
{
background-color: #FDFACE;
}
</style>
border-color css
<style>
span { border-color: #FDFACE; }
span { border-color: rgb(253,250,206); }
td.TdClassName
{
border-color: #FDFACE;
}
.TagClassName
{
border-color: #FDFACE;
}
</style>