Shades of Cream #FFFDCC
Tints of Cream #FFFDCC
RGB
CMYK
RGB Variations
Color information
#FFFDCC (or 0xFFFDCC) is known color: Cream. HEX triplet: FF, FD and CC. RGB value is (255,253,204). Sum of RGB (Red+Green+Blue) = 255+253+204=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 253 (99.22% from 255 or 35.53% from 712); Blue value is 204 (80.08% from 255 or 28.65% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDCC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDCC is #000233. Grayscale: #F8F8F8. Windows color (decimal): -564 or 13434367. OLE color: 13434367.
HSL color Cylindrical-coordinate representation of color #FFFDCC: hue angle of 57.65º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFFDCC is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 204 | - |
| CMYK | 0 | 0.01 | 0.2 | 0 |
| HSL | 57.65º | 1% | 0.9% | - |
| HSV(B) | 57.65º | 0.2% | 1% | - |
| XYZ | 87.26 | 95.87 | 71.03 | - |
| YUV | 248.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 204 | 0 | 0.01 | 0.2 | 0 | 57.65 | 1 | 0.9 |
| Hex | FF | FD | CC | 0 | 1 | 14 | 0 | 3A | 64 | 5A |
| Octal | 377 | 375 | 314 | 0 | 1 | 24 | 0 | 72 | 144 | 132 |
| Binary | 11111111 | 11111101 | 11001100 | 0 | 1 | 10100 | 0 | 111010 | 1100100 | 1011010 |
Color Harmonies of #FFFDCC
Complementary color
Monochromatic Colors of #FFFDCC
Black with #FFFDCC
Text Example
Text Example
White with #FFFDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDCC; }
p { color: rgb(255,253,204); }
H1.HeaderClassName
{
color: #FFFDCC;
}
.AnyTagClassName
{
color: #FFFDCC;
}
</style>
background-color css
<style>
a { background-color: #FFFDCC; }
a { background-color: rgb(255,253,204); }
div.DivClassName
{
background-color: #FFFDCC;
}
.BgClassName
{
background-color: #FFFDCC;
}
</style>
border-color css
<style>
span { border-color: #FFFDCC; }
span { border-color: rgb(255,253,204); }
td.TdClassName
{
border-color: #FFFDCC;
}
.TagClassName
{
border-color: #FFFDCC;
}
</style>