Shades of Pink Lady #F6DAB4
Tints of Pink Lady #F6DAB4
RGB
CMYK
RGB Variations
Color information
#F6DAB4 (or 0xF6DAB4) is known color: Pink Lady. HEX triplet: F6, DA and B4. RGB value is (246,218,180). Sum of RGB (Red+Green+Blue) = 246+218+180=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 180 (70.70% from 255 or 27.95% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DAB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DAB4 is #09254B. Grayscale: #DEDEDE. Windows color (decimal): -599372 or 11852534. OLE color: 11852534.
HSL color Cylindrical-coordinate representation of color #F6DAB4: hue angle of 34.55º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F6DAB4 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 218 | 180 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.04 |
| HSL | 34.55º | 0.79% | 0.84% | - |
| HSV(B) | 34.55º | 0.27% | 0.96% | - |
| XYZ | 71.32 | 73.03 | 53.52 | - |
| YUV | 222.04 | 104.28 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 218 | 180 | 0 | 0.11 | 0.27 | 0.04 | 34.55 | 0.79 | 0.84 |
| Hex | F6 | DA | B4 | 0 | B | 1B | 4 | 23 | 4F | 54 |
| Octal | 366 | 332 | 264 | 0 | 13 | 33 | 4 | 43 | 117 | 124 |
| Binary | 11110110 | 11011010 | 10110100 | 0 | 1011 | 11011 | 100 | 100011 | 1001111 | 1010100 |
Color Harmonies of #F6DAB4
Complementary color
Monochromatic Colors of #F6DAB4
Black with #F6DAB4
Text Example
Text Example
White with #F6DAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DAB4; }
p { color: rgb(246,218,180); }
H1.HeaderClassName
{
color: #F6DAB4;
}
.AnyTagClassName
{
color: #F6DAB4;
}
</style>
background-color css
<style>
a { background-color: #F6DAB4; }
a { background-color: rgb(246,218,180); }
div.DivClassName
{
background-color: #F6DAB4;
}
.BgClassName
{
background-color: #F6DAB4;
}
</style>
border-color css
<style>
span { border-color: #F6DAB4; }
span { border-color: rgb(246,218,180); }
td.TdClassName
{
border-color: #F6DAB4;
}
.TagClassName
{
border-color: #F6DAB4;
}
</style>