Shades of Pink Lady #F5D5AD
Tints of Pink Lady #F5D5AD
RGB
CMYK
RGB Variations
Color information
#F5D5AD (or 0xF5D5AD) is known color: Pink Lady. HEX triplet: F5, D5 and AD. RGB value is (245,213,173). Sum of RGB (Red+Green+Blue) = 245+213+173=631 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.83% from 631); Green value is 213 (83.59% from 255 or 33.76% from 631); Blue value is 173 (67.97% from 255 or 27.42% from 631); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D5AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D5AD is #0A2A52. Grayscale: #DADADA. Windows color (decimal): -666195 or 11392501. OLE color: 11392501.
HSL color Cylindrical-coordinate representation of color #F5D5AD: hue angle of 33.33º 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 #F5D5AD is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 213 | 173 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.04 |
| HSL | 33.33º | 0.78% | 0.82% | - |
| HSV(B) | 33.33º | 0.29% | 0.96% | - |
| XYZ | 68.99 | 70.02 | 49.41 | - |
| YUV | 218.01 | 102.6 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 213 | 173 | 0 | 0.13 | 0.29 | 0.04 | 33.33 | 0.78 | 0.82 |
| Hex | F5 | D5 | AD | 0 | D | 1D | 4 | 21 | 4E | 52 |
| Octal | 365 | 325 | 255 | 0 | 15 | 35 | 4 | 41 | 116 | 122 |
| Binary | 11110101 | 11010101 | 10101101 | 0 | 1101 | 11101 | 100 | 100001 | 1001110 | 1010010 |
Color Harmonies of #F5D5AD
Complementary color
Monochromatic Colors of #F5D5AD
Black with #F5D5AD
Text Example
Text Example
White with #F5D5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D5AD; }
p { color: rgb(245,213,173); }
H1.HeaderClassName
{
color: #F5D5AD;
}
.AnyTagClassName
{
color: #F5D5AD;
}
</style>
background-color css
<style>
a { background-color: #F5D5AD; }
a { background-color: rgb(245,213,173); }
div.DivClassName
{
background-color: #F5D5AD;
}
.BgClassName
{
background-color: #F5D5AD;
}
</style>
border-color css
<style>
span { border-color: #F5D5AD; }
span { border-color: rgb(245,213,173); }
td.TdClassName
{
border-color: #F5D5AD;
}
.TagClassName
{
border-color: #F5D5AD;
}
</style>