Shades of Pink Lady #F5DCBB
Tints of Pink Lady #F5DCBB
RGB
CMYK
RGB Variations
Color information
#F5DCBB (or 0xF5DCBB) is known color: Pink Lady. HEX triplet: F5, DC and BB. RGB value is (245,220,187). Sum of RGB (Red+Green+Blue) = 245+220+187=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 187 (73.44% from 255 or 28.68% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCBB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCBB is #0A2344. Grayscale: #DFDFDF. Windows color (decimal): -664389 or 12311797. OLE color: 12311797.
HSL color Cylindrical-coordinate representation of color #F5DCBB: hue angle of 34.14º 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 #F5DCBB is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 187 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.04 |
| HSL | 34.14º | 0.74% | 0.85% | - |
| HSV(B) | 34.14º | 0.24% | 0.96% | - |
| XYZ | 72.22 | 74.19 | 57.53 | - |
| YUV | 223.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 187 | 0 | 0.10 | 0.24 | 0.04 | 34.14 | 0.74 | 0.85 |
| Hex | F5 | DC | BB | 0 | A | 18 | 4 | 22 | 4A | 55 |
| Octal | 365 | 334 | 273 | 0 | 12 | 30 | 4 | 42 | 112 | 125 |
| Binary | 11110101 | 11011100 | 10111011 | 0 | 1010 | 11000 | 100 | 100010 | 1001010 | 1010101 |
Color Harmonies of #F5DCBB
Complementary color
Monochromatic Colors of #F5DCBB
Black with #F5DCBB
Text Example
Text Example
White with #F5DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCBB; }
p { color: rgb(245,220,187); }
H1.HeaderClassName
{
color: #F5DCBB;
}
.AnyTagClassName
{
color: #F5DCBB;
}
</style>
background-color css
<style>
a { background-color: #F5DCBB; }
a { background-color: rgb(245,220,187); }
div.DivClassName
{
background-color: #F5DCBB;
}
.BgClassName
{
background-color: #F5DCBB;
}
</style>
border-color css
<style>
span { border-color: #F5DCBB; }
span { border-color: rgb(245,220,187); }
td.TdClassName
{
border-color: #F5DCBB;
}
.TagClassName
{
border-color: #F5DCBB;
}
</style>