Shades of Rice Flower #F2FCCE
Tints of Rice Flower #F2FCCE
RGB
CMYK
RGB Variations
Color information
#F2FCCE (or 0xF2FCCE) is known color: Rice Flower. HEX triplet: F2, FC and CE. RGB value is (242,252,206). Sum of RGB (Red+Green+Blue) = 242+252+206=700 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.57% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 206 (80.86% from 255 or 29.43% from 700); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCCE is #0D0331. Grayscale: #F3F3F3. Windows color (decimal): -852786 or 13565170. OLE color: 13565170.
HSL color Cylindrical-coordinate representation of color #F2FCCE: hue angle of 73.04º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #F2FCCE is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 206 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.01 |
| HSL | 73.04º | 0.88% | 0.9% | - |
| HSV(B) | 73.04º | 0.18% | 0.99% | - |
| XYZ | 82.57 | 92.95 | 71.98 | - |
| YUV | 243.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 206 | 0.04 | 0 | 0.18 | 0.01 | 73.04 | 0.88 | 0.9 |
| Hex | F2 | FC | CE | 4 | 0 | 12 | 1 | 49 | 58 | 5A |
| Octal | 362 | 374 | 316 | 4 | 0 | 22 | 1 | 111 | 130 | 132 |
| Binary | 11110010 | 11111100 | 11001110 | 100 | 0 | 10010 | 1 | 1001001 | 1011000 | 1011010 |
Color Harmonies of #F2FCCE
Complementary color
Monochromatic Colors of #F2FCCE
Black with #F2FCCE
Text Example
Text Example
White with #F2FCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCCE; }
p { color: rgb(242,252,206); }
H1.HeaderClassName
{
color: #F2FCCE;
}
.AnyTagClassName
{
color: #F2FCCE;
}
</style>
background-color css
<style>
a { background-color: #F2FCCE; }
a { background-color: rgb(242,252,206); }
div.DivClassName
{
background-color: #F2FCCE;
}
.BgClassName
{
background-color: #F2FCCE;
}
</style>
border-color css
<style>
span { border-color: #F2FCCE; }
span { border-color: rgb(242,252,206); }
td.TdClassName
{
border-color: #F2FCCE;
}
.TagClassName
{
border-color: #F2FCCE;
}
</style>