Shades of Rice Flower #F0F9D9
Tints of Rice Flower #F0F9D9
RGB
CMYK
RGB Variations
Color information
#F0F9D9 (or 0xF0F9D9) is known color: Rice Flower. HEX triplet: F0, F9 and D9. RGB value is (240,249,217). Sum of RGB (Red+Green+Blue) = 240+249+217=706 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.99% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 217 (85.16% from 255 or 30.74% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F9D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F9D9 is #0F0626. Grayscale: #F2F2F2. Windows color (decimal): -984615 or 14285296. OLE color: 14285296.
HSL color Cylindrical-coordinate representation of color #F0F9D9: hue angle of 76.88º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F0F9D9 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 217 | - |
| CMYK | 0.04 | 0 | 0.13 | 0.02 |
| HSL | 76.88º | 0.73% | 0.91% | - |
| HSV(B) | 76.88º | 0.13% | 0.98% | - |
| XYZ | 82.34 | 91.29 | 78.93 | - |
| YUV | 242.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 217 | 0.04 | 0 | 0.13 | 0.02 | 76.88 | 0.73 | 0.91 |
| Hex | F0 | F9 | D9 | 4 | 0 | D | 2 | 4D | 49 | 5B |
| Octal | 360 | 371 | 331 | 4 | 0 | 15 | 2 | 115 | 111 | 133 |
| Binary | 11110000 | 11111001 | 11011001 | 100 | 0 | 1101 | 10 | 1001101 | 1001001 | 1011011 |
Color Harmonies of #F0F9D9
Complementary color
Monochromatic Colors of #F0F9D9
Black with #F0F9D9
Text Example
Text Example
White with #F0F9D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F9D9; }
p { color: rgb(240,249,217); }
H1.HeaderClassName
{
color: #F0F9D9;
}
.AnyTagClassName
{
color: #F0F9D9;
}
</style>
background-color css
<style>
a { background-color: #F0F9D9; }
a { background-color: rgb(240,249,217); }
div.DivClassName
{
background-color: #F0F9D9;
}
.BgClassName
{
background-color: #F0F9D9;
}
</style>
border-color css
<style>
span { border-color: #F0F9D9; }
span { border-color: rgb(240,249,217); }
td.TdClassName
{
border-color: #F0F9D9;
}
.TagClassName
{
border-color: #F0F9D9;
}
</style>