Shades of Pink Lady #F7DBBB
Tints of Pink Lady #F7DBBB
RGB
CMYK
RGB Variations
Color information
#F7DBBB (or 0xF7DBBB) is known color: Pink Lady. HEX triplet: F7, DB and BB. RGB value is (247,219,187). Sum of RGB (Red+Green+Blue) = 247+219+187=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7DBBB is #082444. Grayscale: #DFDFDF. Windows color (decimal): -533573 or 12311543. OLE color: 12311543.
HSL color Cylindrical-coordinate representation of color #F7DBBB: hue angle of 32º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7DBBB is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 219 | 187 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.03 |
| HSL | 32º | 0.79% | 0.85% | - |
| HSV(B) | 32º | 0.24% | 0.97% | - |
| XYZ | 72.66 | 74.03 | 57.47 | - |
| YUV | 223.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 219 | 187 | 0 | 0.11 | 0.24 | 0.03 | 32 | 0.79 | 0.85 |
| Hex | F7 | DB | BB | 0 | B | 18 | 3 | 20 | 4F | 55 |
| Octal | 367 | 333 | 273 | 0 | 13 | 30 | 3 | 40 | 117 | 125 |
| Binary | 11110111 | 11011011 | 10111011 | 0 | 1011 | 11000 | 11 | 100000 | 1001111 | 1010101 |
Color Harmonies of #F7DBBB
Complementary color
Monochromatic Colors of #F7DBBB
Black with #F7DBBB
Text Example
Text Example
White with #F7DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DBBB; }
p { color: rgb(247,219,187); }
H1.HeaderClassName
{
color: #F7DBBB;
}
.AnyTagClassName
{
color: #F7DBBB;
}
</style>
background-color css
<style>
a { background-color: #F7DBBB; }
a { background-color: rgb(247,219,187); }
div.DivClassName
{
background-color: #F7DBBB;
}
.BgClassName
{
background-color: #F7DBBB;
}
</style>
border-color css
<style>
span { border-color: #F7DBBB; }
span { border-color: rgb(247,219,187); }
td.TdClassName
{
border-color: #F7DBBB;
}
.TagClassName
{
border-color: #F7DBBB;
}
</style>