Shades of Rice Cake #F2EFDB
Tints of Rice Cake #F2EFDB
RGB
CMYK
RGB Variations
Color information
#F2EFDB (or 0xF2EFDB) is known color: Rice Cake. HEX triplet: F2, EF and DB. RGB value is (242,239,219). Sum of RGB (Red+Green+Blue) = 242+239+219=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 239 (93.75% from 255 or 34.14% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2EFDB is #0D1024. Grayscale: #EDEDED. Windows color (decimal): -856101 or 14413810. OLE color: 14413810.
HSL color Cylindrical-coordinate representation of color #F2EFDB: hue angle of 52.17º degrees, saturation: 0.47, 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 #F2EFDB is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 239 | 219 | - |
| CMYK | 0 | 0.01 | 0.10 | 0.05 |
| HSL | 52.17º | 0.47% | 0.9% | - |
| HSV(B) | 52.17º | 0.1% | 0.95% | - |
| XYZ | 80.27 | 85.72 | 79.33 | - |
| YUV | 237.62 | 117.49 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 239 | 219 | 0 | 0.01 | 0.10 | 0.05 | 52.17 | 0.47 | 0.9 |
| Hex | F2 | EF | DB | 0 | 1 | A | 5 | 34 | 2F | 5A |
| Octal | 362 | 357 | 333 | 0 | 1 | 12 | 5 | 64 | 57 | 132 |
| Binary | 11110010 | 11101111 | 11011011 | 0 | 1 | 1010 | 101 | 110100 | 101111 | 1011010 |
Color Harmonies of #F2EFDB
Complementary color
Monochromatic Colors of #F2EFDB
Black with #F2EFDB
Text Example
Text Example
White with #F2EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EFDB; }
p { color: rgb(242,239,219); }
H1.HeaderClassName
{
color: #F2EFDB;
}
.AnyTagClassName
{
color: #F2EFDB;
}
</style>
background-color css
<style>
a { background-color: #F2EFDB; }
a { background-color: rgb(242,239,219); }
div.DivClassName
{
background-color: #F2EFDB;
}
.BgClassName
{
background-color: #F2EFDB;
}
</style>
border-color css
<style>
span { border-color: #F2EFDB; }
span { border-color: rgb(242,239,219); }
td.TdClassName
{
border-color: #F2EFDB;
}
.TagClassName
{
border-color: #F2EFDB;
}
</style>