Shades of Cream #FFFECD
Tints of Cream #FFFECD
RGB
CMYK
RGB Variations
Color information
#FFFECD (or 0xFFFECD) is known color: Cream. HEX triplet: FF, FE and CD. RGB value is (255,254,205). Sum of RGB (Red+Green+Blue) = 255+254+205=714 (94% of max value = 765). Red value is 255 (100% from 255 or 35.71% from 714); Green value is 254 (99.61% from 255 or 35.57% from 714); Blue value is 205 (80.47% from 255 or 28.71% from 714); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFECD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFECD is #000132. Grayscale: #F8F8F8. Windows color (decimal): -307 or 13500159. OLE color: 13500159.
HSL color Cylindrical-coordinate representation of color #FFFECD: hue angle of 58.8º 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 #FFFECD is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 254 | 205 | - |
| CMYK | 0 | 0.00 | 0.20 | 0 |
| HSL | 58.8º | 1% | 0.9% | - |
| HSV(B) | 58.8º | 0.2% | 1% | - |
| XYZ | 87.7 | 96.55 | 71.77 | - |
| YUV | 248.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 254 | 205 | 0 | 0.00 | 0.20 | 0 | 58.8 | 1 | 0.9 |
| Hex | FF | FE | CD | 0 | 0 | 14 | 0 | 3B | 64 | 5A |
| Octal | 377 | 376 | 315 | 0 | 0 | 24 | 0 | 73 | 144 | 132 |
| Binary | 11111111 | 11111110 | 11001101 | 0 | 0 | 10100 | 0 | 111011 | 1100100 | 1011010 |
Color Harmonies of #FFFECD
Complementary color
Monochromatic Colors of #FFFECD
Black with #FFFECD
Text Example
Text Example
White with #FFFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFECD; }
p { color: rgb(255,254,205); }
H1.HeaderClassName
{
color: #FFFECD;
}
.AnyTagClassName
{
color: #FFFECD;
}
</style>
background-color css
<style>
a { background-color: #FFFECD; }
a { background-color: rgb(255,254,205); }
div.DivClassName
{
background-color: #FFFECD;
}
.BgClassName
{
background-color: #FFFECD;
}
</style>
border-color css
<style>
span { border-color: #FFFECD; }
span { border-color: rgb(255,254,205); }
td.TdClassName
{
border-color: #FFFECD;
}
.TagClassName
{
border-color: #FFFECD;
}
</style>