Shades of Rice Flower #F7FDDD
Tints of Rice Flower #F7FDDD
RGB
CMYK
RGB Variations
Color information
#F7FDDD (or 0xF7FDDD) is known color: Rice Flower. HEX triplet: F7, FD and DD. RGB value is (247,253,221). Sum of RGB (Red+Green+Blue) = 247+253+221=721 (95% of max value = 765). Red value is 247 (96.88% from 255 or 34.26% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 221 (86.72% from 255 or 30.65% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7FDDD is #080222. Grayscale: #F7F7F7. Windows color (decimal): -524835 or 14548471. OLE color: 14548471.
HSL color Cylindrical-coordinate representation of color #F7FDDD: hue angle of 71.25º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F7FDDD is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 253 | 221 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.01 |
| HSL | 71.25º | 0.89% | 0.93% | - |
| HSV(B) | 71.25º | 0.13% | 0.99% | - |
| XYZ | 86.53 | 95.25 | 82.23 | - |
| YUV | 247.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 253 | 221 | 0.02 | 0 | 0.13 | 0.01 | 71.25 | 0.89 | 0.93 |
| Hex | F7 | FD | DD | 2 | 0 | D | 1 | 47 | 59 | 5D |
| Octal | 367 | 375 | 335 | 2 | 0 | 15 | 1 | 107 | 131 | 135 |
| Binary | 11110111 | 11111101 | 11011101 | 10 | 0 | 1101 | 1 | 1000111 | 1011001 | 1011101 |
Color Harmonies of #F7FDDD
Complementary color
Monochromatic Colors of #F7FDDD
Black with #F7FDDD
Text Example
Text Example
White with #F7FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7FDDD; }
p { color: rgb(247,253,221); }
H1.HeaderClassName
{
color: #F7FDDD;
}
.AnyTagClassName
{
color: #F7FDDD;
}
</style>
background-color css
<style>
a { background-color: #F7FDDD; }
a { background-color: rgb(247,253,221); }
div.DivClassName
{
background-color: #F7FDDD;
}
.BgClassName
{
background-color: #F7FDDD;
}
</style>
border-color css
<style>
span { border-color: #F7FDDD; }
span { border-color: rgb(247,253,221); }
td.TdClassName
{
border-color: #F7FDDD;
}
.TagClassName
{
border-color: #F7FDDD;
}
</style>