Shades of Rice Flower #F7FFD4
Tints of Rice Flower #F7FFD4
RGB
CMYK
RGB Variations
Color information
#F7FFD4 (or 0xF7FFD4) is known color: Rice Flower. HEX triplet: F7, FF and D4. RGB value is (247,255,212). Sum of RGB (Red+Green+Blue) = 247+255+212=714 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.59% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 212 (83.20% from 255 or 29.69% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFD4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FFD4 is #08002B. Grayscale: #F7F7F7. Windows color (decimal): -524332 or 13959159. OLE color: 13959159.
HSL color Cylindrical-coordinate representation of color #F7FFD4: hue angle of 71.16º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #F7FFD4 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 255 | 212 | - |
| CMYK | 0.03 | 0 | 0.17 | 0 |
| HSL | 71.16º | 1% | 0.92% | - |
| HSV(B) | 71.16º | 0.17% | 1% | - |
| XYZ | 86 | 96.05 | 76.29 | - |
| YUV | 247.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 255 | 212 | 0.03 | 0 | 0.17 | 0 | 71.16 | 1 | 0.92 |
| Hex | F7 | FF | D4 | 3 | 0 | 11 | 0 | 47 | 64 | 5C |
| Octal | 367 | 377 | 324 | 3 | 0 | 21 | 0 | 107 | 144 | 134 |
| Binary | 11110111 | 11111111 | 11010100 | 11 | 0 | 10001 | 0 | 1000111 | 1100100 | 1011100 |
Color Harmonies of #F7FFD4
Complementary color
Monochromatic Colors of #F7FFD4
Black with #F7FFD4
Text Example
Text Example
White with #F7FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FFD4; }
p { color: rgb(247,255,212); }
H1.HeaderClassName
{
color: #F7FFD4;
}
.AnyTagClassName
{
color: #F7FFD4;
}
</style>
background-color css
<style>
a { background-color: #F7FFD4; }
a { background-color: rgb(247,255,212); }
div.DivClassName
{
background-color: #F7FFD4;
}
.BgClassName
{
background-color: #F7FFD4;
}
</style>
border-color css
<style>
span { border-color: #F7FFD4; }
span { border-color: rgb(247,255,212); }
td.TdClassName
{
border-color: #F7FFD4;
}
.TagClassName
{
border-color: #F7FFD4;
}
</style>