Shades of Rice Flower #F6FBD9
Tints of Rice Flower #F6FBD9
RGB
CMYK
RGB Variations
Color information
#F6FBD9 (or 0xF6FBD9) is known color: Rice Flower. HEX triplet: F6, FB and D9. RGB value is (246,251,217). Sum of RGB (Red+Green+Blue) = 246+251+217=714 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.45% from 714); Green value is 251 (98.44% from 255 or 35.15% from 714); Blue value is 217 (85.16% from 255 or 30.39% from 714); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FBD9 is #090426. Grayscale: #F5F5F5. Windows color (decimal): -590887 or 14285814. OLE color: 14285814.
HSL color Cylindrical-coordinate representation of color #F6FBD9: hue angle of 68.82º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F6FBD9 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 251 | 217 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.02 |
| HSL | 68.82º | 0.81% | 0.92% | - |
| HSV(B) | 68.82º | 0.14% | 0.98% | - |
| XYZ | 85.03 | 93.6 | 79.23 | - |
| YUV | 245.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 251 | 217 | 0.02 | 0 | 0.14 | 0.02 | 68.82 | 0.81 | 0.92 |
| Hex | F6 | FB | D9 | 2 | 0 | E | 2 | 45 | 51 | 5C |
| Octal | 366 | 373 | 331 | 2 | 0 | 16 | 2 | 105 | 121 | 134 |
| Binary | 11110110 | 11111011 | 11011001 | 10 | 0 | 1110 | 10 | 1000101 | 1010001 | 1011100 |
Color Harmonies of #F6FBD9
Complementary color
Monochromatic Colors of #F6FBD9
Black with #F6FBD9
Text Example
Text Example
White with #F6FBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FBD9; }
p { color: rgb(246,251,217); }
H1.HeaderClassName
{
color: #F6FBD9;
}
.AnyTagClassName
{
color: #F6FBD9;
}
</style>
background-color css
<style>
a { background-color: #F6FBD9; }
a { background-color: rgb(246,251,217); }
div.DivClassName
{
background-color: #F6FBD9;
}
.BgClassName
{
background-color: #F6FBD9;
}
</style>
border-color css
<style>
span { border-color: #F6FBD9; }
span { border-color: rgb(246,251,217); }
td.TdClassName
{
border-color: #F6FBD9;
}
.TagClassName
{
border-color: #F6FBD9;
}
</style>