Shades of Rice Cake #F1EDDD
Tints of Rice Cake #F1EDDD
RGB
CMYK
RGB Variations
Color information
#F1EDDD (or 0xF1EDDD) is known color: Rice Cake. HEX triplet: F1, ED and DD. RGB value is (241,237,221). Sum of RGB (Red+Green+Blue) = 241+237+221=699 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.48% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDDD is #0E1222. Grayscale: #ECECEC. Windows color (decimal): -922147 or 14544369. OLE color: 14544369.
HSL color Cylindrical-coordinate representation of color #F1EDDD: hue angle of 48º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1EDDD is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 221 | - |
CMYK | 0 | 0.02 | 0.08 | 0.05 |
HSL | 48º | 0.42% | 0.91% | - |
HSV(B) | 48º | 0.08% | 0.95% | - |
XYZ | 79.61 | 84.49 | 80.52 | - |
YUV | 236.37 | 119.33 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 221 | 0 | 0.02 | 0.08 | 0.05 | 48 | 0.42 | 0.91 |
Hex | F1 | ED | DD | 0 | 2 | 8 | 5 | 30 | 2A | 5B |
Octal | 361 | 355 | 335 | 0 | 2 | 10 | 5 | 60 | 52 | 133 |
Binary | 11110001 | 11101101 | 11011101 | 0 | 10 | 1000 | 101 | 110000 | 101010 | 1011011 |
Color Harmonies of #F1EDDD
Complementary color
Monochromatic Colors of #F1EDDD
Black with #F1EDDD
Text Example
Text Example
White with #F1EDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDDD; }
p { color: rgb(241,237,221); }
H1.HeaderClassName
{
color: #F1EDDD;
}
.AnyTagClassName
{
color: #F1EDDD;
}
</style>
background-color css
<style>
a { background-color: #F1EDDD; }
a { background-color: rgb(241,237,221); }
div.DivClassName
{
background-color: #F1EDDD;
}
.BgClassName
{
background-color: #F1EDDD;
}
</style>
border-color css
<style>
span { border-color: #F1EDDD; }
span { border-color: rgb(241,237,221); }
td.TdClassName
{
border-color: #F1EDDD;
}
.TagClassName
{
border-color: #F1EDDD;
}
</style>