Shades of Rice Flower #F7FED4
Tints of Rice Flower #F7FED4
RGB
CMYK
RGB Variations
Color information
#F7FED4 (or 0xF7FED4) is known color: Rice Flower. HEX triplet: F7, FE and D4. RGB value is (247,254,212). Sum of RGB (Red+Green+Blue) = 247+254+212=713 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.64% from 713); Green value is 254 (99.61% from 255 or 35.62% from 713); Blue value is 212 (83.20% from 255 or 29.73% from 713); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FED4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FED4 is #08012B. Grayscale: #F7F7F7. Windows color (decimal): -524588 or 13958903. OLE color: 13958903.
HSL color Cylindrical-coordinate representation of color #F7FED4: hue angle of 70º 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 #F7FED4 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 254 | 212 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.00 |
| HSL | 70º | 0.95% | 0.91% | - |
| HSV(B) | 70º | 0.17% | 1% | - |
| XYZ | 85.68 | 95.41 | 76.19 | - |
| YUV | 247.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 254 | 212 | 0.03 | 0 | 0.17 | 0.00 | 70 | 0.95 | 0.91 |
| Hex | F7 | FE | D4 | 3 | 0 | 11 | 0 | 46 | 5F | 5B |
| Octal | 367 | 376 | 324 | 3 | 0 | 21 | 0 | 106 | 137 | 133 |
| Binary | 11110111 | 11111110 | 11010100 | 11 | 0 | 10001 | 0 | 1000110 | 1011111 | 1011011 |
Color Harmonies of #F7FED4
Complementary color
Monochromatic Colors of #F7FED4
Black with #F7FED4
Text Example
Text Example
White with #F7FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FED4; }
p { color: rgb(247,254,212); }
H1.HeaderClassName
{
color: #F7FED4;
}
.AnyTagClassName
{
color: #F7FED4;
}
</style>
background-color css
<style>
a { background-color: #F7FED4; }
a { background-color: rgb(247,254,212); }
div.DivClassName
{
background-color: #F7FED4;
}
.BgClassName
{
background-color: #F7FED4;
}
</style>
border-color css
<style>
span { border-color: #F7FED4; }
span { border-color: rgb(247,254,212); }
td.TdClassName
{
border-color: #F7FED4;
}
.TagClassName
{
border-color: #F7FED4;
}
</style>