Shades of Light Pink #FFA6AA
Tints of Light Pink #FFA6AA
RGB
CMYK
RGB Variations
Color information
#FFA6AA (or 0xFFA6AA) is known color: Light Pink. HEX triplet: FF, A6 and AA. RGB value is (255,166,170). Sum of RGB (Red+Green+Blue) = 255+166+170=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 166 (65.23% from 255 or 28.09% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6AA is #005955. Grayscale: #C1C1C1. Windows color (decimal): -22870 or 11183871. OLE color: 11183871.
HSL color Cylindrical-coordinate representation of color #FFA6AA: hue angle of 357.3º 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 #FFA6AA is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 170 | - |
| CMYK | 0 | 0.35 | 0.33 | 0 |
| HSL | 357.3º | 1% | 0.83% | - |
| HSV(B) | 357.3º | 0.35% | 1% | - |
| XYZ | 62.13 | 51.43 | 44.68 | - |
| YUV | 193.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 170 | 0 | 0.35 | 0.33 | 0 | 357.3 | 1 | 0.83 |
| Hex | FF | A6 | AA | 0 | 23 | 21 | 0 | 165 | 64 | 53 |
| Octal | 377 | 246 | 252 | 0 | 43 | 41 | 0 | 545 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10101010 | 0 | 100011 | 100001 | 0 | 101100101 | 1100100 | 1010011 |
Color Harmonies of #FFA6AA
Complementary color
Monochromatic Colors of #FFA6AA
Black with #FFA6AA
Text Example
Text Example
White with #FFA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6AA; }
p { color: rgb(255,166,170); }
H1.HeaderClassName
{
color: #FFA6AA;
}
.AnyTagClassName
{
color: #FFA6AA;
}
</style>
background-color css
<style>
a { background-color: #FFA6AA; }
a { background-color: rgb(255,166,170); }
div.DivClassName
{
background-color: #FFA6AA;
}
.BgClassName
{
background-color: #FFA6AA;
}
</style>
border-color css
<style>
span { border-color: #FFA6AA; }
span { border-color: rgb(255,166,170); }
td.TdClassName
{
border-color: #FFA6AA;
}
.TagClassName
{
border-color: #FFA6AA;
}
</style>