Shades of Pink Lady #F6D8AF
Tints of Pink Lady #F6D8AF
RGB
CMYK
RGB Variations
Color information
#F6D8AF (or 0xF6D8AF) is known color: Pink Lady. HEX triplet: F6, D8 and AF. RGB value is (246,216,175). Sum of RGB (Red+Green+Blue) = 246+216+175=637 (84% of max value = 765). Red value is 246 (96.48% from 255 or 38.62% from 637); Green value is 216 (84.77% from 255 or 33.91% from 637); Blue value is 175 (68.75% from 255 or 27.47% from 637); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D8AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D8AF is #092750. Grayscale: #DCDCDC. Windows color (decimal): -599889 or 11524342. OLE color: 11524342.
HSL color Cylindrical-coordinate representation of color #F6D8AF: hue angle of 34.65º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6D8AF is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 216 | 175 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.04 |
| HSL | 34.65º | 0.8% | 0.83% | - |
| HSV(B) | 34.65º | 0.29% | 0.96% | - |
| XYZ | 70.3 | 71.8 | 50.71 | - |
| YUV | 220.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 216 | 175 | 0 | 0.12 | 0.29 | 0.04 | 34.65 | 0.8 | 0.83 |
| Hex | F6 | D8 | AF | 0 | C | 1D | 4 | 23 | 50 | 53 |
| Octal | 366 | 330 | 257 | 0 | 14 | 35 | 4 | 43 | 120 | 123 |
| Binary | 11110110 | 11011000 | 10101111 | 0 | 1100 | 11101 | 100 | 100011 | 1010000 | 1010011 |
Color Harmonies of #F6D8AF
Complementary color
Monochromatic Colors of #F6D8AF
Black with #F6D8AF
Text Example
Text Example
White with #F6D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D8AF; }
p { color: rgb(246,216,175); }
H1.HeaderClassName
{
color: #F6D8AF;
}
.AnyTagClassName
{
color: #F6D8AF;
}
</style>
background-color css
<style>
a { background-color: #F6D8AF; }
a { background-color: rgb(246,216,175); }
div.DivClassName
{
background-color: #F6D8AF;
}
.BgClassName
{
background-color: #F6D8AF;
}
</style>
border-color css
<style>
span { border-color: #F6D8AF; }
span { border-color: rgb(246,216,175); }
td.TdClassName
{
border-color: #F6D8AF;
}
.TagClassName
{
border-color: #F6D8AF;
}
</style>