Shades of Pink Lady #F5DCBC
Tints of Pink Lady #F5DCBC
RGB
CMYK
RGB Variations
Color information
#F5DCBC (or 0xF5DCBC) is known color: Pink Lady. HEX triplet: F5, DC and BC. RGB value is (245,220,188). Sum of RGB (Red+Green+Blue) = 245+220+188=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 220 (86.33% from 255 or 33.69% from 653); Blue value is 188 (73.83% from 255 or 28.79% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCBC is #0A2343. Grayscale: #DFDFDF. Windows color (decimal): -664388 or 12377333. OLE color: 12377333.
HSL color Cylindrical-coordinate representation of color #F5DCBC: hue angle of 33.68º degrees, saturation: 0.74, 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 #F5DCBC is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 188 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.04 |
| HSL | 33.68º | 0.74% | 0.85% | - |
| HSV(B) | 33.68º | 0.23% | 0.96% | - |
| XYZ | 72.33 | 74.23 | 58.09 | - |
| YUV | 223.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 188 | 0 | 0.10 | 0.23 | 0.04 | 33.68 | 0.74 | 0.85 |
| Hex | F5 | DC | BC | 0 | A | 17 | 4 | 22 | 4A | 55 |
| Octal | 365 | 334 | 274 | 0 | 12 | 27 | 4 | 42 | 112 | 125 |
| Binary | 11110101 | 11011100 | 10111100 | 0 | 1010 | 10111 | 100 | 100010 | 1001010 | 1010101 |
Color Harmonies of #F5DCBC
Complementary color
Monochromatic Colors of #F5DCBC
Black with #F5DCBC
Text Example
Text Example
White with #F5DCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DCBC; }
p { color: rgb(245,220,188); }
H1.HeaderClassName
{
color: #F5DCBC;
}
.AnyTagClassName
{
color: #F5DCBC;
}
</style>
background-color css
<style>
a { background-color: #F5DCBC; }
a { background-color: rgb(245,220,188); }
div.DivClassName
{
background-color: #F5DCBC;
}
.BgClassName
{
background-color: #F5DCBC;
}
</style>
border-color css
<style>
span { border-color: #F5DCBC; }
span { border-color: rgb(245,220,188); }
td.TdClassName
{
border-color: #F5DCBC;
}
.TagClassName
{
border-color: #F5DCBC;
}
</style>