Shades of Cream #FDFCD0
Tints of Cream #FDFCD0
RGB
CMYK
RGB Variations
Color information
#FDFCD0 (or 0xFDFCD0) is known color: Cream. HEX triplet: FD, FC and D0. RGB value is (253,252,208). Sum of RGB (Red+Green+Blue) = 253+252+208=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 208 (81.64% from 255 or 29.17% from 713); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFCD0 is #02032F. Grayscale: #F7F7F7. Windows color (decimal): -131888 or 13696253. OLE color: 13696253.
HSL color Cylindrical-coordinate representation of color #FDFCD0: hue angle of 58.67º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDFCD0 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 252 | 208 | - |
CMYK | 0 | 0.00 | 0.18 | 0.01 |
HSL | 58.67º | 0.92% | 0.9% | - |
HSV(B) | 58.67º | 0.18% | 0.99% | - |
XYZ | 86.7 | 95.06 | 73.45 | - |
YUV | 247.28 | 105.83 | 132.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 252 | 208 | 0 | 0.00 | 0.18 | 0.01 | 58.67 | 0.92 | 0.9 |
Hex | FD | FC | D0 | 0 | 0 | 12 | 1 | 3B | 5C | 5A |
Octal | 375 | 374 | 320 | 0 | 0 | 22 | 1 | 73 | 134 | 132 |
Binary | 11111101 | 11111100 | 11010000 | 0 | 0 | 10010 | 1 | 111011 | 1011100 | 1011010 |
Color Harmonies of #FDFCD0
Complementary color
Monochromatic Colors of #FDFCD0
Black with #FDFCD0
Text Example
Text Example
White with #FDFCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFCD0; }
p { color: rgb(253,252,208); }
H1.HeaderClassName
{
color: #FDFCD0;
}
.AnyTagClassName
{
color: #FDFCD0;
}
</style>
background-color css
<style>
a { background-color: #FDFCD0; }
a { background-color: rgb(253,252,208); }
div.DivClassName
{
background-color: #FDFCD0;
}
.BgClassName
{
background-color: #FDFCD0;
}
</style>
border-color css
<style>
span { border-color: #FDFCD0; }
span { border-color: rgb(253,252,208); }
td.TdClassName
{
border-color: #FDFCD0;
}
.TagClassName
{
border-color: #FDFCD0;
}
</style>