Shades of Rice Flower #F1FACA
Tints of Rice Flower #F1FACA
RGB
CMYK
RGB Variations
Color information
#F1FACA (or 0xF1FACA) is known color: Rice Flower. HEX triplet: F1, FA and CA. RGB value is (241,250,202). Sum of RGB (Red+Green+Blue) = 241+250+202=693 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.78% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 202 (79.30% from 255 or 29.15% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #F1FACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FACA is #0E0535. Grayscale: #F2F2F2. Windows color (decimal): -918838 or 13302513. OLE color: 13302513.
HSL color Cylindrical-coordinate representation of color #F1FACA: hue angle of 71.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F1FACA is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 250 | 202 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.02 |
| HSL | 71.25º | 0.83% | 0.89% | - |
| HSV(B) | 71.25º | 0.19% | 0.98% | - |
| XYZ | 81.12 | 91.34 | 69.23 | - |
| YUV | 241.84 | 105.52 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 250 | 202 | 0.04 | 0 | 0.19 | 0.02 | 71.25 | 0.83 | 0.89 |
| Hex | F1 | FA | CA | 4 | 0 | 13 | 2 | 47 | 53 | 59 |
| Octal | 361 | 372 | 312 | 4 | 0 | 23 | 2 | 107 | 123 | 131 |
| Binary | 11110001 | 11111010 | 11001010 | 100 | 0 | 10011 | 10 | 1000111 | 1010011 | 1011001 |
Color Harmonies of #F1FACA
Complementary color
Monochromatic Colors of #F1FACA
Black with #F1FACA
Text Example
Text Example
White with #F1FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FACA; }
p { color: rgb(241,250,202); }
H1.HeaderClassName
{
color: #F1FACA;
}
.AnyTagClassName
{
color: #F1FACA;
}
</style>
background-color css
<style>
a { background-color: #F1FACA; }
a { background-color: rgb(241,250,202); }
div.DivClassName
{
background-color: #F1FACA;
}
.BgClassName
{
background-color: #F1FACA;
}
</style>
border-color css
<style>
span { border-color: #F1FACA; }
span { border-color: rgb(241,250,202); }
td.TdClassName
{
border-color: #F1FACA;
}
.TagClassName
{
border-color: #F1FACA;
}
</style>