Shades of Rice Cake #F0EDDE
Tints of Rice Cake #F0EDDE
RGB
CMYK
RGB Variations
Color information
#F0EDDE (or 0xF0EDDE) is known color: Rice Cake. HEX triplet: F0, ED and DE. RGB value is (240,237,222). Sum of RGB (Red+Green+Blue) = 240+237+222=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 222 (87.11% from 255 or 31.76% from 699); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDDE is #0F1221. Grayscale: #ECECEC. Windows color (decimal): -987682 or 14609904. OLE color: 14609904.
HSL color Cylindrical-coordinate representation of color #F0EDDE: hue angle of 50º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0EDDE is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 222 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.06 |
| HSL | 50º | 0.38% | 0.91% | - |
| HSV(B) | 50º | 0.07% | 0.94% | - |
| XYZ | 79.4 | 84.37 | 81.21 | - |
| YUV | 236.19 | 119.99 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 222 | 0 | 0.01 | 0.08 | 0.06 | 50 | 0.38 | 0.91 |
| Hex | F0 | ED | DE | 0 | 1 | 8 | 6 | 32 | 26 | 5B |
| Octal | 360 | 355 | 336 | 0 | 1 | 10 | 6 | 62 | 46 | 133 |
| Binary | 11110000 | 11101101 | 11011110 | 0 | 1 | 1000 | 110 | 110010 | 100110 | 1011011 |
Color Harmonies of #F0EDDE
Complementary color
Monochromatic Colors of #F0EDDE
Black with #F0EDDE
Text Example
Text Example
White with #F0EDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDDE; }
p { color: rgb(240,237,222); }
H1.HeaderClassName
{
color: #F0EDDE;
}
.AnyTagClassName
{
color: #F0EDDE;
}
</style>
background-color css
<style>
a { background-color: #F0EDDE; }
a { background-color: rgb(240,237,222); }
div.DivClassName
{
background-color: #F0EDDE;
}
.BgClassName
{
background-color: #F0EDDE;
}
</style>
border-color css
<style>
span { border-color: #F0EDDE; }
span { border-color: rgb(240,237,222); }
td.TdClassName
{
border-color: #F0EDDE;
}
.TagClassName
{
border-color: #F0EDDE;
}
</style>