Shades of Rice Flower #F4FADB
Tints of Rice Flower #F4FADB
RGB
CMYK
RGB Variations
Color information
#F4FADB (or 0xF4FADB) is known color: Rice Flower. HEX triplet: F4, FA and DB. RGB value is (244,250,219). Sum of RGB (Red+Green+Blue) = 244+250+219=713 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.22% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FADB is #0B0524. Grayscale: #F4F4F4. Windows color (decimal): -722213 or 14416628. OLE color: 14416628.
HSL color Cylindrical-coordinate representation of color #F4FADB: hue angle of 71.61º 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 #F4FADB is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 250 | 219 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.02 |
| HSL | 71.61º | 0.76% | 0.92% | - |
| HSV(B) | 71.61º | 0.12% | 0.98% | - |
| XYZ | 84.28 | 92.72 | 80.47 | - |
| YUV | 244.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 250 | 219 | 0.02 | 0 | 0.12 | 0.02 | 71.61 | 0.76 | 0.92 |
| Hex | F4 | FA | DB | 2 | 0 | C | 2 | 48 | 4C | 5C |
| Octal | 364 | 372 | 333 | 2 | 0 | 14 | 2 | 110 | 114 | 134 |
| Binary | 11110100 | 11111010 | 11011011 | 10 | 0 | 1100 | 10 | 1001000 | 1001100 | 1011100 |
Color Harmonies of #F4FADB
Complementary color
Monochromatic Colors of #F4FADB
Black with #F4FADB
Text Example
Text Example
White with #F4FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FADB; }
p { color: rgb(244,250,219); }
H1.HeaderClassName
{
color: #F4FADB;
}
.AnyTagClassName
{
color: #F4FADB;
}
</style>
background-color css
<style>
a { background-color: #F4FADB; }
a { background-color: rgb(244,250,219); }
div.DivClassName
{
background-color: #F4FADB;
}
.BgClassName
{
background-color: #F4FADB;
}
</style>
border-color css
<style>
span { border-color: #F4FADB; }
span { border-color: rgb(244,250,219); }
td.TdClassName
{
border-color: #F4FADB;
}
.TagClassName
{
border-color: #F4FADB;
}
</style>