Shades of Cream #FCFBCB
Tints of Cream #FCFBCB
RGB
CMYK
RGB Variations
Color information
#FCFBCB (or 0xFCFBCB) is known color: Cream. HEX triplet: FC, FB and CB. RGB value is (252,251,203). Sum of RGB (Red+Green+Blue) = 252+251+203=706 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.69% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 203 (79.69% from 255 or 28.75% from 706); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBCB is #030434. Grayscale: #F6F6F6. Windows color (decimal): -197685 or 13368316. OLE color: 13368316.
HSL color Cylindrical-coordinate representation of color #FCFBCB: hue angle of 58.78º 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 #FCFBCB is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 203 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.01 |
| HSL | 58.78º | 0.89% | 0.89% | - |
| HSV(B) | 58.78º | 0.19% | 0.99% | - |
| XYZ | 85.42 | 94 | 70.14 | - |
| YUV | 245.83 | 103.83 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 203 | 0 | 0.00 | 0.19 | 0.01 | 58.78 | 0.89 | 0.89 |
| Hex | FC | FB | CB | 0 | 0 | 13 | 1 | 3B | 59 | 59 |
| Octal | 374 | 373 | 313 | 0 | 0 | 23 | 1 | 73 | 131 | 131 |
| Binary | 11111100 | 11111011 | 11001011 | 0 | 0 | 10011 | 1 | 111011 | 1011001 | 1011001 |
Color Harmonies of #FCFBCB
Complementary color
Monochromatic Colors of #FCFBCB
Black with #FCFBCB
Text Example
Text Example
White with #FCFBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBCB; }
p { color: rgb(252,251,203); }
H1.HeaderClassName
{
color: #FCFBCB;
}
.AnyTagClassName
{
color: #FCFBCB;
}
</style>
background-color css
<style>
a { background-color: #FCFBCB; }
a { background-color: rgb(252,251,203); }
div.DivClassName
{
background-color: #FCFBCB;
}
.BgClassName
{
background-color: #FCFBCB;
}
</style>
border-color css
<style>
span { border-color: #FCFBCB; }
span { border-color: rgb(252,251,203); }
td.TdClassName
{
border-color: #FCFBCB;
}
.TagClassName
{
border-color: #FCFBCB;
}
</style>