Shades of Rice Flower #F0F7D4
Tints of Rice Flower #F0F7D4
RGB
CMYK
RGB Variations
Color information
#F0F7D4 (or 0xF0F7D4) is known color: Rice Flower. HEX triplet: F0, F7 and D4. RGB value is (240,247,212). Sum of RGB (Red+Green+Blue) = 240+247+212=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 247 (96.88% from 255 or 35.34% from 699); Blue value is 212 (83.20% from 255 or 30.33% from 699); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7D4 is #0F082B. Grayscale: #F1F1F1. Windows color (decimal): -985132 or 13957104. OLE color: 13957104.
HSL color Cylindrical-coordinate representation of color #F0F7D4: hue angle of 72º degrees, saturation: 0.69, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0F7D4 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 212 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.03 |
| HSL | 72º | 0.69% | 0.9% | - |
| HSV(B) | 72º | 0.14% | 0.97% | - |
| XYZ | 81.08 | 89.8 | 75.35 | - |
| YUV | 240.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 212 | 0.03 | 0 | 0.14 | 0.03 | 72 | 0.69 | 0.9 |
| Hex | F0 | F7 | D4 | 3 | 0 | E | 3 | 48 | 45 | 5A |
| Octal | 360 | 367 | 324 | 3 | 0 | 16 | 3 | 110 | 105 | 132 |
| Binary | 11110000 | 11110111 | 11010100 | 11 | 0 | 1110 | 11 | 1001000 | 1000101 | 1011010 |
Color Harmonies of #F0F7D4
Complementary color
Monochromatic Colors of #F0F7D4
Black with #F0F7D4
Text Example
Text Example
White with #F0F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F7D4; }
p { color: rgb(240,247,212); }
H1.HeaderClassName
{
color: #F0F7D4;
}
.AnyTagClassName
{
color: #F0F7D4;
}
</style>
background-color css
<style>
a { background-color: #F0F7D4; }
a { background-color: rgb(240,247,212); }
div.DivClassName
{
background-color: #F0F7D4;
}
.BgClassName
{
background-color: #F0F7D4;
}
</style>
border-color css
<style>
span { border-color: #F0F7D4; }
span { border-color: rgb(240,247,212); }
td.TdClassName
{
border-color: #F0F7D4;
}
.TagClassName
{
border-color: #F0F7D4;
}
</style>