Shades of Cream #FCFBC8
Tints of Cream #FCFBC8
RGB
CMYK
RGB Variations
Color information
#FCFBC8 (or 0xFCFBC8) is known color: Cream. HEX triplet: FC, FB and C8. RGB value is (252,251,200). Sum of RGB (Red+Green+Blue) = 252+251+200=703 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.85% from 703); Green value is 251 (98.44% from 255 or 35.70% from 703); Blue value is 200 (78.52% from 255 or 28.45% from 703); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBC8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBC8 is #030437. Grayscale: #F5F5F5. Windows color (decimal): -197688 or 13171708. OLE color: 13171708.
HSL color Cylindrical-coordinate representation of color #FCFBC8: hue angle of 58.85º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCFBC8 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 200 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.01 |
| HSL | 58.85º | 0.9% | 0.89% | - |
| HSV(B) | 58.85º | 0.21% | 0.99% | - |
| XYZ | 85.07 | 93.86 | 68.28 | - |
| YUV | 245.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 200 | 0 | 0.00 | 0.21 | 0.01 | 58.85 | 0.9 | 0.89 |
| Hex | FC | FB | C8 | 0 | 0 | 15 | 1 | 3B | 5A | 59 |
| Octal | 374 | 373 | 310 | 0 | 0 | 25 | 1 | 73 | 132 | 131 |
| Binary | 11111100 | 11111011 | 11001000 | 0 | 0 | 10101 | 1 | 111011 | 1011010 | 1011001 |
Color Harmonies of #FCFBC8
Complementary color
Monochromatic Colors of #FCFBC8
Black with #FCFBC8
Text Example
Text Example
White with #FCFBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBC8; }
p { color: rgb(252,251,200); }
H1.HeaderClassName
{
color: #FCFBC8;
}
.AnyTagClassName
{
color: #FCFBC8;
}
</style>
background-color css
<style>
a { background-color: #FCFBC8; }
a { background-color: rgb(252,251,200); }
div.DivClassName
{
background-color: #FCFBC8;
}
.BgClassName
{
background-color: #FCFBC8;
}
</style>
border-color css
<style>
span { border-color: #FCFBC8; }
span { border-color: rgb(252,251,200); }
td.TdClassName
{
border-color: #FCFBC8;
}
.TagClassName
{
border-color: #FCFBC8;
}
</style>