Shades of Rice Cake #F0ECDB
Tints of Rice Cake #F0ECDB
RGB
CMYK
RGB Variations
Color information
#F0ECDB (or 0xF0ECDB) is known color: Rice Cake. HEX triplet: F0, EC and DB. RGB value is (240,236,219). Sum of RGB (Red+Green+Blue) = 240+236+219=695 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.53% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECDB is #0F1324. Grayscale: #EBEBEB. Windows color (decimal): -987941 or 14413040. OLE color: 14413040.
HSL color Cylindrical-coordinate representation of color #F0ECDB: hue angle of 48.57º degrees, saturation: 0.41, 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 #F0ECDB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 236 | 219 | - |
CMYK | 0 | 0.02 | 0.09 | 0.06 |
HSL | 48.57º | 0.41% | 0.9% | - |
HSV(B) | 48.57º | 0.09% | 0.94% | - |
XYZ | 78.72 | 83.63 | 79.01 | - |
YUV | 235.26 | 118.83 | 131.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 236 | 219 | 0 | 0.02 | 0.09 | 0.06 | 48.57 | 0.41 | 0.9 |
Hex | F0 | EC | DB | 0 | 2 | 9 | 6 | 31 | 29 | 5A |
Octal | 360 | 354 | 333 | 0 | 2 | 11 | 6 | 61 | 51 | 132 |
Binary | 11110000 | 11101100 | 11011011 | 0 | 10 | 1001 | 110 | 110001 | 101001 | 1011010 |
Color Harmonies of #F0ECDB
Complementary color
Monochromatic Colors of #F0ECDB
Black with #F0ECDB
Text Example
Text Example
White with #F0ECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECDB; }
p { color: rgb(240,236,219); }
H1.HeaderClassName
{
color: #F0ECDB;
}
.AnyTagClassName
{
color: #F0ECDB;
}
</style>
background-color css
<style>
a { background-color: #F0ECDB; }
a { background-color: rgb(240,236,219); }
div.DivClassName
{
background-color: #F0ECDB;
}
.BgClassName
{
background-color: #F0ECDB;
}
</style>
border-color css
<style>
span { border-color: #F0ECDB; }
span { border-color: rgb(240,236,219); }
td.TdClassName
{
border-color: #F0ECDB;
}
.TagClassName
{
border-color: #F0ECDB;
}
</style>