Shades of Cream #FFFDD6
Tints of Cream #FFFDD6
RGB
CMYK
RGB Variations
Color information
#FFFDD6 (or 0xFFFDD6) is known color: Cream. HEX triplet: FF, FD and D6. RGB value is (255,253,214). Sum of RGB (Red+Green+Blue) = 255+253+214=722 (95% of max value = 765). Red value is 255 (100% from 255 or 35.32% from 722); Green value is 253 (99.22% from 255 or 35.04% from 722); Blue value is 214 (83.98% from 255 or 29.64% from 722); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDD6 is #000229. Grayscale: #F9F9F9. Windows color (decimal): -554 or 14089727. OLE color: 14089727.
HSL color Cylindrical-coordinate representation of color #FFFDD6: hue angle of 57.07º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFFDD6 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 214 | - |
| CMYK | 0 | 0.01 | 0.16 | 0 |
| HSL | 57.07º | 1% | 0.92% | - |
| HSV(B) | 57.07º | 0.16% | 1% | - |
| XYZ | 88.5 | 96.37 | 77.55 | - |
| YUV | 249.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 214 | 0 | 0.01 | 0.16 | 0 | 57.07 | 1 | 0.92 |
| Hex | FF | FD | D6 | 0 | 1 | 10 | 0 | 39 | 64 | 5C |
| Octal | 377 | 375 | 326 | 0 | 1 | 20 | 0 | 71 | 144 | 134 |
| Binary | 11111111 | 11111101 | 11010110 | 0 | 1 | 10000 | 0 | 111001 | 1100100 | 1011100 |
Color Harmonies of #FFFDD6
Complementary color
Monochromatic Colors of #FFFDD6
Black with #FFFDD6
Text Example
Text Example
White with #FFFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDD6; }
p { color: rgb(255,253,214); }
H1.HeaderClassName
{
color: #FFFDD6;
}
.AnyTagClassName
{
color: #FFFDD6;
}
</style>
background-color css
<style>
a { background-color: #FFFDD6; }
a { background-color: rgb(255,253,214); }
div.DivClassName
{
background-color: #FFFDD6;
}
.BgClassName
{
background-color: #FFFDD6;
}
</style>
border-color css
<style>
span { border-color: #FFFDD6; }
span { border-color: rgb(255,253,214); }
td.TdClassName
{
border-color: #FFFDD6;
}
.TagClassName
{
border-color: #FFFDD6;
}
</style>