Shades of Pink Lady #F5D2B6
Tints of Pink Lady #F5D2B6
RGB
CMYK
RGB Variations
Color information
#F5D2B6 (or 0xF5D2B6) is known color: Pink Lady. HEX triplet: F5, D2 and B6. RGB value is (245,210,182). Sum of RGB (Red+Green+Blue) = 245+210+182=637 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.46% from 637); Green value is 210 (82.42% from 255 or 32.97% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D2B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5D2B6 is #0A2D49. Grayscale: #D9D9D9. Windows color (decimal): -666954 or 11981557. OLE color: 11981557.
HSL color Cylindrical-coordinate representation of color #F5D2B6: hue angle of 26.67º 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 #F5D2B6 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 182 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.04 |
| HSL | 26.67º | 0.76% | 0.84% | - |
| HSV(B) | 26.67º | 0.26% | 0.96% | - |
| XYZ | 69.15 | 68.88 | 53.91 | - |
| YUV | 217.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 182 | 0 | 0.14 | 0.26 | 0.04 | 26.67 | 0.76 | 0.84 |
| Hex | F5 | D2 | B6 | 0 | E | 1A | 4 | 1B | 4C | 54 |
| Octal | 365 | 322 | 266 | 0 | 16 | 32 | 4 | 33 | 114 | 124 |
| Binary | 11110101 | 11010010 | 10110110 | 0 | 1110 | 11010 | 100 | 11011 | 1001100 | 1010100 |
Color Harmonies of #F5D2B6
Complementary color
Monochromatic Colors of #F5D2B6
Black with #F5D2B6
Text Example
Text Example
White with #F5D2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D2B6; }
p { color: rgb(245,210,182); }
H1.HeaderClassName
{
color: #F5D2B6;
}
.AnyTagClassName
{
color: #F5D2B6;
}
</style>
background-color css
<style>
a { background-color: #F5D2B6; }
a { background-color: rgb(245,210,182); }
div.DivClassName
{
background-color: #F5D2B6;
}
.BgClassName
{
background-color: #F5D2B6;
}
</style>
border-color css
<style>
span { border-color: #F5D2B6; }
span { border-color: rgb(245,210,182); }
td.TdClassName
{
border-color: #F5D2B6;
}
.TagClassName
{
border-color: #F5D2B6;
}
</style>