Shades of Pink Lady #F5DBB6
Tints of Pink Lady #F5DBB6
RGB
CMYK
RGB Variations
Color information
#F5DBB6 (or 0xF5DBB6) is known color: Pink Lady. HEX triplet: F5, DB and B6. RGB value is (245,219,182). Sum of RGB (Red+Green+Blue) = 245+219+182=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 219 (85.94% from 255 or 33.90% from 646); Blue value is 182 (71.48% from 255 or 28.17% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DBB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DBB6 is #0A2449. Grayscale: #DEDEDE. Windows color (decimal): -664650 or 11983861. OLE color: 11983861.
HSL color Cylindrical-coordinate representation of color #F5DBB6: hue angle of 35.24º 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 #F5DBB6 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 219 | 182 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.04 |
| HSL | 35.24º | 0.76% | 0.84% | - |
| HSV(B) | 35.24º | 0.26% | 0.96% | - |
| XYZ | 71.43 | 73.45 | 54.67 | - |
| YUV | 222.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 219 | 182 | 0 | 0.11 | 0.26 | 0.04 | 35.24 | 0.76 | 0.84 |
| Hex | F5 | DB | B6 | 0 | B | 1A | 4 | 23 | 4C | 54 |
| Octal | 365 | 333 | 266 | 0 | 13 | 32 | 4 | 43 | 114 | 124 |
| Binary | 11110101 | 11011011 | 10110110 | 0 | 1011 | 11010 | 100 | 100011 | 1001100 | 1010100 |
Color Harmonies of #F5DBB6
Complementary color
Monochromatic Colors of #F5DBB6
Black with #F5DBB6
Text Example
Text Example
White with #F5DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DBB6; }
p { color: rgb(245,219,182); }
H1.HeaderClassName
{
color: #F5DBB6;
}
.AnyTagClassName
{
color: #F5DBB6;
}
</style>
background-color css
<style>
a { background-color: #F5DBB6; }
a { background-color: rgb(245,219,182); }
div.DivClassName
{
background-color: #F5DBB6;
}
.BgClassName
{
background-color: #F5DBB6;
}
</style>
border-color css
<style>
span { border-color: #F5DBB6; }
span { border-color: rgb(245,219,182); }
td.TdClassName
{
border-color: #F5DBB6;
}
.TagClassName
{
border-color: #F5DBB6;
}
</style>