Shades of Rice Flower #F6FDD7
Tints of Rice Flower #F6FDD7
RGB
CMYK
RGB Variations
Color information
#F6FDD7 (or 0xF6FDD7) is known color: Rice Flower. HEX triplet: F6, FD and D7. RGB value is (246,253,215). Sum of RGB (Red+Green+Blue) = 246+253+215=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 215 (84.38% from 255 or 30.11% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FDD7 is #090228. Grayscale: #F6F6F6. Windows color (decimal): -590377 or 14155254. OLE color: 14155254.
HSL color Cylindrical-coordinate representation of color #F6FDD7: hue angle of 71.05º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6FDD7 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 253 | 215 | - |
| CMYK | 0.03 | 0 | 0.15 | 0.01 |
| HSL | 71.05º | 0.9% | 0.92% | - |
| HSV(B) | 71.05º | 0.15% | 0.99% | - |
| XYZ | 85.4 | 94.75 | 78.08 | - |
| YUV | 246.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 253 | 215 | 0.03 | 0 | 0.15 | 0.01 | 71.05 | 0.9 | 0.92 |
| Hex | F6 | FD | D7 | 3 | 0 | F | 1 | 47 | 5A | 5C |
| Octal | 366 | 375 | 327 | 3 | 0 | 17 | 1 | 107 | 132 | 134 |
| Binary | 11110110 | 11111101 | 11010111 | 11 | 0 | 1111 | 1 | 1000111 | 1011010 | 1011100 |
Color Harmonies of #F6FDD7
Complementary color
Monochromatic Colors of #F6FDD7
Black with #F6FDD7
Text Example
Text Example
White with #F6FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FDD7; }
p { color: rgb(246,253,215); }
H1.HeaderClassName
{
color: #F6FDD7;
}
.AnyTagClassName
{
color: #F6FDD7;
}
</style>
background-color css
<style>
a { background-color: #F6FDD7; }
a { background-color: rgb(246,253,215); }
div.DivClassName
{
background-color: #F6FDD7;
}
.BgClassName
{
background-color: #F6FDD7;
}
</style>
border-color css
<style>
span { border-color: #F6FDD7; }
span { border-color: rgb(246,253,215); }
td.TdClassName
{
border-color: #F6FDD7;
}
.TagClassName
{
border-color: #F6FDD7;
}
</style>