Shades of Pink Lady #F5DDBB
Tints of Pink Lady #F5DDBB
RGB
CMYK
RGB Variations
Color information
#F5DDBB (or 0xF5DDBB) is known color: Pink Lady. HEX triplet: F5, DD and BB. RGB value is (245,221,187). Sum of RGB (Red+Green+Blue) = 245+221+187=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 187 (73.44% from 255 or 28.64% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDBB is #0A2244. Grayscale: #E0E0E0. Windows color (decimal): -664133 or 12312053. OLE color: 12312053.
HSL color Cylindrical-coordinate representation of color #F5DDBB: hue angle of 35.17º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F5DDBB is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 187 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.04 |
| HSL | 35.17º | 0.74% | 0.85% | - |
| HSV(B) | 35.17º | 0.24% | 0.96% | - |
| XYZ | 72.48 | 74.71 | 57.61 | - |
| YUV | 224.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 187 | 0 | 0.10 | 0.24 | 0.04 | 35.17 | 0.74 | 0.85 |
| Hex | F5 | DD | BB | 0 | A | 18 | 4 | 23 | 4A | 55 |
| Octal | 365 | 335 | 273 | 0 | 12 | 30 | 4 | 43 | 112 | 125 |
| Binary | 11110101 | 11011101 | 10111011 | 0 | 1010 | 11000 | 100 | 100011 | 1001010 | 1010101 |
Color Harmonies of #F5DDBB
Complementary color
Monochromatic Colors of #F5DDBB
Black with #F5DDBB
Text Example
Text Example
White with #F5DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DDBB; }
p { color: rgb(245,221,187); }
H1.HeaderClassName
{
color: #F5DDBB;
}
.AnyTagClassName
{
color: #F5DDBB;
}
</style>
background-color css
<style>
a { background-color: #F5DDBB; }
a { background-color: rgb(245,221,187); }
div.DivClassName
{
background-color: #F5DDBB;
}
.BgClassName
{
background-color: #F5DDBB;
}
</style>
border-color css
<style>
span { border-color: #F5DDBB; }
span { border-color: rgb(245,221,187); }
td.TdClassName
{
border-color: #F5DDBB;
}
.TagClassName
{
border-color: #F5DDBB;
}
</style>