Shades of Rice Flower #F7FFDA
Tints of Rice Flower #F7FFDA
RGB
CMYK
RGB Variations
Color information
#F7FFDA (or 0xF7FFDA) is known color: Rice Flower. HEX triplet: F7, FF and DA. RGB value is (247,255,218). Sum of RGB (Red+Green+Blue) = 247+255+218=720 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.31% from 720); Green value is 255 (100% from 255 or 35.42% from 720); Blue value is 218 (85.55% from 255 or 30.28% from 720); Max value from RGB is 255 - color contains mainly: green. Hex color #F7FFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FFDA is #080025. Grayscale: #F8F8F8. Windows color (decimal): -524326 or 14352375. OLE color: 14352375.
HSL color Cylindrical-coordinate representation of color #F7FFDA: hue angle of 72.97º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F7FFDA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 255 | 218 | - |
| CMYK | 0.03 | 0 | 0.15 | 0 |
| HSL | 72.97º | 1% | 0.93% | - |
| HSV(B) | 72.97º | 0.15% | 1% | - |
| XYZ | 86.77 | 96.36 | 80.35 | - |
| YUV | 248.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 255 | 218 | 0.03 | 0 | 0.15 | 0 | 72.97 | 1 | 0.93 |
| Hex | F7 | FF | DA | 3 | 0 | F | 0 | 49 | 64 | 5D |
| Octal | 367 | 377 | 332 | 3 | 0 | 17 | 0 | 111 | 144 | 135 |
| Binary | 11110111 | 11111111 | 11011010 | 11 | 0 | 1111 | 0 | 1001001 | 1100100 | 1011101 |
Color Harmonies of #F7FFDA
Complementary color
Monochromatic Colors of #F7FFDA
Black with #F7FFDA
Text Example
Text Example
White with #F7FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FFDA; }
p { color: rgb(247,255,218); }
H1.HeaderClassName
{
color: #F7FFDA;
}
.AnyTagClassName
{
color: #F7FFDA;
}
</style>
background-color css
<style>
a { background-color: #F7FFDA; }
a { background-color: rgb(247,255,218); }
div.DivClassName
{
background-color: #F7FFDA;
}
.BgClassName
{
background-color: #F7FFDA;
}
</style>
border-color css
<style>
span { border-color: #F7FFDA; }
span { border-color: rgb(247,255,218); }
td.TdClassName
{
border-color: #F7FFDA;
}
.TagClassName
{
border-color: #F7FFDA;
}
</style>