Shades of Pink Lady #F5DBB7
Tints of Pink Lady #F5DBB7
RGB
CMYK
RGB Variations
Color information
#F5DBB7 (or 0xF5DBB7) is known color: Pink Lady. HEX triplet: F5, DB and B7. RGB value is (245,219,183). Sum of RGB (Red+Green+Blue) = 245+219+183=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 219 (85.94% from 255 or 33.85% from 647); Blue value is 183 (71.88% from 255 or 28.28% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBB7 is #0A2448. Grayscale: #DEDEDE. Windows color (decimal): -664649 or 12049397. OLE color: 12049397.
HSL color Cylindrical-coordinate representation of color #F5DBB7: hue angle of 34.84º degrees, saturation: 0.76, 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 #F5DBB7 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 183 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.04 |
| HSL | 34.84º | 0.76% | 0.84% | - |
| HSV(B) | 34.84º | 0.25% | 0.96% | - |
| XYZ | 71.53 | 73.49 | 55.22 | - |
| YUV | 222.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 183 | 0 | 0.11 | 0.25 | 0.04 | 34.84 | 0.76 | 0.84 |
| Hex | F5 | DB | B7 | 0 | B | 19 | 4 | 23 | 4C | 54 |
| Octal | 365 | 333 | 267 | 0 | 13 | 31 | 4 | 43 | 114 | 124 |
| Binary | 11110101 | 11011011 | 10110111 | 0 | 1011 | 11001 | 100 | 100011 | 1001100 | 1010100 |
Color Harmonies of #F5DBB7
Complementary color
Monochromatic Colors of #F5DBB7
Black with #F5DBB7
Text Example
Text Example
White with #F5DBB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBB7; }
p { color: rgb(245,219,183); }
H1.HeaderClassName
{
color: #F5DBB7;
}
.AnyTagClassName
{
color: #F5DBB7;
}
</style>
background-color css
<style>
a { background-color: #F5DBB7; }
a { background-color: rgb(245,219,183); }
div.DivClassName
{
background-color: #F5DBB7;
}
.BgClassName
{
background-color: #F5DBB7;
}
</style>
border-color css
<style>
span { border-color: #F5DBB7; }
span { border-color: rgb(245,219,183); }
td.TdClassName
{
border-color: #F5DBB7;
}
.TagClassName
{
border-color: #F5DBB7;
}
</style>