Shades of Rice Cake #F0EDDF
Tints of Rice Cake #F0EDDF
RGB
CMYK
RGB Variations
Color information
#F0EDDF (or 0xF0EDDF) is known color: Rice Cake. HEX triplet: F0, ED and DF. RGB value is (240,237,223). Sum of RGB (Red+Green+Blue) = 240+237+223=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0EDDF is #0F1220. Grayscale: #ECECEC. Windows color (decimal): -987681 or 14675440. OLE color: 14675440.
HSL color Cylindrical-coordinate representation of color #F0EDDF: hue angle of 49.41º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F0EDDF is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 237 | 223 | - |
CMYK | 0 | 0.01 | 0.07 | 0.06 |
HSL | 49.41º | 0.36% | 0.91% | - |
HSV(B) | 49.41º | 0.07% | 0.94% | - |
XYZ | 79.54 | 84.42 | 81.91 | - |
YUV | 236.3 | 120.49 | 130.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 237 | 223 | 0 | 0.01 | 0.07 | 0.06 | 49.41 | 0.36 | 0.91 |
Hex | F0 | ED | DF | 0 | 1 | 7 | 6 | 31 | 24 | 5B |
Octal | 360 | 355 | 337 | 0 | 1 | 7 | 6 | 61 | 44 | 133 |
Binary | 11110000 | 11101101 | 11011111 | 0 | 1 | 111 | 110 | 110001 | 100100 | 1011011 |
Color Harmonies of #F0EDDF
Complementary color
Monochromatic Colors of #F0EDDF
Black with #F0EDDF
Text Example
Text Example
White with #F0EDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EDDF; }
p { color: rgb(240,237,223); }
H1.HeaderClassName
{
color: #F0EDDF;
}
.AnyTagClassName
{
color: #F0EDDF;
}
</style>
background-color css
<style>
a { background-color: #F0EDDF; }
a { background-color: rgb(240,237,223); }
div.DivClassName
{
background-color: #F0EDDF;
}
.BgClassName
{
background-color: #F0EDDF;
}
</style>
border-color css
<style>
span { border-color: #F0EDDF; }
span { border-color: rgb(240,237,223); }
td.TdClassName
{
border-color: #F0EDDF;
}
.TagClassName
{
border-color: #F0EDDF;
}
</style>