Shades of Pink Lady #F5DABD
Tints of Pink Lady #F5DABD
RGB
CMYK
RGB Variations
Color information
#F5DABD (or 0xF5DABD) is known color: Pink Lady. HEX triplet: F5, DA and BD. RGB value is (245,218,189). Sum of RGB (Red+Green+Blue) = 245+218+189=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DABD is #0A2542. Grayscale: #DEDEDE. Windows color (decimal): -664899 or 12442357. OLE color: 12442357.
HSL color Cylindrical-coordinate representation of color #F5DABD: hue angle of 31.07º degrees, saturation: 0.74, 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 #F5DABD is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 189 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.04 |
| HSL | 31.07º | 0.74% | 0.85% | - |
| HSV(B) | 31.07º | 0.23% | 0.96% | - |
| XYZ | 71.91 | 73.23 | 58.49 | - |
| YUV | 222.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 189 | 0 | 0.11 | 0.23 | 0.04 | 31.07 | 0.74 | 0.85 |
| Hex | F5 | DA | BD | 0 | B | 17 | 4 | 1F | 4A | 55 |
| Octal | 365 | 332 | 275 | 0 | 13 | 27 | 4 | 37 | 112 | 125 |
| Binary | 11110101 | 11011010 | 10111101 | 0 | 1011 | 10111 | 100 | 11111 | 1001010 | 1010101 |
Color Harmonies of #F5DABD
Complementary color
Monochromatic Colors of #F5DABD
Black with #F5DABD
Text Example
Text Example
White with #F5DABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DABD; }
p { color: rgb(245,218,189); }
H1.HeaderClassName
{
color: #F5DABD;
}
.AnyTagClassName
{
color: #F5DABD;
}
</style>
background-color css
<style>
a { background-color: #F5DABD; }
a { background-color: rgb(245,218,189); }
div.DivClassName
{
background-color: #F5DABD;
}
.BgClassName
{
background-color: #F5DABD;
}
</style>
border-color css
<style>
span { border-color: #F5DABD; }
span { border-color: rgb(245,218,189); }
td.TdClassName
{
border-color: #F5DABD;
}
.TagClassName
{
border-color: #F5DABD;
}
</style>