Shades of Pink Lady #F5D7AF
Tints of Pink Lady #F5D7AF
RGB
CMYK
RGB Variations
Color information
#F5D7AF (or 0xF5D7AF) is known color: Pink Lady. HEX triplet: F5, D7 and AF. RGB value is (245,215,175). Sum of RGB (Red+Green+Blue) = 245+215+175=635 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.58% from 635); Green value is 215 (84.38% from 255 or 33.86% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D7AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D7AF is #0A2850. Grayscale: #DBDBDB. Windows color (decimal): -665681 or 11524085. OLE color: 11524085.
HSL color Cylindrical-coordinate representation of color #F5D7AF: hue angle of 34.29º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5D7AF is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 175 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.04 |
| HSL | 34.29º | 0.78% | 0.82% | - |
| HSV(B) | 34.29º | 0.29% | 0.96% | - |
| XYZ | 69.69 | 71.11 | 50.61 | - |
| YUV | 219.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 175 | 0 | 0.12 | 0.29 | 0.04 | 34.29 | 0.78 | 0.82 |
| Hex | F5 | D7 | AF | 0 | C | 1D | 4 | 22 | 4E | 52 |
| Octal | 365 | 327 | 257 | 0 | 14 | 35 | 4 | 42 | 116 | 122 |
| Binary | 11110101 | 11010111 | 10101111 | 0 | 1100 | 11101 | 100 | 100010 | 1001110 | 1010010 |
Color Harmonies of #F5D7AF
Complementary color
Monochromatic Colors of #F5D7AF
Black with #F5D7AF
Text Example
Text Example
White with #F5D7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D7AF; }
p { color: rgb(245,215,175); }
H1.HeaderClassName
{
color: #F5D7AF;
}
.AnyTagClassName
{
color: #F5D7AF;
}
</style>
background-color css
<style>
a { background-color: #F5D7AF; }
a { background-color: rgb(245,215,175); }
div.DivClassName
{
background-color: #F5D7AF;
}
.BgClassName
{
background-color: #F5D7AF;
}
</style>
border-color css
<style>
span { border-color: #F5D7AF; }
span { border-color: rgb(245,215,175); }
td.TdClassName
{
border-color: #F5D7AF;
}
.TagClassName
{
border-color: #F5D7AF;
}
</style>