Shades of Lemon Chiffon #FCFBC6
Tints of Lemon Chiffon #FCFBC6
RGB
CMYK
RGB Variations
Color information
#FCFBC6 (or 0xFCFBC6) is known color: Lemon Chiffon. HEX triplet: FC, FB and C6. RGB value is (252,251,198). Sum of RGB (Red+Green+Blue) = 252+251+198=701 (92% of max value = 765). Red value is 252 (98.83% from 255 or 35.95% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 198 (77.73% from 255 or 28.25% from 701); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC6 is #030439. Grayscale: #F5F5F5. Windows color (decimal): -197690 or 13040636. OLE color: 13040636.
HSL color Cylindrical-coordinate representation of color #FCFBC6: hue angle of 58.89º 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 #FCFBC6 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 198 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.01 |
| HSL | 58.89º | 0.9% | 0.88% | - |
| HSV(B) | 58.89º | 0.21% | 0.99% | - |
| XYZ | 84.84 | 93.77 | 67.05 | - |
| YUV | 245.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 198 | 0 | 0.00 | 0.21 | 0.01 | 58.89 | 0.9 | 0.88 |
| Hex | FC | FB | C6 | 0 | 0 | 15 | 1 | 3B | 5A | 58 |
| Octal | 374 | 373 | 306 | 0 | 0 | 25 | 1 | 73 | 132 | 130 |
| Binary | 11111100 | 11111011 | 11000110 | 0 | 0 | 10101 | 1 | 111011 | 1011010 | 1011000 |
Color Harmonies of #FCFBC6
Complementary color
Monochromatic Colors of #FCFBC6
Black with #FCFBC6
Text Example
Text Example
White with #FCFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBC6; }
p { color: rgb(252,251,198); }
H1.HeaderClassName
{
color: #FCFBC6;
}
.AnyTagClassName
{
color: #FCFBC6;
}
</style>
background-color css
<style>
a { background-color: #FCFBC6; }
a { background-color: rgb(252,251,198); }
div.DivClassName
{
background-color: #FCFBC6;
}
.BgClassName
{
background-color: #FCFBC6;
}
</style>
border-color css
<style>
span { border-color: #FCFBC6; }
span { border-color: rgb(252,251,198); }
td.TdClassName
{
border-color: #FCFBC6;
}
.TagClassName
{
border-color: #FCFBC6;
}
</style>