Shades of Rice Flower #F0F5DE
Tints of Rice Flower #F0F5DE
RGB
CMYK
RGB Variations
Color information
#F0F5DE (or 0xF0F5DE) is known color: Rice Flower. HEX triplet: F0, F5 and DE. RGB value is (240,245,222). Sum of RGB (Red+Green+Blue) = 240+245+222=707 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.95% from 707); Green value is 245 (96.09% from 255 or 34.65% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 245 - color contains mainly: green. Hex color #F0F5DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F5DE is #0F0A21. Grayscale: #F0F0F0. Windows color (decimal): -985634 or 14611952. OLE color: 14611952.
HSL color Cylindrical-coordinate representation of color #F0F5DE: hue angle of 73.04º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F0F5DE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 245 | 222 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.04 |
| HSL | 73.04º | 0.53% | 0.92% | - |
| HSV(B) | 73.04º | 0.09% | 0.96% | - |
| XYZ | 81.77 | 89.1 | 82 | - |
| YUV | 240.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 245 | 222 | 0.02 | 0 | 0.09 | 0.04 | 73.04 | 0.53 | 0.92 |
| Hex | F0 | F5 | DE | 2 | 0 | 9 | 4 | 49 | 35 | 5C |
| Octal | 360 | 365 | 336 | 2 | 0 | 11 | 4 | 111 | 65 | 134 |
| Binary | 11110000 | 11110101 | 11011110 | 10 | 0 | 1001 | 100 | 1001001 | 110101 | 1011100 |
Color Harmonies of #F0F5DE
Complementary color
Monochromatic Colors of #F0F5DE
Black with #F0F5DE
Text Example
Text Example
White with #F0F5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F5DE; }
p { color: rgb(240,245,222); }
H1.HeaderClassName
{
color: #F0F5DE;
}
.AnyTagClassName
{
color: #F0F5DE;
}
</style>
background-color css
<style>
a { background-color: #F0F5DE; }
a { background-color: rgb(240,245,222); }
div.DivClassName
{
background-color: #F0F5DE;
}
.BgClassName
{
background-color: #F0F5DE;
}
</style>
border-color css
<style>
span { border-color: #F0F5DE; }
span { border-color: rgb(240,245,222); }
td.TdClassName
{
border-color: #F0F5DE;
}
.TagClassName
{
border-color: #F0F5DE;
}
</style>