Shades of Rice Flower #F6FCD5
Tints of Rice Flower #F6FCD5
RGB
CMYK
RGB Variations
Color information
#F6FCD5 (or 0xF6FCD5) is known color: Rice Flower. HEX triplet: F6, FC and D5. RGB value is (246,252,213). Sum of RGB (Red+Green+Blue) = 246+252+213=711 (94% of max value = 765). Red value is 246 (96.48% from 255 or 34.60% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 213 (83.59% from 255 or 29.96% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #F6FCD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FCD5 is #09032A. Grayscale: #F5F5F5. Windows color (decimal): -590635 or 14023926. OLE color: 14023926.
HSL color Cylindrical-coordinate representation of color #F6FCD5: hue angle of 69.23º degrees, saturation: 0.87, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F6FCD5 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 252 | 213 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.01 |
| HSL | 69.23º | 0.87% | 0.91% | - |
| HSV(B) | 69.23º | 0.15% | 0.99% | - |
| XYZ | 84.83 | 94.02 | 76.63 | - |
| YUV | 245.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 252 | 213 | 0.02 | 0 | 0.15 | 0.01 | 69.23 | 0.87 | 0.91 |
| Hex | F6 | FC | D5 | 2 | 0 | F | 1 | 45 | 57 | 5B |
| Octal | 366 | 374 | 325 | 2 | 0 | 17 | 1 | 105 | 127 | 133 |
| Binary | 11110110 | 11111100 | 11010101 | 10 | 0 | 1111 | 1 | 1000101 | 1010111 | 1011011 |
Color Harmonies of #F6FCD5
Complementary color
Monochromatic Colors of #F6FCD5
Black with #F6FCD5
Text Example
Text Example
White with #F6FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FCD5; }
p { color: rgb(246,252,213); }
H1.HeaderClassName
{
color: #F6FCD5;
}
.AnyTagClassName
{
color: #F6FCD5;
}
</style>
background-color css
<style>
a { background-color: #F6FCD5; }
a { background-color: rgb(246,252,213); }
div.DivClassName
{
background-color: #F6FCD5;
}
.BgClassName
{
background-color: #F6FCD5;
}
</style>
border-color css
<style>
span { border-color: #F6FCD5; }
span { border-color: rgb(246,252,213); }
td.TdClassName
{
border-color: #F6FCD5;
}
.TagClassName
{
border-color: #F6FCD5;
}
</style>