Shades of Cream #FDFECE
Tints of Cream #FDFECE
RGB
CMYK
RGB Variations
Color information
#FDFECE (or 0xFDFECE) is known color: Cream. HEX triplet: FD, FE and CE. RGB value is (253,254,206). Sum of RGB (Red+Green+Blue) = 253+254+206=713 (94% of max value = 765). Red value is 253 (99.22% from 255 or 35.48% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 206 (80.86% from 255 or 28.89% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFECE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFECE is #020131. Grayscale: #F8F8F8. Windows color (decimal): -131378 or 13565693. OLE color: 13565693.
HSL color Cylindrical-coordinate representation of color #FDFECE: hue angle of 61.25º 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 #FDFECE is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 206 | - |
| CMYK | 0.00 | 0 | 0.19 | 0.00 |
| HSL | 61.25º | 0.96% | 0.9% | - |
| HSV(B) | 61.25º | 0.19% | 1% | - |
| XYZ | 87.09 | 96.22 | 72.38 | - |
| YUV | 248.23 | 104.17 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 206 | 0.00 | 0 | 0.19 | 0.00 | 61.25 | 0.96 | 0.9 |
| Hex | FD | FE | CE | 0 | 0 | 13 | 0 | 3D | 60 | 5A |
| Octal | 375 | 376 | 316 | 0 | 0 | 23 | 0 | 75 | 140 | 132 |
| Binary | 11111101 | 11111110 | 11001110 | 0 | 0 | 10011 | 0 | 111101 | 1100000 | 1011010 |
Color Harmonies of #FDFECE
Complementary color
Monochromatic Colors of #FDFECE
Black with #FDFECE
Text Example
Text Example
White with #FDFECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFECE; }
p { color: rgb(253,254,206); }
H1.HeaderClassName
{
color: #FDFECE;
}
.AnyTagClassName
{
color: #FDFECE;
}
</style>
background-color css
<style>
a { background-color: #FDFECE; }
a { background-color: rgb(253,254,206); }
div.DivClassName
{
background-color: #FDFECE;
}
.BgClassName
{
background-color: #FDFECE;
}
</style>
border-color css
<style>
span { border-color: #FDFECE; }
span { border-color: rgb(253,254,206); }
td.TdClassName
{
border-color: #FDFECE;
}
.TagClassName
{
border-color: #FDFECE;
}
</style>