Shades of Pink Lady #F8D4AF
Tints of Pink Lady #F8D4AF
RGB
CMYK
RGB Variations
Color information
#F8D4AF (or 0xF8D4AF) is known color: Pink Lady. HEX triplet: F8, D4 and AF. RGB value is (248,212,175). Sum of RGB (Red+Green+Blue) = 248+212+175=635 (84% of max value = 765). Red value is 248 (97.27% from 255 or 39.06% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 175 (68.75% from 255 or 27.56% from 635); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D4AF is #072B50. Grayscale: #DADADA. Windows color (decimal): -469841 or 11523320. OLE color: 11523320.
HSL color Cylindrical-coordinate representation of color #F8D4AF: hue angle of 30.41º 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 #F8D4AF is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 212 | 175 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.03 |
| HSL | 30.41º | 0.84% | 0.83% | - |
| HSV(B) | 30.41º | 0.29% | 0.97% | - |
| XYZ | 69.99 | 70.14 | 50.41 | - |
| YUV | 218.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 212 | 175 | 0 | 0.15 | 0.29 | 0.03 | 30.41 | 0.84 | 0.83 |
| Hex | F8 | D4 | AF | 0 | F | 1D | 3 | 1E | 54 | 53 |
| Octal | 370 | 324 | 257 | 0 | 17 | 35 | 3 | 36 | 124 | 123 |
| Binary | 11111000 | 11010100 | 10101111 | 0 | 1111 | 11101 | 11 | 11110 | 1010100 | 1010011 |
Color Harmonies of #F8D4AF
Complementary color
Monochromatic Colors of #F8D4AF
Black with #F8D4AF
Text Example
Text Example
White with #F8D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D4AF; }
p { color: rgb(248,212,175); }
H1.HeaderClassName
{
color: #F8D4AF;
}
.AnyTagClassName
{
color: #F8D4AF;
}
</style>
background-color css
<style>
a { background-color: #F8D4AF; }
a { background-color: rgb(248,212,175); }
div.DivClassName
{
background-color: #F8D4AF;
}
.BgClassName
{
background-color: #F8D4AF;
}
</style>
border-color css
<style>
span { border-color: #F8D4AF; }
span { border-color: rgb(248,212,175); }
td.TdClassName
{
border-color: #F8D4AF;
}
.TagClassName
{
border-color: #F8D4AF;
}
</style>