Shades of Lemon Chiffon #FDFACD
Tints of Lemon Chiffon #FDFACD
RGB
CMYK
RGB Variations
Color information
#FDFACD (or 0xFDFACD) is known color: Lemon Chiffon. HEX triplet: FD, FA and CD. RGB value is (253,250,205). Sum of RGB (Red+Green+Blue) = 253+250+205=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 205 (80.47% from 255 or 28.95% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFACD is #020532. Grayscale: #F5F5F5. Windows color (decimal): -132403 or 13499133. OLE color: 13499133.
HSL color Cylindrical-coordinate representation of color #FDFACD: hue angle of 56.25º 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 #FDFACD is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 250 | 205 | - |
CMYK | 0 | 0.01 | 0.19 | 0.01 |
HSL | 56.25º | 0.92% | 0.9% | - |
HSV(B) | 56.25º | 0.19% | 0.99% | - |
XYZ | 85.71 | 93.66 | 71.32 | - |
YUV | 245.77 | 104.99 | 133.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 250 | 205 | 0 | 0.01 | 0.19 | 0.01 | 56.25 | 0.92 | 0.9 |
Hex | FD | FA | CD | 0 | 1 | 13 | 1 | 38 | 5C | 5A |
Octal | 375 | 372 | 315 | 0 | 1 | 23 | 1 | 70 | 134 | 132 |
Binary | 11111101 | 11111010 | 11001101 | 0 | 1 | 10011 | 1 | 111000 | 1011100 | 1011010 |
Color Harmonies of #FDFACD
Complementary color
Monochromatic Colors of #FDFACD
Black with #FDFACD
Text Example
Text Example
White with #FDFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFACD; }
p { color: rgb(253,250,205); }
H1.HeaderClassName
{
color: #FDFACD;
}
.AnyTagClassName
{
color: #FDFACD;
}
</style>
background-color css
<style>
a { background-color: #FDFACD; }
a { background-color: rgb(253,250,205); }
div.DivClassName
{
background-color: #FDFACD;
}
.BgClassName
{
background-color: #FDFACD;
}
</style>
border-color css
<style>
span { border-color: #FDFACD; }
span { border-color: rgb(253,250,205); }
td.TdClassName
{
border-color: #FDFACD;
}
.TagClassName
{
border-color: #FDFACD;
}
</style>