Shades of Rice Flower #F0F9D7
Tints of Rice Flower #F0F9D7
RGB
CMYK
RGB Variations
Color information
#F0F9D7 (or 0xF0F9D7) is known color: Rice Flower. HEX triplet: F0, F9 and D7. RGB value is (240,249,215). Sum of RGB (Red+Green+Blue) = 240+249+215=704 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.09% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 215 (84.38% from 255 or 30.54% from 704); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F9D7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F9D7 is #0F0628. Grayscale: #F2F2F2. Windows color (decimal): -984617 or 14154224. OLE color: 14154224.
HSL color Cylindrical-coordinate representation of color #F0F9D7: hue angle of 75.88º degrees, saturation: 0.74, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0F9D7 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 215 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.02 |
| HSL | 75.88º | 0.74% | 0.91% | - |
| HSV(B) | 75.88º | 0.14% | 0.98% | - |
| XYZ | 82.08 | 91.18 | 77.56 | - |
| YUV | 242.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 215 | 0.04 | 0 | 0.14 | 0.02 | 75.88 | 0.74 | 0.91 |
| Hex | F0 | F9 | D7 | 4 | 0 | E | 2 | 4C | 4A | 5B |
| Octal | 360 | 371 | 327 | 4 | 0 | 16 | 2 | 114 | 112 | 133 |
| Binary | 11110000 | 11111001 | 11010111 | 100 | 0 | 1110 | 10 | 1001100 | 1001010 | 1011011 |
Color Harmonies of #F0F9D7
Complementary color
Monochromatic Colors of #F0F9D7
Black with #F0F9D7
Text Example
Text Example
White with #F0F9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F9D7; }
p { color: rgb(240,249,215); }
H1.HeaderClassName
{
color: #F0F9D7;
}
.AnyTagClassName
{
color: #F0F9D7;
}
</style>
background-color css
<style>
a { background-color: #F0F9D7; }
a { background-color: rgb(240,249,215); }
div.DivClassName
{
background-color: #F0F9D7;
}
.BgClassName
{
background-color: #F0F9D7;
}
</style>
border-color css
<style>
span { border-color: #F0F9D7; }
span { border-color: rgb(240,249,215); }
td.TdClassName
{
border-color: #F0F9D7;
}
.TagClassName
{
border-color: #F0F9D7;
}
</style>