Shades of Cream #FFFDCE
Tints of Cream #FFFDCE
RGB
CMYK
RGB Variations
Color information
#FFFDCE (or 0xFFFDCE) is known color: Cream. HEX triplet: FF, FD and CE. RGB value is (255,253,206). Sum of RGB (Red+Green+Blue) = 255+253+206=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 206 (80.86% from 255 or 28.85% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDCE is #000231. Grayscale: #F8F8F8. Windows color (decimal): -562 or 13565439. OLE color: 13565439.
HSL color Cylindrical-coordinate representation of color #FFFDCE: hue angle of 57.55º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFFDCE is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 206 | - |
| CMYK | 0 | 0.01 | 0.19 | 0 |
| HSL | 57.55º | 1% | 0.9% | - |
| HSV(B) | 57.55º | 0.19% | 1% | - |
| XYZ | 87.51 | 95.97 | 72.3 | - |
| YUV | 248.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 206 | 0 | 0.01 | 0.19 | 0 | 57.55 | 1 | 0.9 |
| Hex | FF | FD | CE | 0 | 1 | 13 | 0 | 3A | 64 | 5A |
| Octal | 377 | 375 | 316 | 0 | 1 | 23 | 0 | 72 | 144 | 132 |
| Binary | 11111111 | 11111101 | 11001110 | 0 | 1 | 10011 | 0 | 111010 | 1100100 | 1011010 |
Color Harmonies of #FFFDCE
Complementary color
Monochromatic Colors of #FFFDCE
Black with #FFFDCE
Text Example
Text Example
White with #FFFDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDCE; }
p { color: rgb(255,253,206); }
H1.HeaderClassName
{
color: #FFFDCE;
}
.AnyTagClassName
{
color: #FFFDCE;
}
</style>
background-color css
<style>
a { background-color: #FFFDCE; }
a { background-color: rgb(255,253,206); }
div.DivClassName
{
background-color: #FFFDCE;
}
.BgClassName
{
background-color: #FFFDCE;
}
</style>
border-color css
<style>
span { border-color: #FFFDCE; }
span { border-color: rgb(255,253,206); }
td.TdClassName
{
border-color: #FFFDCE;
}
.TagClassName
{
border-color: #FFFDCE;
}
</style>