Shades of Rice Flower #F5FED9
Tints of Rice Flower #F5FED9
RGB
CMYK
RGB Variations
Color information
#F5FED9 (or 0xF5FED9) is known color: Rice Flower. HEX triplet: F5, FE and D9. RGB value is (245,254,217). Sum of RGB (Red+Green+Blue) = 245+254+217=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 217 (85.16% from 255 or 30.31% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FED9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FED9 is #0A0126. Grayscale: #F7F7F7. Windows color (decimal): -655655 or 14286581. OLE color: 14286581.
HSL color Cylindrical-coordinate representation of color #F5FED9: hue angle of 74.59º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F5FED9 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 217 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.00 |
| HSL | 74.59º | 0.95% | 0.92% | - |
| HSV(B) | 74.59º | 0.15% | 1% | - |
| XYZ | 85.62 | 95.31 | 79.53 | - |
| YUV | 247.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 217 | 0.04 | 0 | 0.15 | 0.00 | 74.59 | 0.95 | 0.92 |
| Hex | F5 | FE | D9 | 4 | 0 | F | 0 | 4B | 5F | 5C |
| Octal | 365 | 376 | 331 | 4 | 0 | 17 | 0 | 113 | 137 | 134 |
| Binary | 11110101 | 11111110 | 11011001 | 100 | 0 | 1111 | 0 | 1001011 | 1011111 | 1011100 |
Color Harmonies of #F5FED9
Complementary color
Monochromatic Colors of #F5FED9
Black with #F5FED9
Text Example
Text Example
White with #F5FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FED9; }
p { color: rgb(245,254,217); }
H1.HeaderClassName
{
color: #F5FED9;
}
.AnyTagClassName
{
color: #F5FED9;
}
</style>
background-color css
<style>
a { background-color: #F5FED9; }
a { background-color: rgb(245,254,217); }
div.DivClassName
{
background-color: #F5FED9;
}
.BgClassName
{
background-color: #F5FED9;
}
</style>
border-color css
<style>
span { border-color: #F5FED9; }
span { border-color: rgb(245,254,217); }
td.TdClassName
{
border-color: #F5FED9;
}
.TagClassName
{
border-color: #F5FED9;
}
</style>