Shades of Lemon Chiffon #FDFACC
Tints of Lemon Chiffon #FDFACC
RGB
CMYK
RGB Variations
Color information
#FDFACC (or 0xFDFACC) is known color: Lemon Chiffon. HEX triplet: FD, FA and CC. RGB value is (253,250,204). Sum of RGB (Red+Green+Blue) = 253+250+204=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 204 (80.08% from 255 or 28.85% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFACC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFACC is #020533. Grayscale: #F5F5F5. Windows color (decimal): -132404 or 13433597. OLE color: 13433597.
HSL color Cylindrical-coordinate representation of color #FDFACC: hue angle of 56.33º 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 #FDFACC is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 204 | - |
CMYK | 0 | 0.01 | 0.19 | 0.01 |
HSL | 56.33º | 0.92% | 0.9% | - |
HSV(B) | 56.33º | 0.19% | 0.99% | - |
XYZ | 85.59 | 93.61 | 70.68 | - |
YUV | 245.65 | 104.49 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 204 | 0 | 0.01 | 0.19 | 0.01 | 56.33 | 0.92 | 0.9 |
Hex | FD | FA | CC | 0 | 1 | 13 | 1 | 38 | 5C | 5A |
Octal | 375 | 372 | 314 | 0 | 1 | 23 | 1 | 70 | 134 | 132 |
Binary | 11111101 | 11111010 | 11001100 | 0 | 1 | 10011 | 1 | 111000 | 1011100 | 1011010 |
Color Harmonies of #FDFACC
Complementary color
Monochromatic Colors of #FDFACC
Black with #FDFACC
Text Example
Text Example
White with #FDFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFACC; }
p { color: rgb(253,250,204); }
H1.HeaderClassName
{
color: #FDFACC;
}
.AnyTagClassName
{
color: #FDFACC;
}
</style>
background-color css
<style>
a { background-color: #FDFACC; }
a { background-color: rgb(253,250,204); }
div.DivClassName
{
background-color: #FDFACC;
}
.BgClassName
{
background-color: #FDFACC;
}
</style>
border-color css
<style>
span { border-color: #FDFACC; }
span { border-color: rgb(253,250,204); }
td.TdClassName
{
border-color: #FDFACC;
}
.TagClassName
{
border-color: #FDFACC;
}
</style>