Shades of Rice Cake #F0EEDC
Tints of Rice Cake #F0EEDC
RGB
CMYK
RGB Variations
Color information
#F0EEDC (or 0xF0EEDC) is known color: Rice Cake. HEX triplet: F0, EE and DC. RGB value is (240,238,220). Sum of RGB (Red+Green+Blue) = 240+238+220=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EEDC is #0F1123. Grayscale: #ECECEC. Windows color (decimal): -987428 or 14479088. OLE color: 14479088.
HSL color Cylindrical-coordinate representation of color #F0EEDC: hue angle of 54º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0EEDC is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 220 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.06 |
| HSL | 54º | 0.4% | 0.9% | - |
| HSV(B) | 54º | 0.08% | 0.94% | - |
| XYZ | 79.43 | 84.84 | 79.9 | - |
| YUV | 236.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 220 | 0 | 0.01 | 0.08 | 0.06 | 54 | 0.4 | 0.9 |
| Hex | F0 | EE | DC | 0 | 1 | 8 | 6 | 36 | 28 | 5A |
| Octal | 360 | 356 | 334 | 0 | 1 | 10 | 6 | 66 | 50 | 132 |
| Binary | 11110000 | 11101110 | 11011100 | 0 | 1 | 1000 | 110 | 110110 | 101000 | 1011010 |
Color Harmonies of #F0EEDC
Complementary color
Monochromatic Colors of #F0EEDC
Black with #F0EEDC
Text Example
Text Example
White with #F0EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEDC; }
p { color: rgb(240,238,220); }
H1.HeaderClassName
{
color: #F0EEDC;
}
.AnyTagClassName
{
color: #F0EEDC;
}
</style>
background-color css
<style>
a { background-color: #F0EEDC; }
a { background-color: rgb(240,238,220); }
div.DivClassName
{
background-color: #F0EEDC;
}
.BgClassName
{
background-color: #F0EEDC;
}
</style>
border-color css
<style>
span { border-color: #F0EEDC; }
span { border-color: rgb(240,238,220); }
td.TdClassName
{
border-color: #F0EEDC;
}
.TagClassName
{
border-color: #F0EEDC;
}
</style>