Shades of Rice Flower #F1F9CE
Tints of Rice Flower #F1F9CE
RGB
CMYK
RGB Variations
Color information
#F1F9CE (or 0xF1F9CE) is known color: Rice Flower. HEX triplet: F1, F9 and CE. RGB value is (241,249,206). Sum of RGB (Red+Green+Blue) = 241+249+206=696 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.63% from 696); Green value is 249 (97.66% from 255 or 35.78% from 696); Blue value is 206 (80.86% from 255 or 29.60% from 696); Max value from RGB is 249 - color contains mainly: green. Hex color #F1F9CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F9CE is #0E0631. Grayscale: #F1F1F1. Windows color (decimal): -919090 or 13564401. OLE color: 13564401.
HSL color Cylindrical-coordinate representation of color #F1F9CE: hue angle of 71.16º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1F9CE is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 249 | 206 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.02 |
| HSL | 71.16º | 0.78% | 0.89% | - |
| HSV(B) | 71.16º | 0.17% | 0.98% | - |
| XYZ | 81.29 | 90.91 | 71.66 | - |
| YUV | 241.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 249 | 206 | 0.03 | 0 | 0.17 | 0.02 | 71.16 | 0.78 | 0.89 |
| Hex | F1 | F9 | CE | 3 | 0 | 11 | 2 | 47 | 4E | 59 |
| Octal | 361 | 371 | 316 | 3 | 0 | 21 | 2 | 107 | 116 | 131 |
| Binary | 11110001 | 11111001 | 11001110 | 11 | 0 | 10001 | 10 | 1000111 | 1001110 | 1011001 |
Color Harmonies of #F1F9CE
Complementary color
Monochromatic Colors of #F1F9CE
Black with #F1F9CE
Text Example
Text Example
White with #F1F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F9CE; }
p { color: rgb(241,249,206); }
H1.HeaderClassName
{
color: #F1F9CE;
}
.AnyTagClassName
{
color: #F1F9CE;
}
</style>
background-color css
<style>
a { background-color: #F1F9CE; }
a { background-color: rgb(241,249,206); }
div.DivClassName
{
background-color: #F1F9CE;
}
.BgClassName
{
background-color: #F1F9CE;
}
</style>
border-color css
<style>
span { border-color: #F1F9CE; }
span { border-color: rgb(241,249,206); }
td.TdClassName
{
border-color: #F1F9CE;
}
.TagClassName
{
border-color: #F1F9CE;
}
</style>