Shades of Rice Flower #F2FFD6
Tints of Rice Flower #F2FFD6
RGB
CMYK
RGB Variations
Color information
#F2FFD6 (or 0xF2FFD6) is known color: Rice Flower. HEX triplet: F2, FF and D6. RGB value is (242,255,214). Sum of RGB (Red+Green+Blue) = 242+255+214=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 214 (83.98% from 255 or 30.10% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFD6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFD6 is #0D0029. Grayscale: #F6F6F6. Windows color (decimal): -852010 or 14090226. OLE color: 14090226.
HSL color Cylindrical-coordinate representation of color #F2FFD6: hue angle of 79.02º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F2FFD6 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 214 | - |
| CMYK | 0.05 | 0 | 0.16 | 0 |
| HSL | 79.02º | 1% | 0.92% | - |
| HSV(B) | 79.02º | 0.16% | 1% | - |
| XYZ | 84.52 | 95.25 | 77.55 | - |
| YUV | 246.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 214 | 0.05 | 0 | 0.16 | 0 | 79.02 | 1 | 0.92 |
| Hex | F2 | FF | D6 | 5 | 0 | 10 | 0 | 4F | 64 | 5C |
| Octal | 362 | 377 | 326 | 5 | 0 | 20 | 0 | 117 | 144 | 134 |
| Binary | 11110010 | 11111111 | 11010110 | 101 | 0 | 10000 | 0 | 1001111 | 1100100 | 1011100 |
Color Harmonies of #F2FFD6
Complementary color
Monochromatic Colors of #F2FFD6
Black with #F2FFD6
Text Example
Text Example
White with #F2FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFD6; }
p { color: rgb(242,255,214); }
H1.HeaderClassName
{
color: #F2FFD6;
}
.AnyTagClassName
{
color: #F2FFD6;
}
</style>
background-color css
<style>
a { background-color: #F2FFD6; }
a { background-color: rgb(242,255,214); }
div.DivClassName
{
background-color: #F2FFD6;
}
.BgClassName
{
background-color: #F2FFD6;
}
</style>
border-color css
<style>
span { border-color: #F2FFD6; }
span { border-color: rgb(242,255,214); }
td.TdClassName
{
border-color: #F2FFD6;
}
.TagClassName
{
border-color: #F2FFD6;
}
</style>