Shades of Rice Flower #F1FCD5
Tints of Rice Flower #F1FCD5
RGB
CMYK
RGB Variations
Color information
#F1FCD5 (or 0xF1FCD5) is known color: Rice Flower. HEX triplet: F1, FC and D5. RGB value is (241,252,213). Sum of RGB (Red+Green+Blue) = 241+252+213=706 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.14% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 213 (83.59% from 255 or 30.17% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCD5 is #0E032A. Grayscale: #F4F4F4. Windows color (decimal): -918315 or 14023921. OLE color: 14023921.
HSL color Cylindrical-coordinate representation of color #F1FCD5: hue angle of 76.92º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F1FCD5 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 213 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.01 |
| HSL | 76.92º | 0.87% | 0.91% | - |
| HSV(B) | 76.92º | 0.15% | 0.99% | - |
| XYZ | 83.1 | 93.13 | 76.55 | - |
| YUV | 244.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 213 | 0.04 | 0 | 0.15 | 0.01 | 76.92 | 0.87 | 0.91 |
| Hex | F1 | FC | D5 | 4 | 0 | F | 1 | 4D | 57 | 5B |
| Octal | 361 | 374 | 325 | 4 | 0 | 17 | 1 | 115 | 127 | 133 |
| Binary | 11110001 | 11111100 | 11010101 | 100 | 0 | 1111 | 1 | 1001101 | 1010111 | 1011011 |
Color Harmonies of #F1FCD5
Complementary color
Monochromatic Colors of #F1FCD5
Black with #F1FCD5
Text Example
Text Example
White with #F1FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCD5; }
p { color: rgb(241,252,213); }
H1.HeaderClassName
{
color: #F1FCD5;
}
.AnyTagClassName
{
color: #F1FCD5;
}
</style>
background-color css
<style>
a { background-color: #F1FCD5; }
a { background-color: rgb(241,252,213); }
div.DivClassName
{
background-color: #F1FCD5;
}
.BgClassName
{
background-color: #F1FCD5;
}
</style>
border-color css
<style>
span { border-color: #F1FCD5; }
span { border-color: rgb(241,252,213); }
td.TdClassName
{
border-color: #F1FCD5;
}
.TagClassName
{
border-color: #F1FCD5;
}
</style>