Shades of Rice Flower #F5FDD7
Tints of Rice Flower #F5FDD7
RGB
CMYK
RGB Variations
Color information
#F5FDD7 (or 0xF5FDD7) is known color: Rice Flower. HEX triplet: F5, FD and D7. RGB value is (245,253,215). Sum of RGB (Red+Green+Blue) = 245+253+215=713 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.36% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 215 (84.38% from 255 or 30.15% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDD7 is #0A0228. Grayscale: #F6F6F6. Windows color (decimal): -655913 or 14155253. OLE color: 14155253.
HSL color Cylindrical-coordinate representation of color #F5FDD7: hue angle of 72.63º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5FDD7 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 253 | 215 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.01 |
| HSL | 72.63º | 0.9% | 0.92% | - |
| HSV(B) | 72.63º | 0.15% | 0.99% | - |
| XYZ | 85.05 | 94.57 | 78.06 | - |
| YUV | 246.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 253 | 215 | 0.03 | 0 | 0.15 | 0.01 | 72.63 | 0.9 | 0.92 |
| Hex | F5 | FD | D7 | 3 | 0 | F | 1 | 49 | 5A | 5C |
| Octal | 365 | 375 | 327 | 3 | 0 | 17 | 1 | 111 | 132 | 134 |
| Binary | 11110101 | 11111101 | 11010111 | 11 | 0 | 1111 | 1 | 1001001 | 1011010 | 1011100 |
Color Harmonies of #F5FDD7
Complementary color
Monochromatic Colors of #F5FDD7
Black with #F5FDD7
Text Example
Text Example
White with #F5FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FDD7; }
p { color: rgb(245,253,215); }
H1.HeaderClassName
{
color: #F5FDD7;
}
.AnyTagClassName
{
color: #F5FDD7;
}
</style>
background-color css
<style>
a { background-color: #F5FDD7; }
a { background-color: rgb(245,253,215); }
div.DivClassName
{
background-color: #F5FDD7;
}
.BgClassName
{
background-color: #F5FDD7;
}
</style>
border-color css
<style>
span { border-color: #F5FDD7; }
span { border-color: rgb(245,253,215); }
td.TdClassName
{
border-color: #F5FDD7;
}
.TagClassName
{
border-color: #F5FDD7;
}
</style>