Shades of Rice Cake #F0EDDC
Tints of Rice Cake #F0EDDC
RGB
CMYK
RGB Variations
Color information
#F0EDDC (or 0xF0EDDC) is known color: Rice Cake. HEX triplet: F0, ED and DC. RGB value is (240,237,220). Sum of RGB (Red+Green+Blue) = 240+237+220=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 220 (86.33% from 255 or 31.56% from 697); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDDC is #0F1223. Grayscale: #ECECEC. Windows color (decimal): -987684 or 14478832. OLE color: 14478832.
HSL color Cylindrical-coordinate representation of color #F0EDDC: hue angle of 51º 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 #F0EDDC is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 237 | 220 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.06 |
| HSL | 51º | 0.4% | 0.9% | - |
| HSV(B) | 51º | 0.08% | 0.94% | - |
| XYZ | 79.14 | 84.26 | 79.8 | - |
| YUV | 235.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 237 | 220 | 0 | 0.01 | 0.08 | 0.06 | 51 | 0.4 | 0.9 |
| Hex | F0 | ED | DC | 0 | 1 | 8 | 6 | 33 | 28 | 5A |
| Octal | 360 | 355 | 334 | 0 | 1 | 10 | 6 | 63 | 50 | 132 |
| Binary | 11110000 | 11101101 | 11011100 | 0 | 1 | 1000 | 110 | 110011 | 101000 | 1011010 |
Color Harmonies of #F0EDDC
Complementary color
Monochromatic Colors of #F0EDDC
Black with #F0EDDC
Text Example
Text Example
White with #F0EDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDDC; }
p { color: rgb(240,237,220); }
H1.HeaderClassName
{
color: #F0EDDC;
}
.AnyTagClassName
{
color: #F0EDDC;
}
</style>
background-color css
<style>
a { background-color: #F0EDDC; }
a { background-color: rgb(240,237,220); }
div.DivClassName
{
background-color: #F0EDDC;
}
.BgClassName
{
background-color: #F0EDDC;
}
</style>
border-color css
<style>
span { border-color: #F0EDDC; }
span { border-color: rgb(240,237,220); }
td.TdClassName
{
border-color: #F0EDDC;
}
.TagClassName
{
border-color: #F0EDDC;
}
</style>