Shades of Cream #FDFCCE
Tints of Cream #FDFCCE
RGB
CMYK
RGB Variations
Color information
#FDFCCE (or 0xFDFCCE) is known color: Cream. HEX triplet: FD, FC and CE. RGB value is (253,252,206). Sum of RGB (Red+Green+Blue) = 253+252+206=711 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.58% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 206 (80.86% from 255 or 28.97% from 711); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCCE is #020331. Grayscale: #F7F7F7. Windows color (decimal): -131890 or 13565181. OLE color: 13565181.
HSL color Cylindrical-coordinate representation of color #FDFCCE: hue angle of 58.72º degrees, saturation: 0.92, 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 #FDFCCE is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 252 | 206 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.01 |
| HSL | 58.72º | 0.92% | 0.9% | - |
| HSV(B) | 58.72º | 0.19% | 0.99% | - |
| XYZ | 86.46 | 94.96 | 72.16 | - |
| YUV | 247.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 252 | 206 | 0 | 0.00 | 0.19 | 0.01 | 58.72 | 0.92 | 0.9 |
| Hex | FD | FC | CE | 0 | 0 | 13 | 1 | 3B | 5C | 5A |
| Octal | 375 | 374 | 316 | 0 | 0 | 23 | 1 | 73 | 134 | 132 |
| Binary | 11111101 | 11111100 | 11001110 | 0 | 0 | 10011 | 1 | 111011 | 1011100 | 1011010 |
Color Harmonies of #FDFCCE
Complementary color
Monochromatic Colors of #FDFCCE
Black with #FDFCCE
Text Example
Text Example
White with #FDFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCCE; }
p { color: rgb(253,252,206); }
H1.HeaderClassName
{
color: #FDFCCE;
}
.AnyTagClassName
{
color: #FDFCCE;
}
</style>
background-color css
<style>
a { background-color: #FDFCCE; }
a { background-color: rgb(253,252,206); }
div.DivClassName
{
background-color: #FDFCCE;
}
.BgClassName
{
background-color: #FDFCCE;
}
</style>
border-color css
<style>
span { border-color: #FDFCCE; }
span { border-color: rgb(253,252,206); }
td.TdClassName
{
border-color: #FDFCCE;
}
.TagClassName
{
border-color: #FDFCCE;
}
</style>