Shades of Cream #FFFDCD
Tints of Cream #FFFDCD
RGB
CMYK
RGB Variations
Color information
#FFFDCD (or 0xFFFDCD) is known color: Cream. HEX triplet: FF, FD and CD. RGB value is (255,253,205). Sum of RGB (Red+Green+Blue) = 255+253+205=713 (94% of max value = 765). Red value is 255 (100% from 255 or 35.76% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 205 (80.47% from 255 or 28.75% from 713); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFDCD is #000232. Grayscale: #F8F8F8. Windows color (decimal): -563 or 13499903. OLE color: 13499903.
HSL color Cylindrical-coordinate representation of color #FFFDCD: hue angle of 57.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFFDCD is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 253 | 205 | - |
| CMYK | 0 | 0.01 | 0.20 | 0 |
| HSL | 57.6º | 1% | 0.9% | - |
| HSV(B) | 57.6º | 0.2% | 1% | - |
| XYZ | 87.38 | 95.92 | 71.67 | - |
| YUV | 248.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 253 | 205 | 0 | 0.01 | 0.20 | 0 | 57.6 | 1 | 0.9 |
| Hex | FF | FD | CD | 0 | 1 | 14 | 0 | 3A | 64 | 5A |
| Octal | 377 | 375 | 315 | 0 | 1 | 24 | 0 | 72 | 144 | 132 |
| Binary | 11111111 | 11111101 | 11001101 | 0 | 1 | 10100 | 0 | 111010 | 1100100 | 1011010 |
Color Harmonies of #FFFDCD
Complementary color
Monochromatic Colors of #FFFDCD
Black with #FFFDCD
Text Example
Text Example
White with #FFFDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFDCD; }
p { color: rgb(255,253,205); }
H1.HeaderClassName
{
color: #FFFDCD;
}
.AnyTagClassName
{
color: #FFFDCD;
}
</style>
background-color css
<style>
a { background-color: #FFFDCD; }
a { background-color: rgb(255,253,205); }
div.DivClassName
{
background-color: #FFFDCD;
}
.BgClassName
{
background-color: #FFFDCD;
}
</style>
border-color css
<style>
span { border-color: #FFFDCD; }
span { border-color: rgb(255,253,205); }
td.TdClassName
{
border-color: #FFFDCD;
}
.TagClassName
{
border-color: #FFFDCD;
}
</style>