Shades of Cream #FDFBCC
Tints of Cream #FDFBCC
RGB
CMYK
RGB Variations
Color information
#FDFBCC (or 0xFDFBCC) is known color: Cream. HEX triplet: FD, FB and CC. RGB value is (253,251,204). Sum of RGB (Red+Green+Blue) = 253+251+204=708 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.73% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 204 (80.08% from 255 or 28.81% from 708); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFBCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFBCC is #020433. Grayscale: #F6F6F6. Windows color (decimal): -132148 or 13433853. OLE color: 13433853.
HSL color Cylindrical-coordinate representation of color #FDFBCC: hue angle of 57.55º 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 #FDFBCC is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 251 | 204 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.01 |
| HSL | 57.55º | 0.92% | 0.9% | - |
| HSV(B) | 57.55º | 0.19% | 0.99% | - |
| XYZ | 85.9 | 94.24 | 70.79 | - |
| YUV | 246.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 251 | 204 | 0 | 0.01 | 0.19 | 0.01 | 57.55 | 0.92 | 0.9 |
| Hex | FD | FB | CC | 0 | 1 | 13 | 1 | 3A | 5C | 5A |
| Octal | 375 | 373 | 314 | 0 | 1 | 23 | 1 | 72 | 134 | 132 |
| Binary | 11111101 | 11111011 | 11001100 | 0 | 1 | 10011 | 1 | 111010 | 1011100 | 1011010 |
Color Harmonies of #FDFBCC
Complementary color
Monochromatic Colors of #FDFBCC
Black with #FDFBCC
Text Example
Text Example
White with #FDFBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFBCC; }
p { color: rgb(253,251,204); }
H1.HeaderClassName
{
color: #FDFBCC;
}
.AnyTagClassName
{
color: #FDFBCC;
}
</style>
background-color css
<style>
a { background-color: #FDFBCC; }
a { background-color: rgb(253,251,204); }
div.DivClassName
{
background-color: #FDFBCC;
}
.BgClassName
{
background-color: #FDFBCC;
}
</style>
border-color css
<style>
span { border-color: #FDFBCC; }
span { border-color: rgb(253,251,204); }
td.TdClassName
{
border-color: #FDFBCC;
}
.TagClassName
{
border-color: #FDFBCC;
}
</style>