Shades of Cream #FDFDCC
Tints of Cream #FDFDCC
RGB
CMYK
RGB Variations
Color information
#FDFDCC (or 0xFDFDCC) is known color: Cream. HEX triplet: FD, FD and CC. RGB value is (253,253,204). Sum of RGB (Red+Green+Blue) = 253+253+204=710 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.63% from 710); Green value is 253 (99.22% from 255 or 35.63% from 710); Blue value is 204 (80.08% from 255 or 28.73% from 710); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFDCC is #020233. Grayscale: #F7F7F7. Windows color (decimal): -131636 or 13434365. OLE color: 13434365.
HSL color Cylindrical-coordinate representation of color #FDFDCC: hue angle of 60º 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 #FDFDCC is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 253 | 204 | - |
| CMYK | 0 | 0 | 0.19 | 0.01 |
| HSL | 60º | 0.92% | 0.9% | - |
| HSV(B) | 60º | 0.19% | 0.99% | - |
| XYZ | 86.53 | 95.49 | 71 | - |
| YUV | 247.41 | 103.5 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 253 | 204 | 0 | 0 | 0.19 | 0.01 | 60 | 0.92 | 0.9 |
| Hex | FD | FD | CC | 0 | 0 | 13 | 1 | 3C | 5C | 5A |
| Octal | 375 | 375 | 314 | 0 | 0 | 23 | 1 | 74 | 134 | 132 |
| Binary | 11111101 | 11111101 | 11001100 | 0 | 0 | 10011 | 1 | 111100 | 1011100 | 1011010 |
Color Harmonies of #FDFDCC
Complementary color
Monochromatic Colors of #FDFDCC
Black with #FDFDCC
Text Example
Text Example
White with #FDFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFDCC; }
p { color: rgb(253,253,204); }
H1.HeaderClassName
{
color: #FDFDCC;
}
.AnyTagClassName
{
color: #FDFDCC;
}
</style>
background-color css
<style>
a { background-color: #FDFDCC; }
a { background-color: rgb(253,253,204); }
div.DivClassName
{
background-color: #FDFDCC;
}
.BgClassName
{
background-color: #FDFDCC;
}
</style>
border-color css
<style>
span { border-color: #FDFDCC; }
span { border-color: rgb(253,253,204); }
td.TdClassName
{
border-color: #FDFDCC;
}
.TagClassName
{
border-color: #FDFDCC;
}
</style>