Shades of Rice Flower #F6FDD9
Tints of Rice Flower #F6FDD9
RGB
CMYK
RGB Variations
Color information
#F6FDD9 (or 0xF6FDD9) is known color: Rice Flower. HEX triplet: F6, FD and D9. RGB value is (246,253,217). Sum of RGB (Red+Green+Blue) = 246+253+217=716 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.36% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 217 (85.16% from 255 or 30.31% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FDD9 is #090226. Grayscale: #F6F6F6. Windows color (decimal): -590375 or 14286326. OLE color: 14286326.
HSL color Cylindrical-coordinate representation of color #F6FDD9: hue angle of 71.67º degrees, saturation: 0.9, 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 #F6FDD9 is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 253 | 217 | - |
| CMYK | 0.03 | 0 | 0.14 | 0.01 |
| HSL | 71.67º | 0.9% | 0.92% | - |
| HSV(B) | 71.67º | 0.14% | 0.99% | - |
| XYZ | 85.66 | 94.85 | 79.44 | - |
| YUV | 246.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 253 | 217 | 0.03 | 0 | 0.14 | 0.01 | 71.67 | 0.9 | 0.92 |
| Hex | F6 | FD | D9 | 3 | 0 | E | 1 | 48 | 5A | 5C |
| Octal | 366 | 375 | 331 | 3 | 0 | 16 | 1 | 110 | 132 | 134 |
| Binary | 11110110 | 11111101 | 11011001 | 11 | 0 | 1110 | 1 | 1001000 | 1011010 | 1011100 |
Color Harmonies of #F6FDD9
Complementary color
Monochromatic Colors of #F6FDD9
Black with #F6FDD9
Text Example
Text Example
White with #F6FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FDD9; }
p { color: rgb(246,253,217); }
H1.HeaderClassName
{
color: #F6FDD9;
}
.AnyTagClassName
{
color: #F6FDD9;
}
</style>
background-color css
<style>
a { background-color: #F6FDD9; }
a { background-color: rgb(246,253,217); }
div.DivClassName
{
background-color: #F6FDD9;
}
.BgClassName
{
background-color: #F6FDD9;
}
</style>
border-color css
<style>
span { border-color: #F6FDD9; }
span { border-color: rgb(246,253,217); }
td.TdClassName
{
border-color: #F6FDD9;
}
.TagClassName
{
border-color: #F6FDD9;
}
</style>