Shades of Lemon Chiffon #FFFAD5
Tints of Lemon Chiffon #FFFAD5
RGB
CMYK
RGB Variations
Color information
#FFFAD5 (or 0xFFFAD5) is known color: Lemon Chiffon. HEX triplet: FF, FA and D5. RGB value is (255,250,213). Sum of RGB (Red+Green+Blue) = 255+250+213=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 213 (83.59% from 255 or 29.67% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAD5 is #00052A. Grayscale: #F7F7F7. Windows color (decimal): -1323 or 14023423. OLE color: 14023423.
HSL color Cylindrical-coordinate representation of color #FFFAD5: hue angle of 52.86º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFFAD5 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 213 | - |
CMYK | 0 | 0.02 | 0.16 | 0 |
HSL | 52.86º | 1% | 0.92% | - |
HSV(B) | 52.86º | 0.16% | 1% | - |
XYZ | 87.44 | 94.44 | 76.57 | - |
YUV | 247.28 | 108.66 | 133.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 213 | 0 | 0.02 | 0.16 | 0 | 52.86 | 1 | 0.92 |
Hex | FF | FA | D5 | 0 | 2 | 10 | 0 | 35 | 64 | 5C |
Octal | 377 | 372 | 325 | 0 | 2 | 20 | 0 | 65 | 144 | 134 |
Binary | 11111111 | 11111010 | 11010101 | 0 | 10 | 10000 | 0 | 110101 | 1100100 | 1011100 |
Color Harmonies of #FFFAD5
Complementary color
Monochromatic Colors of #FFFAD5
Black with #FFFAD5
Text Example
Text Example
White with #FFFAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFAD5; }
p { color: rgb(255,250,213); }
H1.HeaderClassName
{
color: #FFFAD5;
}
.AnyTagClassName
{
color: #FFFAD5;
}
</style>
background-color css
<style>
a { background-color: #FFFAD5; }
a { background-color: rgb(255,250,213); }
div.DivClassName
{
background-color: #FFFAD5;
}
.BgClassName
{
background-color: #FFFAD5;
}
</style>
border-color css
<style>
span { border-color: #FFFAD5; }
span { border-color: rgb(255,250,213); }
td.TdClassName
{
border-color: #FFFAD5;
}
.TagClassName
{
border-color: #FFFAD5;
}
</style>