Shades of Rice Flower #F1FCD6
Tints of Rice Flower #F1FCD6
RGB
CMYK
RGB Variations
Color information
#F1FCD6 (or 0xF1FCD6) is known color: Rice Flower. HEX triplet: F1, FC and D6. RGB value is (241,252,214). Sum of RGB (Red+Green+Blue) = 241+252+214=707 (93% of max value = 765). Red value is 241 (94.53% from 255 or 34.09% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 214 (83.98% from 255 or 30.27% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCD6 is #0E0329. Grayscale: #F4F4F4. Windows color (decimal): -918314 or 14089457. OLE color: 14089457.
HSL color Cylindrical-coordinate representation of color #F1FCD6: hue angle of 77.37º degrees, saturation: 0.86, 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 #F1FCD6 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 214 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.01 |
| HSL | 77.37º | 0.86% | 0.91% | - |
| HSV(B) | 77.37º | 0.15% | 0.99% | - |
| XYZ | 83.22 | 93.18 | 77.22 | - |
| YUV | 244.38 | 110.86 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 214 | 0.04 | 0 | 0.15 | 0.01 | 77.37 | 0.86 | 0.91 |
| Hex | F1 | FC | D6 | 4 | 0 | F | 1 | 4D | 56 | 5B |
| Octal | 361 | 374 | 326 | 4 | 0 | 17 | 1 | 115 | 126 | 133 |
| Binary | 11110001 | 11111100 | 11010110 | 100 | 0 | 1111 | 1 | 1001101 | 1010110 | 1011011 |
Color Harmonies of #F1FCD6
Complementary color
Monochromatic Colors of #F1FCD6
Black with #F1FCD6
Text Example
Text Example
White with #F1FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCD6; }
p { color: rgb(241,252,214); }
H1.HeaderClassName
{
color: #F1FCD6;
}
.AnyTagClassName
{
color: #F1FCD6;
}
</style>
background-color css
<style>
a { background-color: #F1FCD6; }
a { background-color: rgb(241,252,214); }
div.DivClassName
{
background-color: #F1FCD6;
}
.BgClassName
{
background-color: #F1FCD6;
}
</style>
border-color css
<style>
span { border-color: #F1FCD6; }
span { border-color: rgb(241,252,214); }
td.TdClassName
{
border-color: #F1FCD6;
}
.TagClassName
{
border-color: #F1FCD6;
}
</style>