Shades of Cream #FFFDD8
Tints of Cream #FFFDD8
RGB
CMYK
RGB Variations
Color information
#FFFDD8 (or 0xFFFDD8) is known color: Cream. HEX triplet: FF, FD and D8. RGB value is (255,253,216). Sum of RGB (Red+Green+Blue) = 255+253+216=724 (95% of max value = 765). Red value is 255 (100% from 255 or 35.22% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 216 (84.77% from 255 or 29.83% from 724); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDD8 is #000227. Grayscale: #F9F9F9. Windows color (decimal): -552 or 14220799. OLE color: 14220799.
HSL color Cylindrical-coordinate representation of color #FFFDD8: hue angle of 56.92º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FFFDD8 is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 216 | - |
| CMYK | 0 | 0.01 | 0.15 | 0 |
| HSL | 56.92º | 1% | 0.92% | - |
| HSV(B) | 56.92º | 0.15% | 1% | - |
| XYZ | 88.76 | 96.47 | 78.91 | - |
| YUV | 249.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 216 | 0 | 0.01 | 0.15 | 0 | 56.92 | 1 | 0.92 |
| Hex | FF | FD | D8 | 0 | 1 | F | 0 | 39 | 64 | 5C |
| Octal | 377 | 375 | 330 | 0 | 1 | 17 | 0 | 71 | 144 | 134 |
| Binary | 11111111 | 11111101 | 11011000 | 0 | 1 | 1111 | 0 | 111001 | 1100100 | 1011100 |
Color Harmonies of #FFFDD8
Complementary color
Monochromatic Colors of #FFFDD8
Black with #FFFDD8
Text Example
Text Example
White with #FFFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDD8; }
p { color: rgb(255,253,216); }
H1.HeaderClassName
{
color: #FFFDD8;
}
.AnyTagClassName
{
color: #FFFDD8;
}
</style>
background-color css
<style>
a { background-color: #FFFDD8; }
a { background-color: rgb(255,253,216); }
div.DivClassName
{
background-color: #FFFDD8;
}
.BgClassName
{
background-color: #FFFDD8;
}
</style>
border-color css
<style>
span { border-color: #FFFDD8; }
span { border-color: rgb(255,253,216); }
td.TdClassName
{
border-color: #FFFDD8;
}
.TagClassName
{
border-color: #FFFDD8;
}
</style>