Shades of Lemon Chiffon #FCFAC7
Tints of Lemon Chiffon #FCFAC7
RGB
CMYK
RGB Variations
Color information
#FCFAC7 (or 0xFCFAC7) is known color: Lemon Chiffon. HEX triplet: FC, FA and C7. RGB value is (252,250,199). Sum of RGB (Red+Green+Blue) = 252+250+199=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 199 (78.12% from 255 or 28.39% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC7 is #030538. Grayscale: #F4F4F4. Windows color (decimal): -197945 or 13105916. OLE color: 13105916.
HSL color Cylindrical-coordinate representation of color #FCFAC7: hue angle of 57.74º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCFAC7 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 250 | 199 | - |
CMYK | 0 | 0.01 | 0.21 | 0.01 |
HSL | 57.74º | 0.9% | 0.88% | - |
HSV(B) | 57.74º | 0.21% | 0.99% | - |
XYZ | 84.64 | 93.19 | 67.56 | - |
YUV | 244.78 | 102.16 | 133.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 250 | 199 | 0 | 0.01 | 0.21 | 0.01 | 57.74 | 0.9 | 0.88 |
Hex | FC | FA | C7 | 0 | 1 | 15 | 1 | 3A | 5A | 58 |
Octal | 374 | 372 | 307 | 0 | 1 | 25 | 1 | 72 | 132 | 130 |
Binary | 11111100 | 11111010 | 11000111 | 0 | 1 | 10101 | 1 | 111010 | 1011010 | 1011000 |
Color Harmonies of #FCFAC7
Complementary color
Monochromatic Colors of #FCFAC7
Black with #FCFAC7
Text Example
Text Example
White with #FCFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAC7; }
p { color: rgb(252,250,199); }
H1.HeaderClassName
{
color: #FCFAC7;
}
.AnyTagClassName
{
color: #FCFAC7;
}
</style>
background-color css
<style>
a { background-color: #FCFAC7; }
a { background-color: rgb(252,250,199); }
div.DivClassName
{
background-color: #FCFAC7;
}
.BgClassName
{
background-color: #FCFAC7;
}
</style>
border-color css
<style>
span { border-color: #FCFAC7; }
span { border-color: rgb(252,250,199); }
td.TdClassName
{
border-color: #FCFAC7;
}
.TagClassName
{
border-color: #FCFAC7;
}
</style>