Shades of Cream #FCFBC9
Tints of Cream #FCFBC9
RGB
CMYK
RGB Variations
Color information
#FCFBC9 (or 0xFCFBC9) is known color: Cream. HEX triplet: FC, FB and C9. RGB value is (252,251,201). Sum of RGB (Red+Green+Blue) = 252+251+201=704 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.80% from 704); Green value is 251 (98.44% from 255 or 35.65% from 704); Blue value is 201 (78.91% from 255 or 28.55% from 704); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC9 is #030436. Grayscale: #F5F5F5. Windows color (decimal): -197687 or 13237244. OLE color: 13237244.
HSL color Cylindrical-coordinate representation of color #FCFBC9: hue angle of 58.82º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FCFBC9 is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 201 | - |
| CMYK | 0 | 0.00 | 0.20 | 0.01 |
| HSL | 58.82º | 0.89% | 0.89% | - |
| HSV(B) | 58.82º | 0.2% | 0.99% | - |
| XYZ | 85.18 | 93.91 | 68.89 | - |
| YUV | 245.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 201 | 0 | 0.00 | 0.20 | 0.01 | 58.82 | 0.89 | 0.89 |
| Hex | FC | FB | C9 | 0 | 0 | 14 | 1 | 3B | 59 | 59 |
| Octal | 374 | 373 | 311 | 0 | 0 | 24 | 1 | 73 | 131 | 131 |
| Binary | 11111100 | 11111011 | 11001001 | 0 | 0 | 10100 | 1 | 111011 | 1011001 | 1011001 |
Color Harmonies of #FCFBC9
Complementary color
Monochromatic Colors of #FCFBC9
Black with #FCFBC9
Text Example
Text Example
White with #FCFBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBC9; }
p { color: rgb(252,251,201); }
H1.HeaderClassName
{
color: #FCFBC9;
}
.AnyTagClassName
{
color: #FCFBC9;
}
</style>
background-color css
<style>
a { background-color: #FCFBC9; }
a { background-color: rgb(252,251,201); }
div.DivClassName
{
background-color: #FCFBC9;
}
.BgClassName
{
background-color: #FCFBC9;
}
</style>
border-color css
<style>
span { border-color: #FCFBC9; }
span { border-color: rgb(252,251,201); }
td.TdClassName
{
border-color: #FCFBC9;
}
.TagClassName
{
border-color: #FCFBC9;
}
</style>