Shades of Rice Flower #F5FFDB
Tints of Rice Flower #F5FFDB
RGB
CMYK
RGB Variations
Color information
#F5FFDB (or 0xF5FFDB) is known color: Rice Flower. HEX triplet: F5, FF and DB. RGB value is (245,255,219). Sum of RGB (Red+Green+Blue) = 245+255+219=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 219 (85.94% from 255 or 30.46% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FFDB is #0A0024. Grayscale: #F8F8F8. Windows color (decimal): -655397 or 14417909. OLE color: 14417909.
HSL color Cylindrical-coordinate representation of color #F5FFDB: hue angle of 76.67º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5FFDB is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 219 | - |
| CMYK | 0.04 | 0 | 0.14 | 0 |
| HSL | 76.67º | 1% | 0.93% | - |
| HSV(B) | 76.67º | 0.14% | 1% | - |
| XYZ | 86.2 | 96.05 | 81.01 | - |
| YUV | 247.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 219 | 0.04 | 0 | 0.14 | 0 | 76.67 | 1 | 0.93 |
| Hex | F5 | FF | DB | 4 | 0 | E | 0 | 4D | 64 | 5D |
| Octal | 365 | 377 | 333 | 4 | 0 | 16 | 0 | 115 | 144 | 135 |
| Binary | 11110101 | 11111111 | 11011011 | 100 | 0 | 1110 | 0 | 1001101 | 1100100 | 1011101 |
Color Harmonies of #F5FFDB
Complementary color
Monochromatic Colors of #F5FFDB
Black with #F5FFDB
Text Example
Text Example
White with #F5FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FFDB; }
p { color: rgb(245,255,219); }
H1.HeaderClassName
{
color: #F5FFDB;
}
.AnyTagClassName
{
color: #F5FFDB;
}
</style>
background-color css
<style>
a { background-color: #F5FFDB; }
a { background-color: rgb(245,255,219); }
div.DivClassName
{
background-color: #F5FFDB;
}
.BgClassName
{
background-color: #F5FFDB;
}
</style>
border-color css
<style>
span { border-color: #F5FFDB; }
span { border-color: rgb(245,255,219); }
td.TdClassName
{
border-color: #F5FFDB;
}
.TagClassName
{
border-color: #F5FFDB;
}
</style>