Shades of Lemon Chiffon #FCFAC6
Tints of Lemon Chiffon #FCFAC6
RGB
CMYK
RGB Variations
Color information
#FCFAC6 (or 0xFCFAC6) is known color: Lemon Chiffon. HEX triplet: FC, FA and C6. RGB value is (252,250,198). Sum of RGB (Red+Green+Blue) = 252+250+198=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 198 (77.73% from 255 or 28.29% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC6 is #030539. Grayscale: #F4F4F4. Windows color (decimal): -197946 or 13040380. OLE color: 13040380.
HSL color Cylindrical-coordinate representation of color #FCFAC6: hue angle of 57.78º 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 #FCFAC6 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 198 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.01 |
| HSL | 57.78º | 0.9% | 0.88% | - |
| HSV(B) | 57.78º | 0.21% | 0.99% | - |
| XYZ | 84.52 | 93.14 | 66.95 | - |
| YUV | 244.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 198 | 0 | 0.01 | 0.21 | 0.01 | 57.78 | 0.9 | 0.88 |
| Hex | FC | FA | C6 | 0 | 1 | 15 | 1 | 3A | 5A | 58 |
| Octal | 374 | 372 | 306 | 0 | 1 | 25 | 1 | 72 | 132 | 130 |
| Binary | 11111100 | 11111010 | 11000110 | 0 | 1 | 10101 | 1 | 111010 | 1011010 | 1011000 |
Color Harmonies of #FCFAC6
Complementary color
Monochromatic Colors of #FCFAC6
Black with #FCFAC6
Text Example
Text Example
White with #FCFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAC6; }
p { color: rgb(252,250,198); }
H1.HeaderClassName
{
color: #FCFAC6;
}
.AnyTagClassName
{
color: #FCFAC6;
}
</style>
background-color css
<style>
a { background-color: #FCFAC6; }
a { background-color: rgb(252,250,198); }
div.DivClassName
{
background-color: #FCFAC6;
}
.BgClassName
{
background-color: #FCFAC6;
}
</style>
border-color css
<style>
span { border-color: #FCFAC6; }
span { border-color: rgb(252,250,198); }
td.TdClassName
{
border-color: #FCFAC6;
}
.TagClassName
{
border-color: #FCFAC6;
}
</style>