Shades of Rice Cake #F0EDDD
Tints of Rice Cake #F0EDDD
RGB
CMYK
RGB Variations
Color information
#F0EDDD (or 0xF0EDDD) is known color: Rice Cake. HEX triplet: F0, ED and DD. RGB value is (240,237,221). Sum of RGB (Red+Green+Blue) = 240+237+221=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDDD is #0F1222. Grayscale: #ECECEC. Windows color (decimal): -987683 or 14544368. OLE color: 14544368.
HSL color Cylindrical-coordinate representation of color #F0EDDD: hue angle of 50.53º 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 #F0EDDD is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 221 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.06 |
| HSL | 50.53º | 0.39% | 0.9% | - |
| HSV(B) | 50.53º | 0.08% | 0.94% | - |
| XYZ | 79.27 | 84.31 | 80.5 | - |
| YUV | 236.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 221 | 0 | 0.01 | 0.08 | 0.06 | 50.53 | 0.39 | 0.9 |
| Hex | F0 | ED | DD | 0 | 1 | 8 | 6 | 33 | 27 | 5A |
| Octal | 360 | 355 | 335 | 0 | 1 | 10 | 6 | 63 | 47 | 132 |
| Binary | 11110000 | 11101101 | 11011101 | 0 | 1 | 1000 | 110 | 110011 | 100111 | 1011010 |
Color Harmonies of #F0EDDD
Complementary color
Monochromatic Colors of #F0EDDD
Black with #F0EDDD
Text Example
Text Example
White with #F0EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDDD; }
p { color: rgb(240,237,221); }
H1.HeaderClassName
{
color: #F0EDDD;
}
.AnyTagClassName
{
color: #F0EDDD;
}
</style>
background-color css
<style>
a { background-color: #F0EDDD; }
a { background-color: rgb(240,237,221); }
div.DivClassName
{
background-color: #F0EDDD;
}
.BgClassName
{
background-color: #F0EDDD;
}
</style>
border-color css
<style>
span { border-color: #F0EDDD; }
span { border-color: rgb(240,237,221); }
td.TdClassName
{
border-color: #F0EDDD;
}
.TagClassName
{
border-color: #F0EDDD;
}
</style>