Shades of Rice Flower #F0F9C8
Tints of Rice Flower #F0F9C8
RGB
CMYK
RGB Variations
Color information
#F0F9C8 (or 0xF0F9C8) is known color: Rice Flower. HEX triplet: F0, F9 and C8. RGB value is (240,249,200). Sum of RGB (Red+Green+Blue) = 240+249+200=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 200 (78.52% from 255 or 29.03% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F9C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F9C8 is #0F0637. Grayscale: #F0F0F0. Windows color (decimal): -984632 or 13171184. OLE color: 13171184.
HSL color Cylindrical-coordinate representation of color #F0F9C8: hue angle of 71.02º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F0F9C8 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 249 | 200 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.02 |
| HSL | 71.02º | 0.8% | 0.88% | - |
| HSV(B) | 71.02º | 0.2% | 0.98% | - |
| XYZ | 80.24 | 90.45 | 67.87 | - |
| YUV | 240.72 | 105.02 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 249 | 200 | 0.04 | 0 | 0.20 | 0.02 | 71.02 | 0.8 | 0.88 |
| Hex | F0 | F9 | C8 | 4 | 0 | 14 | 2 | 47 | 50 | 58 |
| Octal | 360 | 371 | 310 | 4 | 0 | 24 | 2 | 107 | 120 | 130 |
| Binary | 11110000 | 11111001 | 11001000 | 100 | 0 | 10100 | 10 | 1000111 | 1010000 | 1011000 |
Color Harmonies of #F0F9C8
Complementary color
Monochromatic Colors of #F0F9C8
Black with #F0F9C8
Text Example
Text Example
White with #F0F9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F9C8; }
p { color: rgb(240,249,200); }
H1.HeaderClassName
{
color: #F0F9C8;
}
.AnyTagClassName
{
color: #F0F9C8;
}
</style>
background-color css
<style>
a { background-color: #F0F9C8; }
a { background-color: rgb(240,249,200); }
div.DivClassName
{
background-color: #F0F9C8;
}
.BgClassName
{
background-color: #F0F9C8;
}
</style>
border-color css
<style>
span { border-color: #F0F9C8; }
span { border-color: rgb(240,249,200); }
td.TdClassName
{
border-color: #F0F9C8;
}
.TagClassName
{
border-color: #F0F9C8;
}
</style>