Shades of Rice Flower #F0FAD2
Tints of Rice Flower #F0FAD2
RGB
CMYK
RGB Variations
Color information
#F0FAD2 (or 0xF0FAD2) is known color: Rice Flower. HEX triplet: F0, FA and D2. RGB value is (240,250,210). Sum of RGB (Red+Green+Blue) = 240+250+210=700 (92% of max value = 765). Red value is 240 (94.14% from 255 or 34.29% from 700); Green value is 250 (98.05% from 255 or 35.71% from 700); Blue value is 210 (82.42% from 255 or 30% from 700); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAD2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAD2 is #0F052D. Grayscale: #F2F2F2. Windows color (decimal): -984366 or 13826800. OLE color: 13826800.
HSL color Cylindrical-coordinate representation of color #F0FAD2: hue angle of 75º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F0FAD2 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 250 | 210 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.02 |
| HSL | 75º | 0.8% | 0.9% | - |
| HSV(B) | 75º | 0.16% | 0.98% | - |
| XYZ | 81.75 | 91.55 | 74.33 | - |
| YUV | 242.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 250 | 210 | 0.04 | 0 | 0.16 | 0.02 | 75 | 0.8 | 0.9 |
| Hex | F0 | FA | D2 | 4 | 0 | 10 | 2 | 4B | 50 | 5A |
| Octal | 360 | 372 | 322 | 4 | 0 | 20 | 2 | 113 | 120 | 132 |
| Binary | 11110000 | 11111010 | 11010010 | 100 | 0 | 10000 | 10 | 1001011 | 1010000 | 1011010 |
Color Harmonies of #F0FAD2
Complementary color
Monochromatic Colors of #F0FAD2
Black with #F0FAD2
Text Example
Text Example
White with #F0FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0FAD2; }
p { color: rgb(240,250,210); }
H1.HeaderClassName
{
color: #F0FAD2;
}
.AnyTagClassName
{
color: #F0FAD2;
}
</style>
background-color css
<style>
a { background-color: #F0FAD2; }
a { background-color: rgb(240,250,210); }
div.DivClassName
{
background-color: #F0FAD2;
}
.BgClassName
{
background-color: #F0FAD2;
}
</style>
border-color css
<style>
span { border-color: #F0FAD2; }
span { border-color: rgb(240,250,210); }
td.TdClassName
{
border-color: #F0FAD2;
}
.TagClassName
{
border-color: #F0FAD2;
}
</style>