Shades of Rice Flower #F0F3D1
Tints of Rice Flower #F0F3D1
RGB
CMYK
RGB Variations
Color information
#F0F3D1 (or 0xF0F3D1) is known color: Rice Flower. HEX triplet: F0, F3 and D1. RGB value is (240,243,209). Sum of RGB (Red+Green+Blue) = 240+243+209=692 (91% of max value = 765). Red value is 240 (94.14% from 255 or 34.68% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 209 (82.03% from 255 or 30.20% from 692); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F3D1 is #0F0C2E. Grayscale: #EEEEEE. Windows color (decimal): -986159 or 13759472. OLE color: 13759472.
HSL color Cylindrical-coordinate representation of color #F0F3D1: hue angle of 65.29º degrees, saturation: 0.59, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0F3D1 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 243 | 209 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.05 |
| HSL | 65.29º | 0.59% | 0.89% | - |
| HSV(B) | 65.29º | 0.14% | 0.95% | - |
| XYZ | 79.49 | 87.23 | 72.97 | - |
| YUV | 238.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 243 | 209 | 0.01 | 0 | 0.14 | 0.05 | 65.29 | 0.59 | 0.89 |
| Hex | F0 | F3 | D1 | 1 | 0 | E | 5 | 41 | 3B | 59 |
| Octal | 360 | 363 | 321 | 1 | 0 | 16 | 5 | 101 | 73 | 131 |
| Binary | 11110000 | 11110011 | 11010001 | 1 | 0 | 1110 | 101 | 1000001 | 111011 | 1011001 |
Color Harmonies of #F0F3D1
Complementary color
Monochromatic Colors of #F0F3D1
Black with #F0F3D1
Text Example
Text Example
White with #F0F3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F3D1; }
p { color: rgb(240,243,209); }
H1.HeaderClassName
{
color: #F0F3D1;
}
.AnyTagClassName
{
color: #F0F3D1;
}
</style>
background-color css
<style>
a { background-color: #F0F3D1; }
a { background-color: rgb(240,243,209); }
div.DivClassName
{
background-color: #F0F3D1;
}
.BgClassName
{
background-color: #F0F3D1;
}
</style>
border-color css
<style>
span { border-color: #F0F3D1; }
span { border-color: rgb(240,243,209); }
td.TdClassName
{
border-color: #F0F3D1;
}
.TagClassName
{
border-color: #F0F3D1;
}
</style>