Shades of Rice Flower #F4FCD1
Tints of Rice Flower #F4FCD1
RGB
CMYK
RGB Variations
Color information
#F4FCD1 (or 0xF4FCD1) is known color: Rice Flower. HEX triplet: F4, FC and D1. RGB value is (244,252,209). Sum of RGB (Red+Green+Blue) = 244+252+209=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 209 (82.03% from 255 or 29.65% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCD1 is #0B032E. Grayscale: #F4F4F4. Windows color (decimal): -721711 or 13761780. OLE color: 13761780.
HSL color Cylindrical-coordinate representation of color #F4FCD1: hue angle of 71.16º 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 #F4FCD1 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 252 | 209 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.01 |
| HSL | 71.16º | 0.88% | 0.9% | - |
| HSV(B) | 71.16º | 0.17% | 0.99% | - |
| XYZ | 83.63 | 93.46 | 73.95 | - |
| YUV | 244.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 252 | 209 | 0.03 | 0 | 0.17 | 0.01 | 71.16 | 0.88 | 0.9 |
| Hex | F4 | FC | D1 | 3 | 0 | 11 | 1 | 47 | 58 | 5A |
| Octal | 364 | 374 | 321 | 3 | 0 | 21 | 1 | 107 | 130 | 132 |
| Binary | 11110100 | 11111100 | 11010001 | 11 | 0 | 10001 | 1 | 1000111 | 1011000 | 1011010 |
Color Harmonies of #F4FCD1
Complementary color
Monochromatic Colors of #F4FCD1
Black with #F4FCD1
Text Example
Text Example
White with #F4FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FCD1; }
p { color: rgb(244,252,209); }
H1.HeaderClassName
{
color: #F4FCD1;
}
.AnyTagClassName
{
color: #F4FCD1;
}
</style>
background-color css
<style>
a { background-color: #F4FCD1; }
a { background-color: rgb(244,252,209); }
div.DivClassName
{
background-color: #F4FCD1;
}
.BgClassName
{
background-color: #F4FCD1;
}
</style>
border-color css
<style>
span { border-color: #F4FCD1; }
span { border-color: rgb(244,252,209); }
td.TdClassName
{
border-color: #F4FCD1;
}
.TagClassName
{
border-color: #F4FCD1;
}
</style>