Shades of Rice Flower #F0F6D4
Tints of Rice Flower #F0F6D4
RGB
CMYK
RGB Variations
Color information
#F0F6D4 (or 0xF0F6D4) is known color: Rice Flower. HEX triplet: F0, F6 and D4. RGB value is (240,246,212). Sum of RGB (Red+Green+Blue) = 240+246+212=698 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.38% from 698); Green value is 246 (96.48% from 255 or 35.24% from 698); Blue value is 212 (83.20% from 255 or 30.37% from 698); Max value from RGB is 246 - color contains mainly: green. Hex color #F0F6D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F6D4 is #0F092B. Grayscale: #F0F0F0. Windows color (decimal): -985388 or 13956848. OLE color: 13956848.
HSL color Cylindrical-coordinate representation of color #F0F6D4: hue angle of 70.59º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0F6D4 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 246 | 212 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.04 |
| HSL | 70.59º | 0.65% | 0.9% | - |
| HSV(B) | 70.59º | 0.14% | 0.96% | - |
| XYZ | 80.77 | 89.19 | 75.25 | - |
| YUV | 240.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 246 | 212 | 0.02 | 0 | 0.14 | 0.04 | 70.59 | 0.65 | 0.9 |
| Hex | F0 | F6 | D4 | 2 | 0 | E | 4 | 47 | 41 | 5A |
| Octal | 360 | 366 | 324 | 2 | 0 | 16 | 4 | 107 | 101 | 132 |
| Binary | 11110000 | 11110110 | 11010100 | 10 | 0 | 1110 | 100 | 1000111 | 1000001 | 1011010 |
Color Harmonies of #F0F6D4
Complementary color
Monochromatic Colors of #F0F6D4
Black with #F0F6D4
Text Example
Text Example
White with #F0F6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F6D4; }
p { color: rgb(240,246,212); }
H1.HeaderClassName
{
color: #F0F6D4;
}
.AnyTagClassName
{
color: #F0F6D4;
}
</style>
background-color css
<style>
a { background-color: #F0F6D4; }
a { background-color: rgb(240,246,212); }
div.DivClassName
{
background-color: #F0F6D4;
}
.BgClassName
{
background-color: #F0F6D4;
}
</style>
border-color css
<style>
span { border-color: #F0F6D4; }
span { border-color: rgb(240,246,212); }
td.TdClassName
{
border-color: #F0F6D4;
}
.TagClassName
{
border-color: #F0F6D4;
}
</style>