Shades of Rice Cake #F1EDDA
Tints of Rice Cake #F1EDDA
RGB
CMYK
RGB Variations
Color information
#F1EDDA (or 0xF1EDDA) is known color: Rice Cake. HEX triplet: F1, ED and DA. RGB value is (241,237,218). Sum of RGB (Red+Green+Blue) = 241+237+218=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 218 (85.55% from 255 or 31.32% from 696); Max value from RGB is 241 - color contains mainly: red. Hex color #F1EDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1EDDA is #0E1225. Grayscale: #ECECEC. Windows color (decimal): -922150 or 14347761. OLE color: 14347761.
HSL color Cylindrical-coordinate representation of color #F1EDDA: hue angle of 49.57º degrees, saturation: 0.45, 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 #F1EDDA is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
RGB | 241 | 237 | 218 | - |
CMYK | 0 | 0.02 | 0.10 | 0.05 |
HSL | 49.57º | 0.45% | 0.9% | - |
HSV(B) | 49.57º | 0.1% | 0.95% | - |
XYZ | 79.21 | 84.33 | 78.43 | - |
YUV | 236.03 | 117.83 | 131.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 241 | 237 | 218 | 0 | 0.02 | 0.10 | 0.05 | 49.57 | 0.45 | 0.9 |
Hex | F1 | ED | DA | 0 | 2 | A | 5 | 32 | 2D | 5A |
Octal | 361 | 355 | 332 | 0 | 2 | 12 | 5 | 62 | 55 | 132 |
Binary | 11110001 | 11101101 | 11011010 | 0 | 10 | 1010 | 101 | 110010 | 101101 | 1011010 |
Color Harmonies of #F1EDDA
Complementary color
Monochromatic Colors of #F1EDDA
Black with #F1EDDA
Text Example
Text Example
White with #F1EDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1EDDA; }
p { color: rgb(241,237,218); }
H1.HeaderClassName
{
color: #F1EDDA;
}
.AnyTagClassName
{
color: #F1EDDA;
}
</style>
background-color css
<style>
a { background-color: #F1EDDA; }
a { background-color: rgb(241,237,218); }
div.DivClassName
{
background-color: #F1EDDA;
}
.BgClassName
{
background-color: #F1EDDA;
}
</style>
border-color css
<style>
span { border-color: #F1EDDA; }
span { border-color: rgb(241,237,218); }
td.TdClassName
{
border-color: #F1EDDA;
}
.TagClassName
{
border-color: #F1EDDA;
}
</style>