Shades of Lemon Chiffon #FCFACB
Tints of Lemon Chiffon #FCFACB
RGB
CMYK
RGB Variations
Color information
#FCFACB (or 0xFCFACB) is known color: Lemon Chiffon. HEX triplet: FC, FA and CB. RGB value is (252,250,203). Sum of RGB (Red+Green+Blue) = 252+250+203=705 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.74% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 203 (79.69% from 255 or 28.79% from 705); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFACB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFACB is #030534. Grayscale: #F5F5F5. Windows color (decimal): -197941 or 13368060. OLE color: 13368060.
HSL color Cylindrical-coordinate representation of color #FCFACB: hue angle of 57.55º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCFACB is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 203 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.01 |
| HSL | 57.55º | 0.89% | 0.89% | - |
| HSV(B) | 57.55º | 0.19% | 0.99% | - |
| XYZ | 85.11 | 93.38 | 70.04 | - |
| YUV | 245.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 203 | 0 | 0.01 | 0.19 | 0.01 | 57.55 | 0.89 | 0.89 |
| Hex | FC | FA | CB | 0 | 1 | 13 | 1 | 3A | 59 | 59 |
| Octal | 374 | 372 | 313 | 0 | 1 | 23 | 1 | 72 | 131 | 131 |
| Binary | 11111100 | 11111010 | 11001011 | 0 | 1 | 10011 | 1 | 111010 | 1011001 | 1011001 |
Color Harmonies of #FCFACB
Complementary color
Monochromatic Colors of #FCFACB
Black with #FCFACB
Text Example
Text Example
White with #FCFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFACB; }
p { color: rgb(252,250,203); }
H1.HeaderClassName
{
color: #FCFACB;
}
.AnyTagClassName
{
color: #FCFACB;
}
</style>
background-color css
<style>
a { background-color: #FCFACB; }
a { background-color: rgb(252,250,203); }
div.DivClassName
{
background-color: #FCFACB;
}
.BgClassName
{
background-color: #FCFACB;
}
</style>
border-color css
<style>
span { border-color: #FCFACB; }
span { border-color: rgb(252,250,203); }
td.TdClassName
{
border-color: #FCFACB;
}
.TagClassName
{
border-color: #FCFACB;
}
</style>