Shades of Rice Cake #F1EDD9
Tints of Rice Cake #F1EDD9
RGB
CMYK
RGB Variations
Color information
#F1EDD9 (or 0xF1EDD9) is known color: Rice Cake. HEX triplet: F1, ED and D9. RGB value is (241,237,217). Sum of RGB (Red+Green+Blue) = 241+237+217=695 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.68% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 217 (85.16% from 255 or 31.22% from 695); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDD9 is #0E1226. Grayscale: #ECECEC. Windows color (decimal): -922151 or 14282225. OLE color: 14282225.
HSL color Cylindrical-coordinate representation of color #F1EDD9: hue angle of 50º degrees, saturation: 0.46, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F1EDD9 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 217 | - |
CMYK | 0 | 0.02 | 0.10 | 0.05 |
HSL | 50º | 0.46% | 0.9% | - |
HSV(B) | 50º | 0.1% | 0.95% | - |
XYZ | 79.08 | 84.28 | 77.74 | - |
YUV | 235.92 | 117.33 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 217 | 0 | 0.02 | 0.10 | 0.05 | 50 | 0.46 | 0.9 |
Hex | F1 | ED | D9 | 0 | 2 | A | 5 | 32 | 2E | 5A |
Octal | 361 | 355 | 331 | 0 | 2 | 12 | 5 | 62 | 56 | 132 |
Binary | 11110001 | 11101101 | 11011001 | 0 | 10 | 1010 | 101 | 110010 | 101110 | 1011010 |
Color Harmonies of #F1EDD9
Complementary color
Monochromatic Colors of #F1EDD9
Black with #F1EDD9
Text Example
Text Example
White with #F1EDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDD9; }
p { color: rgb(241,237,217); }
H1.HeaderClassName
{
color: #F1EDD9;
}
.AnyTagClassName
{
color: #F1EDD9;
}
</style>
background-color css
<style>
a { background-color: #F1EDD9; }
a { background-color: rgb(241,237,217); }
div.DivClassName
{
background-color: #F1EDD9;
}
.BgClassName
{
background-color: #F1EDD9;
}
</style>
border-color css
<style>
span { border-color: #F1EDD9; }
span { border-color: rgb(241,237,217); }
td.TdClassName
{
border-color: #F1EDD9;
}
.TagClassName
{
border-color: #F1EDD9;
}
</style>