Shades of Pink Lady #F6D9BD
Tints of Pink Lady #F6D9BD
RGB
CMYK
RGB Variations
Color information
#F6D9BD (or 0xF6D9BD) is known color: Pink Lady. HEX triplet: F6, D9 and BD. RGB value is (246,217,189). Sum of RGB (Red+Green+Blue) = 246+217+189=652 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.73% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D9BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6D9BD is #092642. Grayscale: #DEDEDE. Windows color (decimal): -599619 or 12442102. OLE color: 12442102.
HSL color Cylindrical-coordinate representation of color #F6D9BD: hue angle of 29.47º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F6D9BD is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 189 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.04 |
| HSL | 29.47º | 0.76% | 0.85% | - |
| HSV(B) | 29.47º | 0.23% | 0.96% | - |
| XYZ | 72 | 72.89 | 58.42 | - |
| YUV | 222.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 189 | 0 | 0.12 | 0.23 | 0.04 | 29.47 | 0.76 | 0.85 |
| Hex | F6 | D9 | BD | 0 | C | 17 | 4 | 1D | 4C | 55 |
| Octal | 366 | 331 | 275 | 0 | 14 | 27 | 4 | 35 | 114 | 125 |
| Binary | 11110110 | 11011001 | 10111101 | 0 | 1100 | 10111 | 100 | 11101 | 1001100 | 1010101 |
Color Harmonies of #F6D9BD
Complementary color
Monochromatic Colors of #F6D9BD
Black with #F6D9BD
Text Example
Text Example
White with #F6D9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D9BD; }
p { color: rgb(246,217,189); }
H1.HeaderClassName
{
color: #F6D9BD;
}
.AnyTagClassName
{
color: #F6D9BD;
}
</style>
background-color css
<style>
a { background-color: #F6D9BD; }
a { background-color: rgb(246,217,189); }
div.DivClassName
{
background-color: #F6D9BD;
}
.BgClassName
{
background-color: #F6D9BD;
}
</style>
border-color css
<style>
span { border-color: #F6D9BD; }
span { border-color: rgb(246,217,189); }
td.TdClassName
{
border-color: #F6D9BD;
}
.TagClassName
{
border-color: #F6D9BD;
}
</style>