Shades of Cream #FFFDD3
Tints of Cream #FFFDD3
RGB
CMYK
RGB Variations
Color information
#FFFDD3 (or 0xFFFDD3) is known color: Cream. HEX triplet: FF, FD and D3. RGB value is (255,253,211). Sum of RGB (Red+Green+Blue) = 255+253+211=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 253 (99.22% from 255 or 35.19% from 719); Blue value is 211 (82.81% from 255 or 29.35% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDD3 is #00022C. Grayscale: #F8F8F8. Windows color (decimal): -557 or 13893119. OLE color: 13893119.
HSL color Cylindrical-coordinate representation of color #FFFDD3: hue angle of 57.27º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFFDD3 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 211 | - |
| CMYK | 0 | 0.01 | 0.17 | 0 |
| HSL | 57.27º | 1% | 0.91% | - |
| HSV(B) | 57.27º | 0.17% | 1% | - |
| XYZ | 88.12 | 96.21 | 75.55 | - |
| YUV | 248.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 211 | 0 | 0.01 | 0.17 | 0 | 57.27 | 1 | 0.91 |
| Hex | FF | FD | D3 | 0 | 1 | 11 | 0 | 39 | 64 | 5B |
| Octal | 377 | 375 | 323 | 0 | 1 | 21 | 0 | 71 | 144 | 133 |
| Binary | 11111111 | 11111101 | 11010011 | 0 | 1 | 10001 | 0 | 111001 | 1100100 | 1011011 |
Color Harmonies of #FFFDD3
Complementary color
Monochromatic Colors of #FFFDD3
Black with #FFFDD3
Text Example
Text Example
White with #FFFDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDD3; }
p { color: rgb(255,253,211); }
H1.HeaderClassName
{
color: #FFFDD3;
}
.AnyTagClassName
{
color: #FFFDD3;
}
</style>
background-color css
<style>
a { background-color: #FFFDD3; }
a { background-color: rgb(255,253,211); }
div.DivClassName
{
background-color: #FFFDD3;
}
.BgClassName
{
background-color: #FFFDD3;
}
</style>
border-color css
<style>
span { border-color: #FFFDD3; }
span { border-color: rgb(255,253,211); }
td.TdClassName
{
border-color: #FFFDD3;
}
.TagClassName
{
border-color: #FFFDD3;
}
</style>