Shades of Rice Flower #F0F9D6
Tints of Rice Flower #F0F9D6
RGB
CMYK
RGB Variations
Color information
#F0F9D6 (or 0xF0F9D6) is known color: Rice Flower. HEX triplet: F0, F9 and D6. RGB value is (240,249,214). Sum of RGB (Red+Green+Blue) = 240+249+214=703 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.14% from 703); Green value is 249 (97.66% from 255 or 35.42% from 703); Blue value is 214 (83.98% from 255 or 30.44% from 703); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F9D6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F9D6 is #0F0629. Grayscale: #F2F2F2. Windows color (decimal): -984618 or 14088688. OLE color: 14088688.
HSL color Cylindrical-coordinate representation of color #F0F9D6: hue angle of 75.43º 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 #F0F9D6 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 214 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.02 |
| HSL | 75.43º | 0.74% | 0.91% | - |
| HSV(B) | 75.43º | 0.14% | 0.98% | - |
| XYZ | 81.95 | 91.13 | 76.89 | - |
| YUV | 242.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 214 | 0.04 | 0 | 0.14 | 0.02 | 75.43 | 0.74 | 0.91 |
| Hex | F0 | F9 | D6 | 4 | 0 | E | 2 | 4B | 4A | 5B |
| Octal | 360 | 371 | 326 | 4 | 0 | 16 | 2 | 113 | 112 | 133 |
| Binary | 11110000 | 11111001 | 11010110 | 100 | 0 | 1110 | 10 | 1001011 | 1001010 | 1011011 |
Color Harmonies of #F0F9D6
Complementary color
Monochromatic Colors of #F0F9D6
Black with #F0F9D6
Text Example
Text Example
White with #F0F9D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F9D6; }
p { color: rgb(240,249,214); }
H1.HeaderClassName
{
color: #F0F9D6;
}
.AnyTagClassName
{
color: #F0F9D6;
}
</style>
background-color css
<style>
a { background-color: #F0F9D6; }
a { background-color: rgb(240,249,214); }
div.DivClassName
{
background-color: #F0F9D6;
}
.BgClassName
{
background-color: #F0F9D6;
}
</style>
border-color css
<style>
span { border-color: #F0F9D6; }
span { border-color: rgb(240,249,214); }
td.TdClassName
{
border-color: #F0F9D6;
}
.TagClassName
{
border-color: #F0F9D6;
}
</style>