Shades of Rice Cake #F0EEDD
Tints of Rice Cake #F0EEDD
RGB
CMYK
RGB Variations
Color information
#F0EEDD (or 0xF0EEDD) is known color: Rice Cake. HEX triplet: F0, EE and DD. RGB value is (240,238,221). Sum of RGB (Red+Green+Blue) = 240+238+221=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 238 (93.36% from 255 or 34.05% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EEDD is #0F1122. Grayscale: #ECECEC. Windows color (decimal): -987427 or 14544624. OLE color: 14544624.
HSL color Cylindrical-coordinate representation of color #F0EEDD: hue angle of 53.68º degrees, saturation: 0.39, 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 #F0EEDD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 238 | 221 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.06 |
| HSL | 53.68º | 0.39% | 0.9% | - |
| HSV(B) | 53.68º | 0.08% | 0.94% | - |
| XYZ | 79.56 | 84.89 | 80.6 | - |
| YUV | 236.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 238 | 221 | 0 | 0.01 | 0.08 | 0.06 | 53.68 | 0.39 | 0.9 |
| Hex | F0 | EE | DD | 0 | 1 | 8 | 6 | 36 | 27 | 5A |
| Octal | 360 | 356 | 335 | 0 | 1 | 10 | 6 | 66 | 47 | 132 |
| Binary | 11110000 | 11101110 | 11011101 | 0 | 1 | 1000 | 110 | 110110 | 100111 | 1011010 |
Color Harmonies of #F0EEDD
Complementary color
Monochromatic Colors of #F0EEDD
Black with #F0EEDD
Text Example
Text Example
White with #F0EEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EEDD; }
p { color: rgb(240,238,221); }
H1.HeaderClassName
{
color: #F0EEDD;
}
.AnyTagClassName
{
color: #F0EEDD;
}
</style>
background-color css
<style>
a { background-color: #F0EEDD; }
a { background-color: rgb(240,238,221); }
div.DivClassName
{
background-color: #F0EEDD;
}
.BgClassName
{
background-color: #F0EEDD;
}
</style>
border-color css
<style>
span { border-color: #F0EEDD; }
span { border-color: rgb(240,238,221); }
td.TdClassName
{
border-color: #F0EEDD;
}
.TagClassName
{
border-color: #F0EEDD;
}
</style>