Shades of Light Pink #FFA6AD
Tints of Light Pink #FFA6AD
RGB
CMYK
RGB Variations
Color information
#FFA6AD (or 0xFFA6AD) is known color: Light Pink. HEX triplet: FF, A6 and AD. RGB value is (255,166,173). Sum of RGB (Red+Green+Blue) = 255+166+173=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 166 (65.23% from 255 or 27.95% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6AD is #005952. Grayscale: #C1C1C1. Windows color (decimal): -22867 or 11380479. OLE color: 11380479.
HSL color Cylindrical-coordinate representation of color #FFA6AD: hue angle of 355.28º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA6AD is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 173 | - |
| CMYK | 0 | 0.35 | 0.32 | 0 |
| HSL | 355.28º | 1% | 0.83% | - |
| HSV(B) | 355.28º | 0.35% | 1% | - |
| XYZ | 62.42 | 51.55 | 46.2 | - |
| YUV | 193.41 | 116.49 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 173 | 0 | 0.35 | 0.32 | 0 | 355.28 | 1 | 0.83 |
| Hex | FF | A6 | AD | 0 | 23 | 20 | 0 | 163 | 64 | 53 |
| Octal | 377 | 246 | 255 | 0 | 43 | 40 | 0 | 543 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10101101 | 0 | 100011 | 100000 | 0 | 101100011 | 1100100 | 1010011 |
Color Harmonies of #FFA6AD
Complementary color
Monochromatic Colors of #FFA6AD
Black with #FFA6AD
Text Example
Text Example
White with #FFA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6AD; }
p { color: rgb(255,166,173); }
H1.HeaderClassName
{
color: #FFA6AD;
}
.AnyTagClassName
{
color: #FFA6AD;
}
</style>
background-color css
<style>
a { background-color: #FFA6AD; }
a { background-color: rgb(255,166,173); }
div.DivClassName
{
background-color: #FFA6AD;
}
.BgClassName
{
background-color: #FFA6AD;
}
</style>
border-color css
<style>
span { border-color: #FFA6AD; }
span { border-color: rgb(255,166,173); }
td.TdClassName
{
border-color: #FFA6AD;
}
.TagClassName
{
border-color: #FFA6AD;
}
</style>