Shades of Rice Cake #F0ECDA
Tints of Rice Cake #F0ECDA
RGB
CMYK
RGB Variations
Color information
#F0ECDA (or 0xF0ECDA) is known color: Rice Cake. HEX triplet: F0, EC and DA. RGB value is (240,236,218). Sum of RGB (Red+Green+Blue) = 240+236+218=694 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.58% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ECDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0ECDA is #0F1325. Grayscale: #EBEBEB. Windows color (decimal): -987942 or 14347504. OLE color: 14347504.
HSL color Cylindrical-coordinate representation of color #F0ECDA: hue angle of 49.09º 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 #F0ECDA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 236 | 218 | - |
CMYK | 0 | 0.02 | 0.09 | 0.06 |
HSL | 49.09º | 0.42% | 0.9% | - |
HSV(B) | 49.09º | 0.09% | 0.94% | - |
XYZ | 78.59 | 83.58 | 78.32 | - |
YUV | 235.14 | 118.33 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 236 | 218 | 0 | 0.02 | 0.09 | 0.06 | 49.09 | 0.42 | 0.9 |
Hex | F0 | EC | DA | 0 | 2 | 9 | 6 | 31 | 2A | 5A |
Octal | 360 | 354 | 332 | 0 | 2 | 11 | 6 | 61 | 52 | 132 |
Binary | 11110000 | 11101100 | 11011010 | 0 | 10 | 1001 | 110 | 110001 | 101010 | 1011010 |
Color Harmonies of #F0ECDA
Complementary color
Monochromatic Colors of #F0ECDA
Black with #F0ECDA
Text Example
Text Example
White with #F0ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ECDA; }
p { color: rgb(240,236,218); }
H1.HeaderClassName
{
color: #F0ECDA;
}
.AnyTagClassName
{
color: #F0ECDA;
}
</style>
background-color css
<style>
a { background-color: #F0ECDA; }
a { background-color: rgb(240,236,218); }
div.DivClassName
{
background-color: #F0ECDA;
}
.BgClassName
{
background-color: #F0ECDA;
}
</style>
border-color css
<style>
span { border-color: #F0ECDA; }
span { border-color: rgb(240,236,218); }
td.TdClassName
{
border-color: #F0ECDA;
}
.TagClassName
{
border-color: #F0ECDA;
}
</style>