Shades of LemonChiffon #FFFACD
Tints of LemonChiffon #FFFACD
RGB
CMYK
RGB Variations
Color information
#FFFACD (or 0xFFFACD) is known color: LemonChiffon. HEX triplet: FF, FA and CD. RGB value is (255,250,205). Sum of RGB (Red+Green+Blue) = 255+250+205=710 (94% of max value = 765). Red value is 255 (100% from 255 or 35.92% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 205 (80.47% from 255 or 28.87% from 710); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFACD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFACD is #000532. Grayscale: #F6F6F6. Windows color (decimal): -1331 or 13499135. OLE color: 13499135.
HSL color Cylindrical-coordinate representation of color #FFFACD: hue angle of 54º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFFACD is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 250 | 205 | - |
CMYK | 0 | 0.02 | 0.20 | 0 |
HSL | 54º | 1% | 0.9% | - |
HSV(B) | 54º | 0.2% | 1% | - |
XYZ | 86.45 | 94.04 | 71.35 | - |
YUV | 246.37 | 104.66 | 134.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 250 | 205 | 0 | 0.02 | 0.20 | 0 | 54 | 1 | 0.9 |
Hex | FF | FA | CD | 0 | 2 | 14 | 0 | 36 | 64 | 5A |
Octal | 377 | 372 | 315 | 0 | 2 | 24 | 0 | 66 | 144 | 132 |
Binary | 11111111 | 11111010 | 11001101 | 0 | 10 | 10100 | 0 | 110110 | 1100100 | 1011010 |
Color Harmonies of #FFFACD
Complementary color
Monochromatic Colors of #FFFACD
Black with #FFFACD
Text Example
Text Example
White with #FFFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFACD; }
p { color: rgb(255,250,205); }
H1.HeaderClassName
{
color: #FFFACD;
}
.AnyTagClassName
{
color: #FFFACD;
}
</style>
background-color css
<style>
a { background-color: #FFFACD; }
a { background-color: rgb(255,250,205); }
div.DivClassName
{
background-color: #FFFACD;
}
.BgClassName
{
background-color: #FFFACD;
}
</style>
border-color css
<style>
span { border-color: #FFFACD; }
span { border-color: rgb(255,250,205); }
td.TdClassName
{
border-color: #FFFACD;
}
.TagClassName
{
border-color: #FFFACD;
}
</style>