Shades of Pink Lady #F7DBB8
Tints of Pink Lady #F7DBB8
RGB
CMYK
RGB Variations
Color information
#F7DBB8 (or 0xF7DBB8) is known color: Pink Lady. HEX triplet: F7, DB and B8. RGB value is (247,219,184). Sum of RGB (Red+Green+Blue) = 247+219+184=650 (86% of max value = 765). Red value is 247 (96.88% from 255 or 38% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 184 (72.27% from 255 or 28.31% from 650); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DBB8 is #082447. Grayscale: #DFDFDF. Windows color (decimal): -533576 or 12114935. OLE color: 12114935.
HSL color Cylindrical-coordinate representation of color #F7DBB8: hue angle of 33.33º degrees, saturation: 0.8, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F7DBB8 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 184 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.03 |
| HSL | 33.33º | 0.8% | 0.85% | - |
| HSV(B) | 33.33º | 0.26% | 0.97% | - |
| XYZ | 72.34 | 73.9 | 55.8 | - |
| YUV | 223.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 184 | 0 | 0.11 | 0.26 | 0.03 | 33.33 | 0.8 | 0.85 |
| Hex | F7 | DB | B8 | 0 | B | 1A | 3 | 21 | 50 | 55 |
| Octal | 367 | 333 | 270 | 0 | 13 | 32 | 3 | 41 | 120 | 125 |
| Binary | 11110111 | 11011011 | 10111000 | 0 | 1011 | 11010 | 11 | 100001 | 1010000 | 1010101 |
Color Harmonies of #F7DBB8
Complementary color
Monochromatic Colors of #F7DBB8
Black with #F7DBB8
Text Example
Text Example
White with #F7DBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBB8; }
p { color: rgb(247,219,184); }
H1.HeaderClassName
{
color: #F7DBB8;
}
.AnyTagClassName
{
color: #F7DBB8;
}
</style>
background-color css
<style>
a { background-color: #F7DBB8; }
a { background-color: rgb(247,219,184); }
div.DivClassName
{
background-color: #F7DBB8;
}
.BgClassName
{
background-color: #F7DBB8;
}
</style>
border-color css
<style>
span { border-color: #F7DBB8; }
span { border-color: rgb(247,219,184); }
td.TdClassName
{
border-color: #F7DBB8;
}
.TagClassName
{
border-color: #F7DBB8;
}
</style>