Shades of Lemon Chiffon #FDF8C7
Tints of Lemon Chiffon #FDF8C7
RGB
CMYK
RGB Variations
Color information
#FDF8C7 (or 0xFDF8C7) is known color: Lemon Chiffon. HEX triplet: FD, F8 and C7. RGB value is (253,248,199). Sum of RGB (Red+Green+Blue) = 253+248+199=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 248 (97.27% from 255 or 35.43% from 700); Blue value is 199 (78.12% from 255 or 28.43% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8C7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDF8C7 is #020738. Grayscale: #F4F4F4. Windows color (decimal): -132921 or 13105405. OLE color: 13105405.
HSL color Cylindrical-coordinate representation of color #FDF8C7: hue angle of 54.44º 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 #FDF8C7 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 199 | - |
CMYK | 0 | 0.02 | 0.21 | 0.01 |
HSL | 54.44º | 0.93% | 0.89% | - |
HSV(B) | 54.44º | 0.21% | 0.99% | - |
XYZ | 84.38 | 92.14 | 67.37 | - |
YUV | 243.91 | 102.66 | 134.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 199 | 0 | 0.02 | 0.21 | 0.01 | 54.44 | 0.93 | 0.89 |
Hex | FD | F8 | C7 | 0 | 2 | 15 | 1 | 36 | 5D | 59 |
Octal | 375 | 370 | 307 | 0 | 2 | 25 | 1 | 66 | 135 | 131 |
Binary | 11111101 | 11111000 | 11000111 | 0 | 10 | 10101 | 1 | 110110 | 1011101 | 1011001 |
Color Harmonies of #FDF8C7
Complementary color
Monochromatic Colors of #FDF8C7
Black with #FDF8C7
Text Example
Text Example
White with #FDF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8C7; }
p { color: rgb(253,248,199); }
H1.HeaderClassName
{
color: #FDF8C7;
}
.AnyTagClassName
{
color: #FDF8C7;
}
</style>
background-color css
<style>
a { background-color: #FDF8C7; }
a { background-color: rgb(253,248,199); }
div.DivClassName
{
background-color: #FDF8C7;
}
.BgClassName
{
background-color: #FDF8C7;
}
</style>
border-color css
<style>
span { border-color: #FDF8C7; }
span { border-color: rgb(253,248,199); }
td.TdClassName
{
border-color: #FDF8C7;
}
.TagClassName
{
border-color: #FDF8C7;
}
</style>