Shades of Pink Lady #F7D4AF
Tints of Pink Lady #F7D4AF
RGB
CMYK
RGB Variations
Color information
#F7D4AF (or 0xF7D4AF) is known color: Pink Lady. HEX triplet: F7, D4 and AF. RGB value is (247,212,175). Sum of RGB (Red+Green+Blue) = 247+212+175=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 212 (83.20% from 255 or 33.44% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D4AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D4AF is #082B50. Grayscale: #DADADA. Windows color (decimal): -535377 or 11523319. OLE color: 11523319.
HSL color Cylindrical-coordinate representation of color #F7D4AF: hue angle of 30.83º degrees, saturation: 0.82, 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 #F7D4AF is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 212 | 175 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.03 |
| HSL | 30.83º | 0.82% | 0.83% | - |
| HSV(B) | 30.83º | 0.29% | 0.97% | - |
| XYZ | 69.64 | 69.96 | 50.39 | - |
| YUV | 218.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 212 | 175 | 0 | 0.14 | 0.29 | 0.03 | 30.83 | 0.82 | 0.83 |
| Hex | F7 | D4 | AF | 0 | E | 1D | 3 | 1F | 52 | 53 |
| Octal | 367 | 324 | 257 | 0 | 16 | 35 | 3 | 37 | 122 | 123 |
| Binary | 11110111 | 11010100 | 10101111 | 0 | 1110 | 11101 | 11 | 11111 | 1010010 | 1010011 |
Color Harmonies of #F7D4AF
Complementary color
Monochromatic Colors of #F7D4AF
Black with #F7D4AF
Text Example
Text Example
White with #F7D4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D4AF; }
p { color: rgb(247,212,175); }
H1.HeaderClassName
{
color: #F7D4AF;
}
.AnyTagClassName
{
color: #F7D4AF;
}
</style>
background-color css
<style>
a { background-color: #F7D4AF; }
a { background-color: rgb(247,212,175); }
div.DivClassName
{
background-color: #F7D4AF;
}
.BgClassName
{
background-color: #F7D4AF;
}
</style>
border-color css
<style>
span { border-color: #F7D4AF; }
span { border-color: rgb(247,212,175); }
td.TdClassName
{
border-color: #F7D4AF;
}
.TagClassName
{
border-color: #F7D4AF;
}
</style>