Shades of Rice Flower #F0F5CF
Tints of Rice Flower #F0F5CF
RGB
CMYK
RGB Variations
Color information
#F0F5CF (or 0xF0F5CF) is known color: Rice Flower. HEX triplet: F0, F5 and CF. RGB value is (240,245,207). Sum of RGB (Red+Green+Blue) = 240+245+207=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 245 (96.09% from 255 or 35.40% from 692); Blue value is 207 (81.25% from 255 or 29.91% from 692); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F5CF is #0F0A30. Grayscale: #EFEFEF. Windows color (decimal): -985649 or 13628912. OLE color: 13628912.
HSL color Cylindrical-coordinate representation of color #F0F5CF: hue angle of 67.89º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0F5CF is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 207 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.04 |
| HSL | 67.89º | 0.66% | 0.89% | - |
| HSV(B) | 67.89º | 0.16% | 0.96% | - |
| XYZ | 79.85 | 88.34 | 71.87 | - |
| YUV | 239.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 207 | 0.02 | 0 | 0.16 | 0.04 | 67.89 | 0.66 | 0.89 |
| Hex | F0 | F5 | CF | 2 | 0 | 10 | 4 | 44 | 42 | 59 |
| Octal | 360 | 365 | 317 | 2 | 0 | 20 | 4 | 104 | 102 | 131 |
| Binary | 11110000 | 11110101 | 11001111 | 10 | 0 | 10000 | 100 | 1000100 | 1000010 | 1011001 |
Color Harmonies of #F0F5CF
Complementary color
Monochromatic Colors of #F0F5CF
Black with #F0F5CF
Text Example
Text Example
White with #F0F5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F5CF; }
p { color: rgb(240,245,207); }
H1.HeaderClassName
{
color: #F0F5CF;
}
.AnyTagClassName
{
color: #F0F5CF;
}
</style>
background-color css
<style>
a { background-color: #F0F5CF; }
a { background-color: rgb(240,245,207); }
div.DivClassName
{
background-color: #F0F5CF;
}
.BgClassName
{
background-color: #F0F5CF;
}
</style>
border-color css
<style>
span { border-color: #F0F5CF; }
span { border-color: rgb(240,245,207); }
td.TdClassName
{
border-color: #F0F5CF;
}
.TagClassName
{
border-color: #F0F5CF;
}
</style>