Shades of Rice Flower #F0F7CA
Tints of Rice Flower #F0F7CA
RGB
CMYK
RGB Variations
Color information
#F0F7CA (or 0xF0F7CA) is known color: Rice Flower. HEX triplet: F0, F7 and CA. RGB value is (240,247,202). Sum of RGB (Red+Green+Blue) = 240+247+202=689 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.83% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #F0F7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F7CA is #0F0835. Grayscale: #EFEFEF. Windows color (decimal): -985142 or 13301744. OLE color: 13301744.
HSL color Cylindrical-coordinate representation of color #F0F7CA: hue angle of 69.33º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F0F7CA is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 247 | 202 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.03 |
| HSL | 69.33º | 0.74% | 0.88% | - |
| HSV(B) | 69.33º | 0.18% | 0.97% | - |
| XYZ | 79.86 | 89.31 | 68.91 | - |
| YUV | 239.78 | 106.68 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 247 | 202 | 0.03 | 0 | 0.18 | 0.03 | 69.33 | 0.74 | 0.88 |
| Hex | F0 | F7 | CA | 3 | 0 | 12 | 3 | 45 | 4A | 58 |
| Octal | 360 | 367 | 312 | 3 | 0 | 22 | 3 | 105 | 112 | 130 |
| Binary | 11110000 | 11110111 | 11001010 | 11 | 0 | 10010 | 11 | 1000101 | 1001010 | 1011000 |
Color Harmonies of #F0F7CA
Complementary color
Monochromatic Colors of #F0F7CA
Black with #F0F7CA
Text Example
Text Example
White with #F0F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F7CA; }
p { color: rgb(240,247,202); }
H1.HeaderClassName
{
color: #F0F7CA;
}
.AnyTagClassName
{
color: #F0F7CA;
}
</style>
background-color css
<style>
a { background-color: #F0F7CA; }
a { background-color: rgb(240,247,202); }
div.DivClassName
{
background-color: #F0F7CA;
}
.BgClassName
{
background-color: #F0F7CA;
}
</style>
border-color css
<style>
span { border-color: #F0F7CA; }
span { border-color: rgb(240,247,202); }
td.TdClassName
{
border-color: #F0F7CA;
}
.TagClassName
{
border-color: #F0F7CA;
}
</style>