Shades of Rice Flower #F2F9D1
Tints of Rice Flower #F2F9D1
RGB
CMYK
RGB Variations
Color information
#F2F9D1 (or 0xF2F9D1) is known color: Rice Flower. HEX triplet: F2, F9 and D1. RGB value is (242,249,209). Sum of RGB (Red+Green+Blue) = 242+249+209=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 249 (97.66% from 255 or 35.57% from 700); Blue value is 209 (82.03% from 255 or 29.86% from 700); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9D1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9D1 is #0D062E. Grayscale: #F2F2F2. Windows color (decimal): -853551 or 13761010. OLE color: 13761010.
HSL color Cylindrical-coordinate representation of color #F2F9D1: hue angle of 70.5º degrees, saturation: 0.77, 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 #F2F9D1 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 209 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.02 |
| HSL | 70.5º | 0.77% | 0.9% | - |
| HSV(B) | 70.5º | 0.16% | 0.98% | - |
| XYZ | 82 | 91.23 | 73.61 | - |
| YUV | 242.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 209 | 0.03 | 0 | 0.16 | 0.02 | 70.5 | 0.77 | 0.9 |
| Hex | F2 | F9 | D1 | 3 | 0 | 10 | 2 | 46 | 4D | 5A |
| Octal | 362 | 371 | 321 | 3 | 0 | 20 | 2 | 106 | 115 | 132 |
| Binary | 11110010 | 11111001 | 11010001 | 11 | 0 | 10000 | 10 | 1000110 | 1001101 | 1011010 |
Color Harmonies of #F2F9D1
Complementary color
Monochromatic Colors of #F2F9D1
Black with #F2F9D1
Text Example
Text Example
White with #F2F9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F9D1; }
p { color: rgb(242,249,209); }
H1.HeaderClassName
{
color: #F2F9D1;
}
.AnyTagClassName
{
color: #F2F9D1;
}
</style>
background-color css
<style>
a { background-color: #F2F9D1; }
a { background-color: rgb(242,249,209); }
div.DivClassName
{
background-color: #F2F9D1;
}
.BgClassName
{
background-color: #F2F9D1;
}
</style>
border-color css
<style>
span { border-color: #F2F9D1; }
span { border-color: rgb(242,249,209); }
td.TdClassName
{
border-color: #F2F9D1;
}
.TagClassName
{
border-color: #F2F9D1;
}
</style>