Shades of Rice Cake #F0ECD9
Tints of Rice Cake #F0ECD9
RGB
CMYK
RGB Variations
Color information
#F0ECD9 (or 0xF0ECD9) is known color: Rice Cake. HEX triplet: F0, EC and D9. RGB value is (240,236,217). Sum of RGB (Red+Green+Blue) = 240+236+217=693 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.63% from 693); Green value is 236 (92.58% from 255 or 34.05% from 693); Blue value is 217 (85.16% from 255 or 31.31% from 693); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECD9 is #0F1326. Grayscale: #EBEBEB. Windows color (decimal): -987943 or 14281968. OLE color: 14281968.
HSL color Cylindrical-coordinate representation of color #F0ECD9: hue angle of 49.57º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F0ECD9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 217 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.06 |
| HSL | 49.57º | 0.43% | 0.9% | - |
| HSV(B) | 49.57º | 0.1% | 0.94% | - |
| XYZ | 78.46 | 83.53 | 77.63 | - |
| YUV | 235.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 217 | 0 | 0.02 | 0.10 | 0.06 | 49.57 | 0.43 | 0.9 |
| Hex | F0 | EC | D9 | 0 | 2 | A | 6 | 32 | 2B | 5A |
| Octal | 360 | 354 | 331 | 0 | 2 | 12 | 6 | 62 | 53 | 132 |
| Binary | 11110000 | 11101100 | 11011001 | 0 | 10 | 1010 | 110 | 110010 | 101011 | 1011010 |
Color Harmonies of #F0ECD9
Complementary color
Monochromatic Colors of #F0ECD9
Black with #F0ECD9
Text Example
Text Example
White with #F0ECD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECD9; }
p { color: rgb(240,236,217); }
H1.HeaderClassName
{
color: #F0ECD9;
}
.AnyTagClassName
{
color: #F0ECD9;
}
</style>
background-color css
<style>
a { background-color: #F0ECD9; }
a { background-color: rgb(240,236,217); }
div.DivClassName
{
background-color: #F0ECD9;
}
.BgClassName
{
background-color: #F0ECD9;
}
</style>
border-color css
<style>
span { border-color: #F0ECD9; }
span { border-color: rgb(240,236,217); }
td.TdClassName
{
border-color: #F0ECD9;
}
.TagClassName
{
border-color: #F0ECD9;
}
</style>