Shades of Rice Flower #F5FCD9
Tints of Rice Flower #F5FCD9
RGB
CMYK
RGB Variations
Color information
#F5FCD9 (or 0xF5FCD9) is known color: Rice Flower. HEX triplet: F5, FC and D9. RGB value is (245,252,217). Sum of RGB (Red+Green+Blue) = 245+252+217=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 217 (85.16% from 255 or 30.39% from 714); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCD9 is #0A0326. Grayscale: #F6F6F6. Windows color (decimal): -656167 or 14286069. OLE color: 14286069.
HSL color Cylindrical-coordinate representation of color #F5FCD9: hue angle of 72º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F5FCD9 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 217 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.01 |
| HSL | 72º | 0.85% | 0.92% | - |
| HSV(B) | 72º | 0.14% | 0.99% | - |
| XYZ | 84.99 | 94.04 | 79.32 | - |
| YUV | 245.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 217 | 0.03 | 0 | 0.14 | 0.01 | 72 | 0.85 | 0.92 |
| Hex | F5 | FC | D9 | 3 | 0 | E | 1 | 48 | 55 | 5C |
| Octal | 365 | 374 | 331 | 3 | 0 | 16 | 1 | 110 | 125 | 134 |
| Binary | 11110101 | 11111100 | 11011001 | 11 | 0 | 1110 | 1 | 1001000 | 1010101 | 1011100 |
Color Harmonies of #F5FCD9
Complementary color
Monochromatic Colors of #F5FCD9
Black with #F5FCD9
Text Example
Text Example
White with #F5FCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCD9; }
p { color: rgb(245,252,217); }
H1.HeaderClassName
{
color: #F5FCD9;
}
.AnyTagClassName
{
color: #F5FCD9;
}
</style>
background-color css
<style>
a { background-color: #F5FCD9; }
a { background-color: rgb(245,252,217); }
div.DivClassName
{
background-color: #F5FCD9;
}
.BgClassName
{
background-color: #F5FCD9;
}
</style>
border-color css
<style>
span { border-color: #F5FCD9; }
span { border-color: rgb(245,252,217); }
td.TdClassName
{
border-color: #F5FCD9;
}
.TagClassName
{
border-color: #F5FCD9;
}
</style>