Shades of Rice Flower #F0F7D2
Tints of Rice Flower #F0F7D2
RGB
CMYK
RGB Variations
Color information
#F0F7D2 (or 0xF0F7D2) is known color: Rice Flower. HEX triplet: F0, F7 and D2. RGB value is (240,247,210). Sum of RGB (Red+Green+Blue) = 240+247+210=697 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.43% from 697); Green value is 247 (96.88% from 255 or 35.44% from 697); Blue value is 210 (82.42% from 255 or 30.13% from 697); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7D2 is #0F082D. Grayscale: #F0F0F0. Windows color (decimal): -985134 or 13826032. OLE color: 13826032.
HSL color Cylindrical-coordinate representation of color #F0F7D2: hue angle of 71.35º degrees, saturation: 0.7, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0F7D2 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 210 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.03 |
| HSL | 71.35º | 0.7% | 0.9% | - |
| HSV(B) | 71.35º | 0.15% | 0.97% | - |
| XYZ | 80.83 | 89.7 | 74.03 | - |
| YUV | 240.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 210 | 0.03 | 0 | 0.15 | 0.03 | 71.35 | 0.7 | 0.9 |
| Hex | F0 | F7 | D2 | 3 | 0 | F | 3 | 47 | 46 | 5A |
| Octal | 360 | 367 | 322 | 3 | 0 | 17 | 3 | 107 | 106 | 132 |
| Binary | 11110000 | 11110111 | 11010010 | 11 | 0 | 1111 | 11 | 1000111 | 1000110 | 1011010 |
Color Harmonies of #F0F7D2
Complementary color
Monochromatic Colors of #F0F7D2
Black with #F0F7D2
Text Example
Text Example
White with #F0F7D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F7D2; }
p { color: rgb(240,247,210); }
H1.HeaderClassName
{
color: #F0F7D2;
}
.AnyTagClassName
{
color: #F0F7D2;
}
</style>
background-color css
<style>
a { background-color: #F0F7D2; }
a { background-color: rgb(240,247,210); }
div.DivClassName
{
background-color: #F0F7D2;
}
.BgClassName
{
background-color: #F0F7D2;
}
</style>
border-color css
<style>
span { border-color: #F0F7D2; }
span { border-color: rgb(240,247,210); }
td.TdClassName
{
border-color: #F0F7D2;
}
.TagClassName
{
border-color: #F0F7D2;
}
</style>