Shades of Rice Flower #F5FED4
Tints of Rice Flower #F5FED4
RGB
CMYK
RGB Variations
Color information
#F5FED4 (or 0xF5FED4) is known color: Rice Flower. HEX triplet: F5, FE and D4. RGB value is (245,254,212). Sum of RGB (Red+Green+Blue) = 245+254+212=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 212 (83.20% from 255 or 29.82% from 711); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FED4 is #0A012B. Grayscale: #F6F6F6. Windows color (decimal): -655660 or 13958901. OLE color: 13958901.
HSL color Cylindrical-coordinate representation of color #F5FED4: hue angle of 72.86º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F5FED4 is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 245 | 254 | 212 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.00 |
| HSL | 72.86º | 0.95% | 0.91% | - |
| HSV(B) | 72.86º | 0.17% | 1% | - |
| XYZ | 84.98 | 95.05 | 76.15 | - |
| YUV | 246.52 | 108.52 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 254 | 212 | 0.04 | 0 | 0.17 | 0.00 | 72.86 | 0.95 | 0.91 |
| Hex | F5 | FE | D4 | 4 | 0 | 11 | 0 | 49 | 5F | 5B |
| Octal | 365 | 376 | 324 | 4 | 0 | 21 | 0 | 111 | 137 | 133 |
| Binary | 11110101 | 11111110 | 11010100 | 100 | 0 | 10001 | 0 | 1001001 | 1011111 | 1011011 |
Color Harmonies of #F5FED4
Complementary color
Monochromatic Colors of #F5FED4
Black with #F5FED4
Text Example
Text Example
White with #F5FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FED4; }
p { color: rgb(245,254,212); }
H1.HeaderClassName
{
color: #F5FED4;
}
.AnyTagClassName
{
color: #F5FED4;
}
</style>
background-color css
<style>
a { background-color: #F5FED4; }
a { background-color: rgb(245,254,212); }
div.DivClassName
{
background-color: #F5FED4;
}
.BgClassName
{
background-color: #F5FED4;
}
</style>
border-color css
<style>
span { border-color: #F5FED4; }
span { border-color: rgb(245,254,212); }
td.TdClassName
{
border-color: #F5FED4;
}
.TagClassName
{
border-color: #F5FED4;
}
</style>