Shades of Cream #FCFCCB
Tints of Cream #FCFCCB
RGB
CMYK
RGB Variations
Color information
#FCFCCB (or 0xFCFCCB) is known color: Cream. HEX triplet: FC, FC and CB. RGB value is (252,252,203). Sum of RGB (Red+Green+Blue) = 252+252+203=707 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.64% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 203 (79.69% from 255 or 28.71% from 707); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCCB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFCCB is #030334. Grayscale: #F6F6F6. Windows color (decimal): -197429 or 13368572. OLE color: 13368572.
HSL color Cylindrical-coordinate representation of color #FCFCCB: hue angle of 60º 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 #FCFCCB is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 252 | 203 | - |
| CMYK | 0 | 0 | 0.19 | 0.01 |
| HSL | 60º | 0.89% | 0.89% | - |
| HSV(B) | 60º | 0.19% | 0.99% | - |
| XYZ | 85.73 | 94.63 | 70.25 | - |
| YUV | 246.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 252 | 203 | 0 | 0 | 0.19 | 0.01 | 60 | 0.89 | 0.89 |
| Hex | FC | FC | CB | 0 | 0 | 13 | 1 | 3C | 59 | 59 |
| Octal | 374 | 374 | 313 | 0 | 0 | 23 | 1 | 74 | 131 | 131 |
| Binary | 11111100 | 11111100 | 11001011 | 0 | 0 | 10011 | 1 | 111100 | 1011001 | 1011001 |
Color Harmonies of #FCFCCB
Complementary color
Monochromatic Colors of #FCFCCB
Black with #FCFCCB
Text Example
Text Example
White with #FCFCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFCCB; }
p { color: rgb(252,252,203); }
H1.HeaderClassName
{
color: #FCFCCB;
}
.AnyTagClassName
{
color: #FCFCCB;
}
</style>
background-color css
<style>
a { background-color: #FCFCCB; }
a { background-color: rgb(252,252,203); }
div.DivClassName
{
background-color: #FCFCCB;
}
.BgClassName
{
background-color: #FCFCCB;
}
</style>
border-color css
<style>
span { border-color: #FCFCCB; }
span { border-color: rgb(252,252,203); }
td.TdClassName
{
border-color: #FCFCCB;
}
.TagClassName
{
border-color: #FCFCCB;
}
</style>