Shades of Rice Cake #F2F0DC
Tints of Rice Cake #F2F0DC
RGB
CMYK
RGB Variations
Color information
#F2F0DC (or 0xF2F0DC) is known color: Rice Cake. HEX triplet: F2, F0 and DC. RGB value is (242,240,220). Sum of RGB (Red+Green+Blue) = 242+240+220=702 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.47% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0DC is #0D0F23. Grayscale: #EEEEEE. Windows color (decimal): -855844 or 14479602. OLE color: 14479602.
HSL color Cylindrical-coordinate representation of color #F2F0DC: hue angle of 54.55º degrees, saturation: 0.46, 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 #F2F0DC is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 220 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.05 |
| HSL | 54.55º | 0.46% | 0.91% | - |
| HSV(B) | 54.55º | 0.09% | 0.95% | - |
| XYZ | 80.7 | 86.36 | 80.13 | - |
| YUV | 238.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 220 | 0 | 0.01 | 0.09 | 0.05 | 54.55 | 0.46 | 0.91 |
| Hex | F2 | F0 | DC | 0 | 1 | 9 | 5 | 37 | 2E | 5B |
| Octal | 362 | 360 | 334 | 0 | 1 | 11 | 5 | 67 | 56 | 133 |
| Binary | 11110010 | 11110000 | 11011100 | 0 | 1 | 1001 | 101 | 110111 | 101110 | 1011011 |
Color Harmonies of #F2F0DC
Complementary color
Monochromatic Colors of #F2F0DC
Black with #F2F0DC
Text Example
Text Example
White with #F2F0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0DC; }
p { color: rgb(242,240,220); }
H1.HeaderClassName
{
color: #F2F0DC;
}
.AnyTagClassName
{
color: #F2F0DC;
}
</style>
background-color css
<style>
a { background-color: #F2F0DC; }
a { background-color: rgb(242,240,220); }
div.DivClassName
{
background-color: #F2F0DC;
}
.BgClassName
{
background-color: #F2F0DC;
}
</style>
border-color css
<style>
span { border-color: #F2F0DC; }
span { border-color: rgb(242,240,220); }
td.TdClassName
{
border-color: #F2F0DC;
}
.TagClassName
{
border-color: #F2F0DC;
}
</style>