Shades of Rice Cake #F2F0DD
Tints of Rice Cake #F2F0DD
RGB
CMYK
RGB Variations
Color information
#F2F0DD (or 0xF2F0DD) is known color: Rice Cake. HEX triplet: F2, F0 and DD. RGB value is (242,240,221). Sum of RGB (Red+Green+Blue) = 242+240+221=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 221 (86.72% from 255 or 31.44% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0DD is #0D0F22. Grayscale: #EEEEEE. Windows color (decimal): -855843 or 14545138. OLE color: 14545138.
HSL color Cylindrical-coordinate representation of color #F2F0DD: hue angle of 54.29º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2F0DD is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 221 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.05 |
| HSL | 54.29º | 0.45% | 0.91% | - |
| HSV(B) | 54.29º | 0.09% | 0.95% | - |
| XYZ | 80.83 | 86.42 | 80.83 | - |
| YUV | 238.43 | 118.16 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 221 | 0 | 0.01 | 0.09 | 0.05 | 54.29 | 0.45 | 0.91 |
| Hex | F2 | F0 | DD | 0 | 1 | 9 | 5 | 36 | 2D | 5B |
| Octal | 362 | 360 | 335 | 0 | 1 | 11 | 5 | 66 | 55 | 133 |
| Binary | 11110010 | 11110000 | 11011101 | 0 | 1 | 1001 | 101 | 110110 | 101101 | 1011011 |
Color Harmonies of #F2F0DD
Complementary color
Monochromatic Colors of #F2F0DD
Black with #F2F0DD
Text Example
Text Example
White with #F2F0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0DD; }
p { color: rgb(242,240,221); }
H1.HeaderClassName
{
color: #F2F0DD;
}
.AnyTagClassName
{
color: #F2F0DD;
}
</style>
background-color css
<style>
a { background-color: #F2F0DD; }
a { background-color: rgb(242,240,221); }
div.DivClassName
{
background-color: #F2F0DD;
}
.BgClassName
{
background-color: #F2F0DD;
}
</style>
border-color css
<style>
span { border-color: #F2F0DD; }
span { border-color: rgb(242,240,221); }
td.TdClassName
{
border-color: #F2F0DD;
}
.TagClassName
{
border-color: #F2F0DD;
}
</style>