Shades of Rice Flower #F1F9DB
Tints of Rice Flower #F1F9DB
RGB
CMYK
RGB Variations
Color information
#F1F9DB (or 0xF1F9DB) is known color: Rice Flower. HEX triplet: F1, F9 and DB. RGB value is (241,249,219). Sum of RGB (Red+Green+Blue) = 241+249+219=709 (93% of max value = 765). Red value is 241 (94.53% from 255 or 33.99% from 709); Green value is 249 (97.66% from 255 or 35.12% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F9DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F9DB is #0E0624. Grayscale: #F3F3F3. Windows color (decimal): -919077 or 14416369. OLE color: 14416369.
HSL color Cylindrical-coordinate representation of color #F1F9DB: hue angle of 76º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1F9DB is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 249 | 219 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.02 |
| HSL | 76º | 0.71% | 0.92% | - |
| HSV(B) | 76º | 0.12% | 0.98% | - |
| XYZ | 82.94 | 91.57 | 80.32 | - |
| YUV | 243.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 249 | 219 | 0.03 | 0 | 0.12 | 0.02 | 76 | 0.71 | 0.92 |
| Hex | F1 | F9 | DB | 3 | 0 | C | 2 | 4C | 47 | 5C |
| Octal | 361 | 371 | 333 | 3 | 0 | 14 | 2 | 114 | 107 | 134 |
| Binary | 11110001 | 11111001 | 11011011 | 11 | 0 | 1100 | 10 | 1001100 | 1000111 | 1011100 |
Color Harmonies of #F1F9DB
Complementary color
Monochromatic Colors of #F1F9DB
Black with #F1F9DB
Text Example
Text Example
White with #F1F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F9DB; }
p { color: rgb(241,249,219); }
H1.HeaderClassName
{
color: #F1F9DB;
}
.AnyTagClassName
{
color: #F1F9DB;
}
</style>
background-color css
<style>
a { background-color: #F1F9DB; }
a { background-color: rgb(241,249,219); }
div.DivClassName
{
background-color: #F1F9DB;
}
.BgClassName
{
background-color: #F1F9DB;
}
</style>
border-color css
<style>
span { border-color: #F1F9DB; }
span { border-color: rgb(241,249,219); }
td.TdClassName
{
border-color: #F1F9DB;
}
.TagClassName
{
border-color: #F1F9DB;
}
</style>