Shades of Pink Lady #F6D3AF
Tints of Pink Lady #F6D3AF
RGB
CMYK
RGB Variations
Color information
#F6D3AF (or 0xF6D3AF) is known color: Pink Lady. HEX triplet: F6, D3 and AF. RGB value is (246,211,175). Sum of RGB (Red+Green+Blue) = 246+211+175=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 211 (82.81% from 255 or 33.39% from 632); Blue value is 175 (68.75% from 255 or 27.69% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D3AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D3AF is #092C50. Grayscale: #D9D9D9. Windows color (decimal): -601169 or 11523062. OLE color: 11523062.
HSL color Cylindrical-coordinate representation of color #F6D3AF: hue angle of 30.42º 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 #F6D3AF is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 175 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.04 |
| HSL | 30.42º | 0.8% | 0.83% | - |
| HSV(B) | 30.42º | 0.29% | 0.96% | - |
| XYZ | 69.04 | 69.28 | 50.29 | - |
| YUV | 217.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 175 | 0 | 0.14 | 0.29 | 0.04 | 30.42 | 0.8 | 0.83 |
| Hex | F6 | D3 | AF | 0 | E | 1D | 4 | 1E | 50 | 53 |
| Octal | 366 | 323 | 257 | 0 | 16 | 35 | 4 | 36 | 120 | 123 |
| Binary | 11110110 | 11010011 | 10101111 | 0 | 1110 | 11101 | 100 | 11110 | 1010000 | 1010011 |
Color Harmonies of #F6D3AF
Complementary color
Monochromatic Colors of #F6D3AF
Black with #F6D3AF
Text Example
Text Example
White with #F6D3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D3AF; }
p { color: rgb(246,211,175); }
H1.HeaderClassName
{
color: #F6D3AF;
}
.AnyTagClassName
{
color: #F6D3AF;
}
</style>
background-color css
<style>
a { background-color: #F6D3AF; }
a { background-color: rgb(246,211,175); }
div.DivClassName
{
background-color: #F6D3AF;
}
.BgClassName
{
background-color: #F6D3AF;
}
</style>
border-color css
<style>
span { border-color: #F6D3AF; }
span { border-color: rgb(246,211,175); }
td.TdClassName
{
border-color: #F6D3AF;
}
.TagClassName
{
border-color: #F6D3AF;
}
</style>