Shades of Rice Flower #F5FCD8
Tints of Rice Flower #F5FCD8
RGB
CMYK
RGB Variations
Color information
#F5FCD8 (or 0xF5FCD8) is known color: Rice Flower. HEX triplet: F5, FC and D8. RGB value is (245,252,216). Sum of RGB (Red+Green+Blue) = 245+252+216=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 216 (84.77% from 255 or 30.29% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCD8 is #0A0327. Grayscale: #F5F5F5. Windows color (decimal): -656168 or 14220533. OLE color: 14220533.
HSL color Cylindrical-coordinate representation of color #F5FCD8: hue angle of 71.67º degrees, saturation: 0.86, 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 #F5FCD8 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 216 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.01 |
| HSL | 71.67º | 0.86% | 0.92% | - |
| HSV(B) | 71.67º | 0.14% | 0.99% | - |
| XYZ | 84.86 | 93.99 | 78.64 | - |
| YUV | 245.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 216 | 0.03 | 0 | 0.14 | 0.01 | 71.67 | 0.86 | 0.92 |
| Hex | F5 | FC | D8 | 3 | 0 | E | 1 | 48 | 56 | 5C |
| Octal | 365 | 374 | 330 | 3 | 0 | 16 | 1 | 110 | 126 | 134 |
| Binary | 11110101 | 11111100 | 11011000 | 11 | 0 | 1110 | 1 | 1001000 | 1010110 | 1011100 |
Color Harmonies of #F5FCD8
Complementary color
Monochromatic Colors of #F5FCD8
Black with #F5FCD8
Text Example
Text Example
White with #F5FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCD8; }
p { color: rgb(245,252,216); }
H1.HeaderClassName
{
color: #F5FCD8;
}
.AnyTagClassName
{
color: #F5FCD8;
}
</style>
background-color css
<style>
a { background-color: #F5FCD8; }
a { background-color: rgb(245,252,216); }
div.DivClassName
{
background-color: #F5FCD8;
}
.BgClassName
{
background-color: #F5FCD8;
}
</style>
border-color css
<style>
span { border-color: #F5FCD8; }
span { border-color: rgb(245,252,216); }
td.TdClassName
{
border-color: #F5FCD8;
}
.TagClassName
{
border-color: #F5FCD8;
}
</style>