Shades of Rice Flower #F5FADB
Tints of Rice Flower #F5FADB
RGB
CMYK
RGB Variations
Color information
#F5FADB (or 0xF5FADB) is known color: Rice Flower. HEX triplet: F5, FA and DB. RGB value is (245,250,219). Sum of RGB (Red+Green+Blue) = 245+250+219=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FADB is #0A0524. Grayscale: #F5F5F5. Windows color (decimal): -656677 or 14416629. OLE color: 14416629.
HSL color Cylindrical-coordinate representation of color #F5FADB: hue angle of 69.68º 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 #F5FADB is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 250 | 219 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.02 |
| HSL | 69.68º | 0.76% | 0.92% | - |
| HSV(B) | 69.68º | 0.12% | 0.98% | - |
| XYZ | 84.63 | 92.9 | 80.49 | - |
| YUV | 244.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 250 | 219 | 0.02 | 0 | 0.12 | 0.02 | 69.68 | 0.76 | 0.92 |
| Hex | F5 | FA | DB | 2 | 0 | C | 2 | 46 | 4C | 5C |
| Octal | 365 | 372 | 333 | 2 | 0 | 14 | 2 | 106 | 114 | 134 |
| Binary | 11110101 | 11111010 | 11011011 | 10 | 0 | 1100 | 10 | 1000110 | 1001100 | 1011100 |
Color Harmonies of #F5FADB
Complementary color
Monochromatic Colors of #F5FADB
Black with #F5FADB
Text Example
Text Example
White with #F5FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FADB; }
p { color: rgb(245,250,219); }
H1.HeaderClassName
{
color: #F5FADB;
}
.AnyTagClassName
{
color: #F5FADB;
}
</style>
background-color css
<style>
a { background-color: #F5FADB; }
a { background-color: rgb(245,250,219); }
div.DivClassName
{
background-color: #F5FADB;
}
.BgClassName
{
background-color: #F5FADB;
}
</style>
border-color css
<style>
span { border-color: #F5FADB; }
span { border-color: rgb(245,250,219); }
td.TdClassName
{
border-color: #F5FADB;
}
.TagClassName
{
border-color: #F5FADB;
}
</style>