Shades of Rice Flower #F2FFD7
Tints of Rice Flower #F2FFD7
RGB
CMYK
RGB Variations
Color information
#F2FFD7 (or 0xF2FFD7) is known color: Rice Flower. HEX triplet: F2, FF and D7. RGB value is (242,255,215). Sum of RGB (Red+Green+Blue) = 242+255+215=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 255 (100% from 255 or 35.81% from 712); Blue value is 215 (84.38% from 255 or 30.20% from 712); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFD7 is #0D0028. Grayscale: #F6F6F6. Windows color (decimal): -852009 or 14155762. OLE color: 14155762.
HSL color Cylindrical-coordinate representation of color #F2FFD7: hue angle of 79.5º 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 #F2FFD7 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 215 | - |
| CMYK | 0.05 | 0 | 0.16 | 0 |
| HSL | 79.5º | 1% | 0.92% | - |
| HSV(B) | 79.5º | 0.16% | 1% | - |
| XYZ | 84.64 | 95.3 | 78.22 | - |
| YUV | 246.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 215 | 0.05 | 0 | 0.16 | 0 | 79.5 | 1 | 0.92 |
| Hex | F2 | FF | D7 | 5 | 0 | 10 | 0 | 50 | 64 | 5C |
| Octal | 362 | 377 | 327 | 5 | 0 | 20 | 0 | 120 | 144 | 134 |
| Binary | 11110010 | 11111111 | 11010111 | 101 | 0 | 10000 | 0 | 1010000 | 1100100 | 1011100 |
Color Harmonies of #F2FFD7
Complementary color
Monochromatic Colors of #F2FFD7
Black with #F2FFD7
Text Example
Text Example
White with #F2FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFD7; }
p { color: rgb(242,255,215); }
H1.HeaderClassName
{
color: #F2FFD7;
}
.AnyTagClassName
{
color: #F2FFD7;
}
</style>
background-color css
<style>
a { background-color: #F2FFD7; }
a { background-color: rgb(242,255,215); }
div.DivClassName
{
background-color: #F2FFD7;
}
.BgClassName
{
background-color: #F2FFD7;
}
</style>
border-color css
<style>
span { border-color: #F2FFD7; }
span { border-color: rgb(242,255,215); }
td.TdClassName
{
border-color: #F2FFD7;
}
.TagClassName
{
border-color: #F2FFD7;
}
</style>