Shades of Pink Lady #F8D5AF
Tints of Pink Lady #F8D5AF
RGB
CMYK
RGB Variations
Color information
#F8D5AF (or 0xF8D5AF) is known color: Pink Lady. HEX triplet: F8, D5 and AF. RGB value is (248,213,175). Sum of RGB (Red+Green+Blue) = 248+213+175=636 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.99% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 175 (68.75% from 255 or 27.52% from 636); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D5AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D5AF is #072A50. Grayscale: #DBDBDB. Windows color (decimal): -469585 or 11523576. OLE color: 11523576.
HSL color Cylindrical-coordinate representation of color #F8D5AF: hue angle of 31.23º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8D5AF is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 213 | 175 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.03 |
| HSL | 31.23º | 0.84% | 0.83% | - |
| HSV(B) | 31.23º | 0.29% | 0.97% | - |
| XYZ | 70.24 | 70.64 | 50.49 | - |
| YUV | 219.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 213 | 175 | 0 | 0.14 | 0.29 | 0.03 | 31.23 | 0.84 | 0.83 |
| Hex | F8 | D5 | AF | 0 | E | 1D | 3 | 1F | 54 | 53 |
| Octal | 370 | 325 | 257 | 0 | 16 | 35 | 3 | 37 | 124 | 123 |
| Binary | 11111000 | 11010101 | 10101111 | 0 | 1110 | 11101 | 11 | 11111 | 1010100 | 1010011 |
Color Harmonies of #F8D5AF
Complementary color
Monochromatic Colors of #F8D5AF
Black with #F8D5AF
Text Example
Text Example
White with #F8D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D5AF; }
p { color: rgb(248,213,175); }
H1.HeaderClassName
{
color: #F8D5AF;
}
.AnyTagClassName
{
color: #F8D5AF;
}
</style>
background-color css
<style>
a { background-color: #F8D5AF; }
a { background-color: rgb(248,213,175); }
div.DivClassName
{
background-color: #F8D5AF;
}
.BgClassName
{
background-color: #F8D5AF;
}
</style>
border-color css
<style>
span { border-color: #F8D5AF; }
span { border-color: rgb(248,213,175); }
td.TdClassName
{
border-color: #F8D5AF;
}
.TagClassName
{
border-color: #F8D5AF;
}
</style>