Shades of Pink Lady #F5DAB6
Tints of Pink Lady #F5DAB6
RGB
CMYK
RGB Variations
Color information
#F5DAB6 (or 0xF5DAB6) is known color: Pink Lady. HEX triplet: F5, DA and B6. RGB value is (245,218,182). Sum of RGB (Red+Green+Blue) = 245+218+182=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 182 (71.48% from 255 or 28.22% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DAB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DAB6 is #0A2549. Grayscale: #DEDEDE. Windows color (decimal): -664906 or 11983605. OLE color: 11983605.
HSL color Cylindrical-coordinate representation of color #F5DAB6: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5DAB6 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 182 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.04 |
| HSL | 34.29º | 0.76% | 0.84% | - |
| HSV(B) | 34.29º | 0.26% | 0.96% | - |
| XYZ | 71.17 | 72.93 | 54.58 | - |
| YUV | 221.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 182 | 0 | 0.11 | 0.26 | 0.04 | 34.29 | 0.76 | 0.84 |
| Hex | F5 | DA | B6 | 0 | B | 1A | 4 | 22 | 4C | 54 |
| Octal | 365 | 332 | 266 | 0 | 13 | 32 | 4 | 42 | 114 | 124 |
| Binary | 11110101 | 11011010 | 10110110 | 0 | 1011 | 11010 | 100 | 100010 | 1001100 | 1010100 |
Color Harmonies of #F5DAB6
Complementary color
Monochromatic Colors of #F5DAB6
Black with #F5DAB6
Text Example
Text Example
White with #F5DAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DAB6; }
p { color: rgb(245,218,182); }
H1.HeaderClassName
{
color: #F5DAB6;
}
.AnyTagClassName
{
color: #F5DAB6;
}
</style>
background-color css
<style>
a { background-color: #F5DAB6; }
a { background-color: rgb(245,218,182); }
div.DivClassName
{
background-color: #F5DAB6;
}
.BgClassName
{
background-color: #F5DAB6;
}
</style>
border-color css
<style>
span { border-color: #F5DAB6; }
span { border-color: rgb(245,218,182); }
td.TdClassName
{
border-color: #F5DAB6;
}
.TagClassName
{
border-color: #F5DAB6;
}
</style>