Shades of Rice Flower #F2FADA
Tints of Rice Flower #F2FADA
RGB
CMYK
RGB Variations
Color information
#F2FADA (or 0xF2FADA) is known color: Rice Flower. HEX triplet: F2, FA and DA. RGB value is (242,250,218). Sum of RGB (Red+Green+Blue) = 242+250+218=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 218 (85.55% from 255 or 30.70% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FADA is #0D0525. Grayscale: #F4F4F4. Windows color (decimal): -853286 or 14351090. OLE color: 14351090.
HSL color Cylindrical-coordinate representation of color #F2FADA: hue angle of 75º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2FADA is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 218 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.02 |
| HSL | 75º | 0.76% | 0.92% | - |
| HSV(B) | 75º | 0.13% | 0.98% | - |
| XYZ | 83.46 | 92.31 | 79.75 | - |
| YUV | 243.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 218 | 0.03 | 0 | 0.13 | 0.02 | 75 | 0.76 | 0.92 |
| Hex | F2 | FA | DA | 3 | 0 | D | 2 | 4B | 4C | 5C |
| Octal | 362 | 372 | 332 | 3 | 0 | 15 | 2 | 113 | 114 | 134 |
| Binary | 11110010 | 11111010 | 11011010 | 11 | 0 | 1101 | 10 | 1001011 | 1001100 | 1011100 |
Color Harmonies of #F2FADA
Complementary color
Monochromatic Colors of #F2FADA
Black with #F2FADA
Text Example
Text Example
White with #F2FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FADA; }
p { color: rgb(242,250,218); }
H1.HeaderClassName
{
color: #F2FADA;
}
.AnyTagClassName
{
color: #F2FADA;
}
</style>
background-color css
<style>
a { background-color: #F2FADA; }
a { background-color: rgb(242,250,218); }
div.DivClassName
{
background-color: #F2FADA;
}
.BgClassName
{
background-color: #F2FADA;
}
</style>
border-color css
<style>
span { border-color: #F2FADA; }
span { border-color: rgb(242,250,218); }
td.TdClassName
{
border-color: #F2FADA;
}
.TagClassName
{
border-color: #F2FADA;
}
</style>