Shades of Rice Cake #F0EDDA
Tints of Rice Cake #F0EDDA
RGB
CMYK
RGB Variations
Color information
#F0EDDA (or 0xF0EDDA) is known color: Rice Cake. HEX triplet: F0, ED and DA. RGB value is (240,237,218). Sum of RGB (Red+Green+Blue) = 240+237+218=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 218 (85.55% from 255 or 31.37% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDDA is #0F1225. Grayscale: #EBEBEB. Windows color (decimal): -987686 or 14347760. OLE color: 14347760.
HSL color Cylindrical-coordinate representation of color #F0EDDA: hue angle of 51.82º degrees, saturation: 0.42, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0EDDA is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 237 | 218 | - |
CMYK | 0 | 0.01 | 0.09 | 0.06 |
HSL | 51.82º | 0.42% | 0.9% | - |
HSV(B) | 51.82º | 0.09% | 0.94% | - |
XYZ | 78.87 | 84.16 | 78.42 | - |
YUV | 235.73 | 117.99 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 237 | 218 | 0 | 0.01 | 0.09 | 0.06 | 51.82 | 0.42 | 0.9 |
Hex | F0 | ED | DA | 0 | 1 | 9 | 6 | 34 | 2A | 5A |
Octal | 360 | 355 | 332 | 0 | 1 | 11 | 6 | 64 | 52 | 132 |
Binary | 11110000 | 11101101 | 11011010 | 0 | 1 | 1001 | 110 | 110100 | 101010 | 1011010 |
Color Harmonies of #F0EDDA
Complementary color
Monochromatic Colors of #F0EDDA
Black with #F0EDDA
Text Example
Text Example
White with #F0EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDDA; }
p { color: rgb(240,237,218); }
H1.HeaderClassName
{
color: #F0EDDA;
}
.AnyTagClassName
{
color: #F0EDDA;
}
</style>
background-color css
<style>
a { background-color: #F0EDDA; }
a { background-color: rgb(240,237,218); }
div.DivClassName
{
background-color: #F0EDDA;
}
.BgClassName
{
background-color: #F0EDDA;
}
</style>
border-color css
<style>
span { border-color: #F0EDDA; }
span { border-color: rgb(240,237,218); }
td.TdClassName
{
border-color: #F0EDDA;
}
.TagClassName
{
border-color: #F0EDDA;
}
</style>