Shades of Rice Flower #F6FCDD
Tints of Rice Flower #F6FCDD
RGB
CMYK
RGB Variations
Color information
#F6FCDD (or 0xF6FCDD) is known color: Rice Flower. HEX triplet: F6, FC and DD. RGB value is (246,252,221). Sum of RGB (Red+Green+Blue) = 246+252+221=719 (95% of max value = 765). Red value is 246 (96.48% from 255 or 34.21% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCDD is #090322. Grayscale: #F6F6F6. Windows color (decimal): -590627 or 14548214. OLE color: 14548214.
HSL color Cylindrical-coordinate representation of color #F6FCDD: hue angle of 71.61º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6FCDD is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 221 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.01 |
| HSL | 71.61º | 0.84% | 0.93% | - |
| HSV(B) | 71.61º | 0.12% | 0.99% | - |
| XYZ | 85.87 | 94.43 | 82.11 | - |
| YUV | 246.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 221 | 0.02 | 0 | 0.12 | 0.01 | 71.61 | 0.84 | 0.93 |
| Hex | F6 | FC | DD | 2 | 0 | C | 1 | 48 | 54 | 5D |
| Octal | 366 | 374 | 335 | 2 | 0 | 14 | 1 | 110 | 124 | 135 |
| Binary | 11110110 | 11111100 | 11011101 | 10 | 0 | 1100 | 1 | 1001000 | 1010100 | 1011101 |
Color Harmonies of #F6FCDD
Complementary color
Monochromatic Colors of #F6FCDD
Black with #F6FCDD
Text Example
Text Example
White with #F6FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCDD; }
p { color: rgb(246,252,221); }
H1.HeaderClassName
{
color: #F6FCDD;
}
.AnyTagClassName
{
color: #F6FCDD;
}
</style>
background-color css
<style>
a { background-color: #F6FCDD; }
a { background-color: rgb(246,252,221); }
div.DivClassName
{
background-color: #F6FCDD;
}
.BgClassName
{
background-color: #F6FCDD;
}
</style>
border-color css
<style>
span { border-color: #F6FCDD; }
span { border-color: rgb(246,252,221); }
td.TdClassName
{
border-color: #F6FCDD;
}
.TagClassName
{
border-color: #F6FCDD;
}
</style>