Shades of Cream #FCFBCC
Tints of Cream #FCFBCC
RGB
CMYK
RGB Variations
Color information
#FCFBCC (or 0xFCFBCC) is known color: Cream. HEX triplet: FC, FB and CC. RGB value is (252,251,204). Sum of RGB (Red+Green+Blue) = 252+251+204=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 204 (80.08% from 255 or 28.85% from 707); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBCC is #030433. Grayscale: #F6F6F6. Windows color (decimal): -197684 or 13433852. OLE color: 13433852.
HSL color Cylindrical-coordinate representation of color #FCFBCC: hue angle of 58.75º 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 #FCFBCC is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 204 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.01 |
| HSL | 58.75º | 0.89% | 0.89% | - |
| HSV(B) | 58.75º | 0.19% | 0.99% | - |
| XYZ | 85.54 | 94.05 | 70.77 | - |
| YUV | 245.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 204 | 0 | 0.00 | 0.19 | 0.01 | 58.75 | 0.89 | 0.89 |
| Hex | FC | FB | CC | 0 | 0 | 13 | 1 | 3B | 59 | 59 |
| Octal | 374 | 373 | 314 | 0 | 0 | 23 | 1 | 73 | 131 | 131 |
| Binary | 11111100 | 11111011 | 11001100 | 0 | 0 | 10011 | 1 | 111011 | 1011001 | 1011001 |
Color Harmonies of #FCFBCC
Complementary color
Monochromatic Colors of #FCFBCC
Black with #FCFBCC
Text Example
Text Example
White with #FCFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBCC; }
p { color: rgb(252,251,204); }
H1.HeaderClassName
{
color: #FCFBCC;
}
.AnyTagClassName
{
color: #FCFBCC;
}
</style>
background-color css
<style>
a { background-color: #FCFBCC; }
a { background-color: rgb(252,251,204); }
div.DivClassName
{
background-color: #FCFBCC;
}
.BgClassName
{
background-color: #FCFBCC;
}
</style>
border-color css
<style>
span { border-color: #FCFBCC; }
span { border-color: rgb(252,251,204); }
td.TdClassName
{
border-color: #FCFBCC;
}
.TagClassName
{
border-color: #FCFBCC;
}
</style>