Shades of Pink Lady #F4DBBB
Tints of Pink Lady #F4DBBB
RGB
CMYK
RGB Variations
Color information
#F4DBBB (or 0xF4DBBB) is known color: Pink Lady. HEX triplet: F4, DB and BB. RGB value is (244,219,187). Sum of RGB (Red+Green+Blue) = 244+219+187=650 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.54% from 650); Green value is 219 (85.94% from 255 or 33.69% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DBBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DBBB is #0B2444. Grayscale: #DEDEDE. Windows color (decimal): -730181 or 12311540. OLE color: 12311540.
HSL color Cylindrical-coordinate representation of color #F4DBBB: hue angle of 33.68º degrees, saturation: 0.72, 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 #F4DBBB is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 187 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.04 |
| HSL | 33.68º | 0.72% | 0.85% | - |
| HSV(B) | 33.68º | 0.23% | 0.96% | - |
| XYZ | 71.61 | 73.48 | 57.42 | - |
| YUV | 222.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 187 | 0 | 0.10 | 0.23 | 0.04 | 33.68 | 0.72 | 0.85 |
| Hex | F4 | DB | BB | 0 | A | 17 | 4 | 22 | 48 | 55 |
| Octal | 364 | 333 | 273 | 0 | 12 | 27 | 4 | 42 | 110 | 125 |
| Binary | 11110100 | 11011011 | 10111011 | 0 | 1010 | 10111 | 100 | 100010 | 1001000 | 1010101 |
Color Harmonies of #F4DBBB
Complementary color
Monochromatic Colors of #F4DBBB
Black with #F4DBBB
Text Example
Text Example
White with #F4DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DBBB; }
p { color: rgb(244,219,187); }
H1.HeaderClassName
{
color: #F4DBBB;
}
.AnyTagClassName
{
color: #F4DBBB;
}
</style>
background-color css
<style>
a { background-color: #F4DBBB; }
a { background-color: rgb(244,219,187); }
div.DivClassName
{
background-color: #F4DBBB;
}
.BgClassName
{
background-color: #F4DBBB;
}
</style>
border-color css
<style>
span { border-color: #F4DBBB; }
span { border-color: rgb(244,219,187); }
td.TdClassName
{
border-color: #F4DBBB;
}
.TagClassName
{
border-color: #F4DBBB;
}
</style>