Shades of Rice Cake #F1EDDB
Tints of Rice Cake #F1EDDB
RGB
CMYK
RGB Variations
Color information
#F1EDDB (or 0xF1EDDB) is known color: Rice Cake. HEX triplet: F1, ED and DB. RGB value is (241,237,219). Sum of RGB (Red+Green+Blue) = 241+237+219=697 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.58% from 697); Green value is 237 (92.97% from 255 or 34.00% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDDB is #0E1224. Grayscale: #ECECEC. Windows color (decimal): -922149 or 14413297. OLE color: 14413297.
HSL color Cylindrical-coordinate representation of color #F1EDDB: hue angle of 49.09º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1EDDB is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 219 | - |
CMYK | 0 | 0.02 | 0.09 | 0.05 |
HSL | 49.09º | 0.44% | 0.9% | - |
HSV(B) | 49.09º | 0.09% | 0.95% | - |
XYZ | 79.35 | 84.38 | 79.12 | - |
YUV | 236.14 | 118.33 | 131.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 219 | 0 | 0.02 | 0.09 | 0.05 | 49.09 | 0.44 | 0.9 |
Hex | F1 | ED | DB | 0 | 2 | 9 | 5 | 31 | 2C | 5A |
Octal | 361 | 355 | 333 | 0 | 2 | 11 | 5 | 61 | 54 | 132 |
Binary | 11110001 | 11101101 | 11011011 | 0 | 10 | 1001 | 101 | 110001 | 101100 | 1011010 |
Color Harmonies of #F1EDDB
Complementary color
Monochromatic Colors of #F1EDDB
Black with #F1EDDB
Text Example
Text Example
White with #F1EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDDB; }
p { color: rgb(241,237,219); }
H1.HeaderClassName
{
color: #F1EDDB;
}
.AnyTagClassName
{
color: #F1EDDB;
}
</style>
background-color css
<style>
a { background-color: #F1EDDB; }
a { background-color: rgb(241,237,219); }
div.DivClassName
{
background-color: #F1EDDB;
}
.BgClassName
{
background-color: #F1EDDB;
}
</style>
border-color css
<style>
span { border-color: #F1EDDB; }
span { border-color: rgb(241,237,219); }
td.TdClassName
{
border-color: #F1EDDB;
}
.TagClassName
{
border-color: #F1EDDB;
}
</style>