Shades of Cream #FDFECA
Tints of Cream #FDFECA
RGB
CMYK
RGB Variations
Color information
#FDFECA (or 0xFDFECA) is known color: Cream. HEX triplet: FD, FE and CA. RGB value is (253,254,202). Sum of RGB (Red+Green+Blue) = 253+254+202=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 254 (99.61% from 255 or 35.83% from 709); Blue value is 202 (79.30% from 255 or 28.49% from 709); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFECA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDFECA is #020135. Grayscale: #F7F7F7. Windows color (decimal): -131382 or 13303549. OLE color: 13303549.
HSL color Cylindrical-coordinate representation of color #FDFECA: hue angle of 61.15º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDFECA is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 254 | 202 | - |
| CMYK | 0.00 | 0 | 0.20 | 0.00 |
| HSL | 61.15º | 0.96% | 0.89% | - |
| HSV(B) | 61.15º | 0.2% | 1% | - |
| XYZ | 86.61 | 96.03 | 69.85 | - |
| YUV | 247.77 | 102.17 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 254 | 202 | 0.00 | 0 | 0.20 | 0.00 | 61.15 | 0.96 | 0.89 |
| Hex | FD | FE | CA | 0 | 0 | 14 | 0 | 3D | 60 | 59 |
| Octal | 375 | 376 | 312 | 0 | 0 | 24 | 0 | 75 | 140 | 131 |
| Binary | 11111101 | 11111110 | 11001010 | 0 | 0 | 10100 | 0 | 111101 | 1100000 | 1011001 |
Color Harmonies of #FDFECA
Complementary color
Monochromatic Colors of #FDFECA
Black with #FDFECA
Text Example
Text Example
White with #FDFECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFECA; }
p { color: rgb(253,254,202); }
H1.HeaderClassName
{
color: #FDFECA;
}
.AnyTagClassName
{
color: #FDFECA;
}
</style>
background-color css
<style>
a { background-color: #FDFECA; }
a { background-color: rgb(253,254,202); }
div.DivClassName
{
background-color: #FDFECA;
}
.BgClassName
{
background-color: #FDFECA;
}
</style>
border-color css
<style>
span { border-color: #FDFECA; }
span { border-color: rgb(253,254,202); }
td.TdClassName
{
border-color: #FDFECA;
}
.TagClassName
{
border-color: #FDFECA;
}
</style>