Shades of Cream #FDFECD
Tints of Cream #FDFECD
RGB
CMYK
RGB Variations
Color information
#FDFECD (or 0xFDFECD) is known color: Cream. HEX triplet: FD, FE and CD. RGB value is (253,254,205). Sum of RGB (Red+Green+Blue) = 253+254+205=712 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.53% from 712); Green value is 254 (99.61% from 255 or 35.67% from 712); Blue value is 205 (80.47% from 255 or 28.79% from 712); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFECD is #020132. Grayscale: #F8F8F8. Windows color (decimal): -131379 or 13500157. OLE color: 13500157.
HSL color Cylindrical-coordinate representation of color #FDFECD: hue angle of 61.22º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDFECD is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 205 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.00 |
| HSL | 61.22º | 0.96% | 0.9% | - |
| HSV(B) | 61.22º | 0.19% | 1% | - |
| XYZ | 86.97 | 96.17 | 71.74 | - |
| YUV | 248.12 | 103.67 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 205 | 0.00 | 0 | 0.19 | 0.00 | 61.22 | 0.96 | 0.9 |
| Hex | FD | FE | CD | 0 | 0 | 13 | 0 | 3D | 60 | 5A |
| Octal | 375 | 376 | 315 | 0 | 0 | 23 | 0 | 75 | 140 | 132 |
| Binary | 11111101 | 11111110 | 11001101 | 0 | 0 | 10011 | 0 | 111101 | 1100000 | 1011010 |
Color Harmonies of #FDFECD
Complementary color
Monochromatic Colors of #FDFECD
Black with #FDFECD
Text Example
Text Example
White with #FDFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFECD; }
p { color: rgb(253,254,205); }
H1.HeaderClassName
{
color: #FDFECD;
}
.AnyTagClassName
{
color: #FDFECD;
}
</style>
background-color css
<style>
a { background-color: #FDFECD; }
a { background-color: rgb(253,254,205); }
div.DivClassName
{
background-color: #FDFECD;
}
.BgClassName
{
background-color: #FDFECD;
}
</style>
border-color css
<style>
span { border-color: #FDFECD; }
span { border-color: rgb(253,254,205); }
td.TdClassName
{
border-color: #FDFECD;
}
.TagClassName
{
border-color: #FDFECD;
}
</style>