Shades of Rice Flower #F2FCD1
Tints of Rice Flower #F2FCD1
RGB
CMYK
RGB Variations
Color information
#F2FCD1 (or 0xF2FCD1) is known color: Rice Flower. HEX triplet: F2, FC and D1. RGB value is (242,252,209). Sum of RGB (Red+Green+Blue) = 242+252+209=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 209 (82.03% from 255 or 29.73% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCD1 is #0D032E. Grayscale: #F4F4F4. Windows color (decimal): -852783 or 13761778. OLE color: 13761778.
HSL color Cylindrical-coordinate representation of color #F2FCD1: hue angle of 73.95º 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 #F2FCD1 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 209 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.01 |
| HSL | 73.95º | 0.88% | 0.9% | - |
| HSV(B) | 73.95º | 0.17% | 0.99% | - |
| XYZ | 82.94 | 93.1 | 73.92 | - |
| YUV | 244.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 209 | 0.04 | 0 | 0.17 | 0.01 | 73.95 | 0.88 | 0.9 |
| Hex | F2 | FC | D1 | 4 | 0 | 11 | 1 | 4A | 58 | 5A |
| Octal | 362 | 374 | 321 | 4 | 0 | 21 | 1 | 112 | 130 | 132 |
| Binary | 11110010 | 11111100 | 11010001 | 100 | 0 | 10001 | 1 | 1001010 | 1011000 | 1011010 |
Color Harmonies of #F2FCD1
Complementary color
Monochromatic Colors of #F2FCD1
Black with #F2FCD1
Text Example
Text Example
White with #F2FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCD1; }
p { color: rgb(242,252,209); }
H1.HeaderClassName
{
color: #F2FCD1;
}
.AnyTagClassName
{
color: #F2FCD1;
}
</style>
background-color css
<style>
a { background-color: #F2FCD1; }
a { background-color: rgb(242,252,209); }
div.DivClassName
{
background-color: #F2FCD1;
}
.BgClassName
{
background-color: #F2FCD1;
}
</style>
border-color css
<style>
span { border-color: #F2FCD1; }
span { border-color: rgb(242,252,209); }
td.TdClassName
{
border-color: #F2FCD1;
}
.TagClassName
{
border-color: #F2FCD1;
}
</style>