Shades of Lemon Chiffon #FDFAC7
Tints of Lemon Chiffon #FDFAC7
RGB
CMYK
RGB Variations
Color information
#FDFAC7 (or 0xFDFAC7) is known color: Lemon Chiffon. HEX triplet: FD, FA and C7. RGB value is (253,250,199). Sum of RGB (Red+Green+Blue) = 253+250+199=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 199 (78.12% from 255 or 28.35% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFAC7 is #020538. Grayscale: #F5F5F5. Windows color (decimal): -132409 or 13105917. OLE color: 13105917.
HSL color Cylindrical-coordinate representation of color #FDFAC7: hue angle of 56.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FDFAC7 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 250 | 199 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.01 |
| HSL | 56.67º | 0.93% | 0.89% | - |
| HSV(B) | 56.67º | 0.21% | 0.99% | - |
| XYZ | 85 | 93.38 | 67.58 | - |
| YUV | 245.08 | 101.99 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 250 | 199 | 0 | 0.01 | 0.21 | 0.01 | 56.67 | 0.93 | 0.89 |
| Hex | FD | FA | C7 | 0 | 1 | 15 | 1 | 39 | 5D | 59 |
| Octal | 375 | 372 | 307 | 0 | 1 | 25 | 1 | 71 | 135 | 131 |
| Binary | 11111101 | 11111010 | 11000111 | 0 | 1 | 10101 | 1 | 111001 | 1011101 | 1011001 |
Color Harmonies of #FDFAC7
Complementary color
Monochromatic Colors of #FDFAC7
Black with #FDFAC7
Text Example
Text Example
White with #FDFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFAC7; }
p { color: rgb(253,250,199); }
H1.HeaderClassName
{
color: #FDFAC7;
}
.AnyTagClassName
{
color: #FDFAC7;
}
</style>
background-color css
<style>
a { background-color: #FDFAC7; }
a { background-color: rgb(253,250,199); }
div.DivClassName
{
background-color: #FDFAC7;
}
.BgClassName
{
background-color: #FDFAC7;
}
</style>
border-color css
<style>
span { border-color: #FDFAC7; }
span { border-color: rgb(253,250,199); }
td.TdClassName
{
border-color: #FDFAC7;
}
.TagClassName
{
border-color: #FDFAC7;
}
</style>