Shades of Rice Flower #F1F5DA
Tints of Rice Flower #F1F5DA
RGB
CMYK
RGB Variations
Color information
#F1F5DA (or 0xF1F5DA) is known color: Rice Flower. HEX triplet: F1, F5 and DA. RGB value is (241,245,218). Sum of RGB (Red+Green+Blue) = 241+245+218=704 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.23% from 704); Green value is 245 (96.09% from 255 or 34.80% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 245 - color contains mainly: green. Hex color #F1F5DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F5DA is #0E0A25. Grayscale: #F0F0F0. Windows color (decimal): -920102 or 14349809. OLE color: 14349809.
HSL color Cylindrical-coordinate representation of color #F1F5DA: hue angle of 68.89º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F1F5DA is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 241 | 245 | 218 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.04 |
| HSL | 68.89º | 0.57% | 0.91% | - |
| HSV(B) | 68.89º | 0.11% | 0.96% | - |
| XYZ | 81.58 | 89.07 | 79.22 | - |
| YUV | 240.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 245 | 218 | 0.02 | 0 | 0.11 | 0.04 | 68.89 | 0.57 | 0.91 |
| Hex | F1 | F5 | DA | 2 | 0 | B | 4 | 45 | 39 | 5B |
| Octal | 361 | 365 | 332 | 2 | 0 | 13 | 4 | 105 | 71 | 133 |
| Binary | 11110001 | 11110101 | 11011010 | 10 | 0 | 1011 | 100 | 1000101 | 111001 | 1011011 |
Color Harmonies of #F1F5DA
Complementary color
Monochromatic Colors of #F1F5DA
Black with #F1F5DA
Text Example
Text Example
White with #F1F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1F5DA; }
p { color: rgb(241,245,218); }
H1.HeaderClassName
{
color: #F1F5DA;
}
.AnyTagClassName
{
color: #F1F5DA;
}
</style>
background-color css
<style>
a { background-color: #F1F5DA; }
a { background-color: rgb(241,245,218); }
div.DivClassName
{
background-color: #F1F5DA;
}
.BgClassName
{
background-color: #F1F5DA;
}
</style>
border-color css
<style>
span { border-color: #F1F5DA; }
span { border-color: rgb(241,245,218); }
td.TdClassName
{
border-color: #F1F5DA;
}
.TagClassName
{
border-color: #F1F5DA;
}
</style>