Shades of Cream #FCFBCD
Tints of Cream #FCFBCD
RGB
CMYK
RGB Variations
Color information
#FCFBCD (or 0xFCFBCD) is known color: Cream. HEX triplet: FC, FB and CD. RGB value is (252,251,205). Sum of RGB (Red+Green+Blue) = 252+251+205=708 (93% of max value = 765). Red value is 252 (98.83% from 255 or 35.59% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 205 (80.47% from 255 or 28.95% from 708); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBCD is #030432. Grayscale: #F6F6F6. Windows color (decimal): -197683 or 13499388. OLE color: 13499388.
HSL color Cylindrical-coordinate representation of color #FCFBCD: hue angle of 58.72º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCFBCD is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 251 | 205 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.01 |
| HSL | 58.72º | 0.89% | 0.9% | - |
| HSV(B) | 58.72º | 0.19% | 0.99% | - |
| XYZ | 85.66 | 94.1 | 71.41 | - |
| YUV | 246.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 251 | 205 | 0 | 0.00 | 0.19 | 0.01 | 58.72 | 0.89 | 0.9 |
| Hex | FC | FB | CD | 0 | 0 | 13 | 1 | 3B | 59 | 5A |
| Octal | 374 | 373 | 315 | 0 | 0 | 23 | 1 | 73 | 131 | 132 |
| Binary | 11111100 | 11111011 | 11001101 | 0 | 0 | 10011 | 1 | 111011 | 1011001 | 1011010 |
Color Harmonies of #FCFBCD
Complementary color
Monochromatic Colors of #FCFBCD
Black with #FCFBCD
Text Example
Text Example
White with #FCFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFBCD; }
p { color: rgb(252,251,205); }
H1.HeaderClassName
{
color: #FCFBCD;
}
.AnyTagClassName
{
color: #FCFBCD;
}
</style>
background-color css
<style>
a { background-color: #FCFBCD; }
a { background-color: rgb(252,251,205); }
div.DivClassName
{
background-color: #FCFBCD;
}
.BgClassName
{
background-color: #FCFBCD;
}
</style>
border-color css
<style>
span { border-color: #FCFBCD; }
span { border-color: rgb(252,251,205); }
td.TdClassName
{
border-color: #FCFBCD;
}
.TagClassName
{
border-color: #FCFBCD;
}
</style>