Shades of Rice Flower #F2FCD3
Tints of Rice Flower #F2FCD3
RGB
CMYK
RGB Variations
Color information
#F2FCD3 (or 0xF2FCD3) is known color: Rice Flower. HEX triplet: F2, FC and D3. RGB value is (242,252,211). Sum of RGB (Red+Green+Blue) = 242+252+211=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 211 (82.81% from 255 or 29.93% from 705); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCD3 is #0D032C. Grayscale: #F4F4F4. Windows color (decimal): -852781 or 13892850. OLE color: 13892850.
HSL color Cylindrical-coordinate representation of color #F2FCD3: hue angle of 74.63º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2FCD3 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 211 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.01 |
| HSL | 74.63º | 0.87% | 0.91% | - |
| HSV(B) | 74.63º | 0.16% | 0.99% | - |
| XYZ | 83.19 | 93.2 | 75.23 | - |
| YUV | 244.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 211 | 0.04 | 0 | 0.16 | 0.01 | 74.63 | 0.87 | 0.91 |
| Hex | F2 | FC | D3 | 4 | 0 | 10 | 1 | 4B | 57 | 5B |
| Octal | 362 | 374 | 323 | 4 | 0 | 20 | 1 | 113 | 127 | 133 |
| Binary | 11110010 | 11111100 | 11010011 | 100 | 0 | 10000 | 1 | 1001011 | 1010111 | 1011011 |
Color Harmonies of #F2FCD3
Complementary color
Monochromatic Colors of #F2FCD3
Black with #F2FCD3
Text Example
Text Example
White with #F2FCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCD3; }
p { color: rgb(242,252,211); }
H1.HeaderClassName
{
color: #F2FCD3;
}
.AnyTagClassName
{
color: #F2FCD3;
}
</style>
background-color css
<style>
a { background-color: #F2FCD3; }
a { background-color: rgb(242,252,211); }
div.DivClassName
{
background-color: #F2FCD3;
}
.BgClassName
{
background-color: #F2FCD3;
}
</style>
border-color css
<style>
span { border-color: #F2FCD3; }
span { border-color: rgb(242,252,211); }
td.TdClassName
{
border-color: #F2FCD3;
}
.TagClassName
{
border-color: #F2FCD3;
}
</style>