Shades of Rice Flower #F7FCD8
Tints of Rice Flower #F7FCD8
RGB
CMYK
RGB Variations
Color information
#F7FCD8 (or 0xF7FCD8) is known color: Rice Flower. HEX triplet: F7, FC and D8. RGB value is (247,252,216). Sum of RGB (Red+Green+Blue) = 247+252+216=715 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.55% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 216 (84.77% from 255 or 30.21% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #F7FCD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FCD8 is #080327. Grayscale: #F6F6F6. Windows color (decimal): -525096 or 14220535. OLE color: 14220535.
HSL color Cylindrical-coordinate representation of color #F7FCD8: hue angle of 68.33º degrees, saturation: 0.86, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F7FCD8 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 252 | 216 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.01 |
| HSL | 68.33º | 0.86% | 0.92% | - |
| HSV(B) | 68.33º | 0.14% | 0.99% | - |
| XYZ | 85.56 | 94.35 | 78.67 | - |
| YUV | 246.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 252 | 216 | 0.02 | 0 | 0.14 | 0.01 | 68.33 | 0.86 | 0.92 |
| Hex | F7 | FC | D8 | 2 | 0 | E | 1 | 44 | 56 | 5C |
| Octal | 367 | 374 | 330 | 2 | 0 | 16 | 1 | 104 | 126 | 134 |
| Binary | 11110111 | 11111100 | 11011000 | 10 | 0 | 1110 | 1 | 1000100 | 1010110 | 1011100 |
Color Harmonies of #F7FCD8
Complementary color
Monochromatic Colors of #F7FCD8
Black with #F7FCD8
Text Example
Text Example
White with #F7FCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FCD8; }
p { color: rgb(247,252,216); }
H1.HeaderClassName
{
color: #F7FCD8;
}
.AnyTagClassName
{
color: #F7FCD8;
}
</style>
background-color css
<style>
a { background-color: #F7FCD8; }
a { background-color: rgb(247,252,216); }
div.DivClassName
{
background-color: #F7FCD8;
}
.BgClassName
{
background-color: #F7FCD8;
}
</style>
border-color css
<style>
span { border-color: #F7FCD8; }
span { border-color: rgb(247,252,216); }
td.TdClassName
{
border-color: #F7FCD8;
}
.TagClassName
{
border-color: #F7FCD8;
}
</style>