Shades of Pink Lady #F6DDBA
Tints of Pink Lady #F6DDBA
RGB
CMYK
RGB Variations
Color information
#F6DDBA (or 0xF6DDBA) is known color: Pink Lady. HEX triplet: F6, DD and BA. RGB value is (246,221,186). Sum of RGB (Red+Green+Blue) = 246+221+186=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDBA is #092245. Grayscale: #E0E0E0. Windows color (decimal): -598598 or 12246518. OLE color: 12246518.
HSL color Cylindrical-coordinate representation of color #F6DDBA: hue angle of 35º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6DDBA is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 221 | 186 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.04 |
| HSL | 35º | 0.77% | 0.85% | - |
| HSV(B) | 35º | 0.24% | 0.96% | - |
| XYZ | 72.73 | 74.85 | 57.07 | - |
| YUV | 224.49 | 106.28 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 221 | 186 | 0 | 0.10 | 0.24 | 0.04 | 35 | 0.77 | 0.85 |
| Hex | F6 | DD | BA | 0 | A | 18 | 4 | 23 | 4D | 55 |
| Octal | 366 | 335 | 272 | 0 | 12 | 30 | 4 | 43 | 115 | 125 |
| Binary | 11110110 | 11011101 | 10111010 | 0 | 1010 | 11000 | 100 | 100011 | 1001101 | 1010101 |
Color Harmonies of #F6DDBA
Complementary color
Monochromatic Colors of #F6DDBA
Black with #F6DDBA
Text Example
Text Example
White with #F6DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DDBA; }
p { color: rgb(246,221,186); }
H1.HeaderClassName
{
color: #F6DDBA;
}
.AnyTagClassName
{
color: #F6DDBA;
}
</style>
background-color css
<style>
a { background-color: #F6DDBA; }
a { background-color: rgb(246,221,186); }
div.DivClassName
{
background-color: #F6DDBA;
}
.BgClassName
{
background-color: #F6DDBA;
}
</style>
border-color css
<style>
span { border-color: #F6DDBA; }
span { border-color: rgb(246,221,186); }
td.TdClassName
{
border-color: #F6DDBA;
}
.TagClassName
{
border-color: #F6DDBA;
}
</style>