Shades of Rice Flower #F2FFD4
Tints of Rice Flower #F2FFD4
RGB
CMYK
RGB Variations
Color information
#F2FFD4 (or 0xF2FFD4) is known color: Rice Flower. HEX triplet: F2, FF and D4. RGB value is (242,255,212). Sum of RGB (Red+Green+Blue) = 242+255+212=709 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.13% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 212 (83.20% from 255 or 29.90% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFD4 is #0D002B. Grayscale: #F6F6F6. Windows color (decimal): -852012 or 13959154. OLE color: 13959154.
HSL color Cylindrical-coordinate representation of color #F2FFD4: hue angle of 78.14º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F2FFD4 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 255 | 212 | - |
| CMYK | 0.05 | 0 | 0.17 | 0 |
| HSL | 78.14º | 1% | 0.92% | - |
| HSV(B) | 78.14º | 0.17% | 1% | - |
| XYZ | 84.26 | 95.15 | 76.21 | - |
| YUV | 246.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 255 | 212 | 0.05 | 0 | 0.17 | 0 | 78.14 | 1 | 0.92 |
| Hex | F2 | FF | D4 | 5 | 0 | 11 | 0 | 4E | 64 | 5C |
| Octal | 362 | 377 | 324 | 5 | 0 | 21 | 0 | 116 | 144 | 134 |
| Binary | 11110010 | 11111111 | 11010100 | 101 | 0 | 10001 | 0 | 1001110 | 1100100 | 1011100 |
Color Harmonies of #F2FFD4
Complementary color
Monochromatic Colors of #F2FFD4
Black with #F2FFD4
Text Example
Text Example
White with #F2FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFD4; }
p { color: rgb(242,255,212); }
H1.HeaderClassName
{
color: #F2FFD4;
}
.AnyTagClassName
{
color: #F2FFD4;
}
</style>
background-color css
<style>
a { background-color: #F2FFD4; }
a { background-color: rgb(242,255,212); }
div.DivClassName
{
background-color: #F2FFD4;
}
.BgClassName
{
background-color: #F2FFD4;
}
</style>
border-color css
<style>
span { border-color: #F2FFD4; }
span { border-color: rgb(242,255,212); }
td.TdClassName
{
border-color: #F2FFD4;
}
.TagClassName
{
border-color: #F2FFD4;
}
</style>