Shades of Rice Flower #F0F9D2
Tints of Rice Flower #F0F9D2
RGB
CMYK
RGB Variations
Color information
#F0F9D2 (or 0xF0F9D2) is known color: Rice Flower. HEX triplet: F0, F9 and D2. RGB value is (240,249,210). Sum of RGB (Red+Green+Blue) = 240+249+210=699 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.33% from 699); Green value is 249 (97.66% from 255 or 35.62% from 699); Blue value is 210 (82.42% from 255 or 30.04% from 699); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F9D2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F9D2 is #0F062D. Grayscale: #F2F2F2. Windows color (decimal): -984622 or 13826544. OLE color: 13826544.
HSL color Cylindrical-coordinate representation of color #F0F9D2: hue angle of 73.85º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F9D2 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 210 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.02 |
| HSL | 73.85º | 0.76% | 0.9% | - |
| HSV(B) | 73.85º | 0.16% | 0.98% | - |
| XYZ | 81.44 | 90.93 | 74.23 | - |
| YUV | 241.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 210 | 0.04 | 0 | 0.16 | 0.02 | 73.85 | 0.76 | 0.9 |
| Hex | F0 | F9 | D2 | 4 | 0 | 10 | 2 | 4A | 4C | 5A |
| Octal | 360 | 371 | 322 | 4 | 0 | 20 | 2 | 112 | 114 | 132 |
| Binary | 11110000 | 11111001 | 11010010 | 100 | 0 | 10000 | 10 | 1001010 | 1001100 | 1011010 |
Color Harmonies of #F0F9D2
Complementary color
Monochromatic Colors of #F0F9D2
Black with #F0F9D2
Text Example
Text Example
White with #F0F9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F9D2; }
p { color: rgb(240,249,210); }
H1.HeaderClassName
{
color: #F0F9D2;
}
.AnyTagClassName
{
color: #F0F9D2;
}
</style>
background-color css
<style>
a { background-color: #F0F9D2; }
a { background-color: rgb(240,249,210); }
div.DivClassName
{
background-color: #F0F9D2;
}
.BgClassName
{
background-color: #F0F9D2;
}
</style>
border-color css
<style>
span { border-color: #F0F9D2; }
span { border-color: rgb(240,249,210); }
td.TdClassName
{
border-color: #F0F9D2;
}
.TagClassName
{
border-color: #F0F9D2;
}
</style>