Shades of Rice Flower #F1FCD0
Tints of Rice Flower #F1FCD0
RGB
CMYK
RGB Variations
Color information
#F1FCD0 (or 0xF1FCD0) is known color: Rice Flower. HEX triplet: F1, FC and D0. RGB value is (241,252,208). Sum of RGB (Red+Green+Blue) = 241+252+208=701 (92% of max value = 765). Red value is 241 (94.53% from 255 or 34.38% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 208 (81.64% from 255 or 29.67% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #F1FCD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FCD0 is #0E032F. Grayscale: #F3F3F3. Windows color (decimal): -918320 or 13696241. OLE color: 13696241.
HSL color Cylindrical-coordinate representation of color #F1FCD0: hue angle of 75º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F1FCD0 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 252 | 208 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.01 |
| HSL | 75º | 0.88% | 0.9% | - |
| HSV(B) | 75º | 0.17% | 0.99% | - |
| XYZ | 82.47 | 92.88 | 73.25 | - |
| YUV | 243.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 252 | 208 | 0.04 | 0 | 0.17 | 0.01 | 75 | 0.88 | 0.9 |
| Hex | F1 | FC | D0 | 4 | 0 | 11 | 1 | 4B | 58 | 5A |
| Octal | 361 | 374 | 320 | 4 | 0 | 21 | 1 | 113 | 130 | 132 |
| Binary | 11110001 | 11111100 | 11010000 | 100 | 0 | 10001 | 1 | 1001011 | 1011000 | 1011010 |
Color Harmonies of #F1FCD0
Complementary color
Monochromatic Colors of #F1FCD0
Black with #F1FCD0
Text Example
Text Example
White with #F1FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1FCD0; }
p { color: rgb(241,252,208); }
H1.HeaderClassName
{
color: #F1FCD0;
}
.AnyTagClassName
{
color: #F1FCD0;
}
</style>
background-color css
<style>
a { background-color: #F1FCD0; }
a { background-color: rgb(241,252,208); }
div.DivClassName
{
background-color: #F1FCD0;
}
.BgClassName
{
background-color: #F1FCD0;
}
</style>
border-color css
<style>
span { border-color: #F1FCD0; }
span { border-color: rgb(241,252,208); }
td.TdClassName
{
border-color: #F1FCD0;
}
.TagClassName
{
border-color: #F1FCD0;
}
</style>