Shades of Pink Lady #F5D4B6
Tints of Pink Lady #F5D4B6
RGB
CMYK
RGB Variations
Color information
#F5D4B6 (or 0xF5D4B6) is known color: Pink Lady. HEX triplet: F5, D4 and B6. RGB value is (245,212,182). Sum of RGB (Red+Green+Blue) = 245+212+182=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 212 (83.20% from 255 or 33.18% from 639); Blue value is 182 (71.48% from 255 or 28.48% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D4B6 is #0A2B49. Grayscale: #DADADA. Windows color (decimal): -666442 or 11982069. OLE color: 11982069.
HSL color Cylindrical-coordinate representation of color #F5D4B6: hue angle of 28.57º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5D4B6 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 182 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.04 |
| HSL | 28.57º | 0.76% | 0.84% | - |
| HSV(B) | 28.57º | 0.26% | 0.96% | - |
| XYZ | 69.64 | 69.88 | 54.07 | - |
| YUV | 218.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 182 | 0 | 0.13 | 0.26 | 0.04 | 28.57 | 0.76 | 0.84 |
| Hex | F5 | D4 | B6 | 0 | D | 1A | 4 | 1D | 4C | 54 |
| Octal | 365 | 324 | 266 | 0 | 15 | 32 | 4 | 35 | 114 | 124 |
| Binary | 11110101 | 11010100 | 10110110 | 0 | 1101 | 11010 | 100 | 11101 | 1001100 | 1010100 |
Color Harmonies of #F5D4B6
Complementary color
Monochromatic Colors of #F5D4B6
Black with #F5D4B6
Text Example
Text Example
White with #F5D4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D4B6; }
p { color: rgb(245,212,182); }
H1.HeaderClassName
{
color: #F5D4B6;
}
.AnyTagClassName
{
color: #F5D4B6;
}
</style>
background-color css
<style>
a { background-color: #F5D4B6; }
a { background-color: rgb(245,212,182); }
div.DivClassName
{
background-color: #F5D4B6;
}
.BgClassName
{
background-color: #F5D4B6;
}
</style>
border-color css
<style>
span { border-color: #F5D4B6; }
span { border-color: rgb(245,212,182); }
td.TdClassName
{
border-color: #F5D4B6;
}
.TagClassName
{
border-color: #F5D4B6;
}
</style>