Shades of Cream #FFFDD2
Tints of Cream #FFFDD2
RGB
CMYK
RGB Variations
Color information
#FFFDD2 (or 0xFFFDD2) is known color: Cream. HEX triplet: FF, FD and D2. RGB value is (255,253,210). Sum of RGB (Red+Green+Blue) = 255+253+210=718 (95% of max value = 765). Red value is 255 (100% from 255 or 35.52% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 210 (82.42% from 255 or 29.25% from 718); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDD2 is #00022D. Grayscale: #F8F8F8. Windows color (decimal): -558 or 13827583. OLE color: 13827583.
HSL color Cylindrical-coordinate representation of color #FFFDD2: hue angle of 57.33º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FFFDD2 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 210 | - |
| CMYK | 0 | 0.01 | 0.18 | 0 |
| HSL | 57.33º | 1% | 0.91% | - |
| HSV(B) | 57.33º | 0.18% | 1% | - |
| XYZ | 88 | 96.16 | 74.9 | - |
| YUV | 248.7 | 106.16 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 210 | 0 | 0.01 | 0.18 | 0 | 57.33 | 1 | 0.91 |
| Hex | FF | FD | D2 | 0 | 1 | 12 | 0 | 39 | 64 | 5B |
| Octal | 377 | 375 | 322 | 0 | 1 | 22 | 0 | 71 | 144 | 133 |
| Binary | 11111111 | 11111101 | 11010010 | 0 | 1 | 10010 | 0 | 111001 | 1100100 | 1011011 |
Color Harmonies of #FFFDD2
Complementary color
Monochromatic Colors of #FFFDD2
Black with #FFFDD2
Text Example
Text Example
White with #FFFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDD2; }
p { color: rgb(255,253,210); }
H1.HeaderClassName
{
color: #FFFDD2;
}
.AnyTagClassName
{
color: #FFFDD2;
}
</style>
background-color css
<style>
a { background-color: #FFFDD2; }
a { background-color: rgb(255,253,210); }
div.DivClassName
{
background-color: #FFFDD2;
}
.BgClassName
{
background-color: #FFFDD2;
}
</style>
border-color css
<style>
span { border-color: #FFFDD2; }
span { border-color: rgb(255,253,210); }
td.TdClassName
{
border-color: #FFFDD2;
}
.TagClassName
{
border-color: #FFFDD2;
}
</style>