Shades of Pink Lady #F6DAB8
Tints of Pink Lady #F6DAB8
RGB
CMYK
RGB Variations
Color information
#F6DAB8 (or 0xF6DAB8) is known color: Pink Lady. HEX triplet: F6, DA and B8. RGB value is (246,218,184). Sum of RGB (Red+Green+Blue) = 246+218+184=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 184 (72.27% from 255 or 28.40% from 648); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAB8 is #092547. Grayscale: #DEDEDE. Windows color (decimal): -599368 or 12114678. OLE color: 12114678.
HSL color Cylindrical-coordinate representation of color #F6DAB8: hue angle of 32.9º degrees, saturation: 0.77, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6DAB8 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 184 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.04 |
| HSL | 32.9º | 0.78% | 0.84% | - |
| HSV(B) | 32.9º | 0.25% | 0.96% | - |
| XYZ | 71.73 | 73.2 | 55.7 | - |
| YUV | 222.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 184 | 0 | 0.11 | 0.25 | 0.04 | 32.9 | 0.78 | 0.84 |
| Hex | F6 | DA | B8 | 0 | B | 19 | 4 | 21 | 4E | 54 |
| Octal | 366 | 332 | 270 | 0 | 13 | 31 | 4 | 41 | 116 | 124 |
| Binary | 11110110 | 11011010 | 10111000 | 0 | 1011 | 11001 | 100 | 100001 | 1001110 | 1010100 |
Color Harmonies of #F6DAB8
Complementary color
Monochromatic Colors of #F6DAB8
Black with #F6DAB8
Text Example
Text Example
White with #F6DAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAB8; }
p { color: rgb(246,218,184); }
H1.HeaderClassName
{
color: #F6DAB8;
}
.AnyTagClassName
{
color: #F6DAB8;
}
</style>
background-color css
<style>
a { background-color: #F6DAB8; }
a { background-color: rgb(246,218,184); }
div.DivClassName
{
background-color: #F6DAB8;
}
.BgClassName
{
background-color: #F6DAB8;
}
</style>
border-color css
<style>
span { border-color: #F6DAB8; }
span { border-color: rgb(246,218,184); }
td.TdClassName
{
border-color: #F6DAB8;
}
.TagClassName
{
border-color: #F6DAB8;
}
</style>