Shades of Rice Cake #F2F0DF
Tints of Rice Cake #F2F0DF
RGB
CMYK
RGB Variations
Color information
#F2F0DF (or 0xF2F0DF) is known color: Rice Cake. HEX triplet: F2, F0 and DF. RGB value is (242,240,223). Sum of RGB (Red+Green+Blue) = 242+240+223=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 240 (94.14% from 255 or 34.04% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F0DF is #0D0F20. Grayscale: #EEEEEE. Windows color (decimal): -855841 or 14676210. OLE color: 14676210.
HSL color Cylindrical-coordinate representation of color #F2F0DF: hue angle of 53.68º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2F0DF is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 223 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.05 |
| HSL | 53.68º | 0.42% | 0.91% | - |
| HSV(B) | 53.68º | 0.08% | 0.95% | - |
| XYZ | 81.1 | 86.53 | 82.24 | - |
| YUV | 238.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 223 | 0 | 0.01 | 0.08 | 0.05 | 53.68 | 0.42 | 0.91 |
| Hex | F2 | F0 | DF | 0 | 1 | 8 | 5 | 36 | 2A | 5B |
| Octal | 362 | 360 | 337 | 0 | 1 | 10 | 5 | 66 | 52 | 133 |
| Binary | 11110010 | 11110000 | 11011111 | 0 | 1 | 1000 | 101 | 110110 | 101010 | 1011011 |
Color Harmonies of #F2F0DF
Complementary color
Monochromatic Colors of #F2F0DF
Black with #F2F0DF
Text Example
Text Example
White with #F2F0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F0DF; }
p { color: rgb(242,240,223); }
H1.HeaderClassName
{
color: #F2F0DF;
}
.AnyTagClassName
{
color: #F2F0DF;
}
</style>
background-color css
<style>
a { background-color: #F2F0DF; }
a { background-color: rgb(242,240,223); }
div.DivClassName
{
background-color: #F2F0DF;
}
.BgClassName
{
background-color: #F2F0DF;
}
</style>
border-color css
<style>
span { border-color: #F2F0DF; }
span { border-color: rgb(242,240,223); }
td.TdClassName
{
border-color: #F2F0DF;
}
.TagClassName
{
border-color: #F2F0DF;
}
</style>