Shades of Rice Flower #F5FCDA
Tints of Rice Flower #F5FCDA
RGB
CMYK
RGB Variations
Color information
#F5FCDA (or 0xF5FCDA) is known color: Rice Flower. HEX triplet: F5, FC and DA. RGB value is (245,252,218). Sum of RGB (Red+Green+Blue) = 245+252+218=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 218 (85.55% from 255 or 30.49% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCDA is #0A0325. Grayscale: #F6F6F6. Windows color (decimal): -656166 or 14351605. OLE color: 14351605.
HSL color Cylindrical-coordinate representation of color #F5FCDA: hue angle of 72.35º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F5FCDA is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 252 | 218 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.01 |
| HSL | 72.35º | 0.85% | 0.92% | - |
| HSV(B) | 72.35º | 0.13% | 0.99% | - |
| XYZ | 85.12 | 94.1 | 80.01 | - |
| YUV | 246.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 252 | 218 | 0.03 | 0 | 0.13 | 0.01 | 72.35 | 0.85 | 0.92 |
| Hex | F5 | FC | DA | 3 | 0 | D | 1 | 48 | 55 | 5C |
| Octal | 365 | 374 | 332 | 3 | 0 | 15 | 1 | 110 | 125 | 134 |
| Binary | 11110101 | 11111100 | 11011010 | 11 | 0 | 1101 | 1 | 1001000 | 1010101 | 1011100 |
Color Harmonies of #F5FCDA
Complementary color
Monochromatic Colors of #F5FCDA
Black with #F5FCDA
Text Example
Text Example
White with #F5FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FCDA; }
p { color: rgb(245,252,218); }
H1.HeaderClassName
{
color: #F5FCDA;
}
.AnyTagClassName
{
color: #F5FCDA;
}
</style>
background-color css
<style>
a { background-color: #F5FCDA; }
a { background-color: rgb(245,252,218); }
div.DivClassName
{
background-color: #F5FCDA;
}
.BgClassName
{
background-color: #F5FCDA;
}
</style>
border-color css
<style>
span { border-color: #F5FCDA; }
span { border-color: rgb(245,252,218); }
td.TdClassName
{
border-color: #F5FCDA;
}
.TagClassName
{
border-color: #F5FCDA;
}
</style>