Shades of Rice Flower #F2FADB
Tints of Rice Flower #F2FADB
RGB
CMYK
RGB Variations
Color information
#F2FADB (or 0xF2FADB) is known color: Rice Flower. HEX triplet: F2, FA and DB. RGB value is (242,250,219). Sum of RGB (Red+Green+Blue) = 242+250+219=711 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.04% from 711); Green value is 250 (98.05% from 255 or 35.16% from 711); Blue value is 219 (85.94% from 255 or 30.80% from 711); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FADB is #0D0524. Grayscale: #F4F4F4. Windows color (decimal): -853285 or 14416626. OLE color: 14416626.
HSL color Cylindrical-coordinate representation of color #F2FADB: hue angle of 75.48º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2FADB is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 250 | 219 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.02 |
| HSL | 75.48º | 0.76% | 0.92% | - |
| HSV(B) | 75.48º | 0.12% | 0.98% | - |
| XYZ | 83.59 | 92.36 | 80.44 | - |
| YUV | 244.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 250 | 219 | 0.03 | 0 | 0.12 | 0.02 | 75.48 | 0.76 | 0.92 |
| Hex | F2 | FA | DB | 3 | 0 | C | 2 | 4B | 4C | 5C |
| Octal | 362 | 372 | 333 | 3 | 0 | 14 | 2 | 113 | 114 | 134 |
| Binary | 11110010 | 11111010 | 11011011 | 11 | 0 | 1100 | 10 | 1001011 | 1001100 | 1011100 |
Color Harmonies of #F2FADB
Complementary color
Monochromatic Colors of #F2FADB
Black with #F2FADB
Text Example
Text Example
White with #F2FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FADB; }
p { color: rgb(242,250,219); }
H1.HeaderClassName
{
color: #F2FADB;
}
.AnyTagClassName
{
color: #F2FADB;
}
</style>
background-color css
<style>
a { background-color: #F2FADB; }
a { background-color: rgb(242,250,219); }
div.DivClassName
{
background-color: #F2FADB;
}
.BgClassName
{
background-color: #F2FADB;
}
</style>
border-color css
<style>
span { border-color: #F2FADB; }
span { border-color: rgb(242,250,219); }
td.TdClassName
{
border-color: #F2FADB;
}
.TagClassName
{
border-color: #F2FADB;
}
</style>