Shades of Light Pink #FFA6AB
Tints of Light Pink #FFA6AB
RGB
CMYK
RGB Variations
Color information
#FFA6AB (or 0xFFA6AB) is known color: Light Pink. HEX triplet: FF, A6 and AB. RGB value is (255,166,171). Sum of RGB (Red+Green+Blue) = 255+166+171=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 166 (65.23% from 255 or 28.04% from 592); Blue value is 171 (67.19% from 255 or 28.89% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA6AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA6AB is #005954. Grayscale: #C1C1C1. Windows color (decimal): -22869 or 11249407. OLE color: 11249407.
HSL color Cylindrical-coordinate representation of color #FFA6AB: hue angle of 356.63º 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 #FFA6AB is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 171 | - |
| CMYK | 0 | 0.35 | 0.33 | 0 |
| HSL | 356.63º | 1% | 0.83% | - |
| HSV(B) | 356.63º | 0.35% | 1% | - |
| XYZ | 62.23 | 51.47 | 45.18 | - |
| YUV | 193.18 | 115.49 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 171 | 0 | 0.35 | 0.33 | 0 | 356.63 | 1 | 0.83 |
| Hex | FF | A6 | AB | 0 | 23 | 21 | 0 | 165 | 64 | 53 |
| Octal | 377 | 246 | 253 | 0 | 43 | 41 | 0 | 545 | 144 | 123 |
| Binary | 11111111 | 10100110 | 10101011 | 0 | 100011 | 100001 | 0 | 101100101 | 1100100 | 1010011 |
Color Harmonies of #FFA6AB
Complementary color
Monochromatic Colors of #FFA6AB
Black with #FFA6AB
Text Example
Text Example
White with #FFA6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA6AB; }
p { color: rgb(255,166,171); }
H1.HeaderClassName
{
color: #FFA6AB;
}
.AnyTagClassName
{
color: #FFA6AB;
}
</style>
background-color css
<style>
a { background-color: #FFA6AB; }
a { background-color: rgb(255,166,171); }
div.DivClassName
{
background-color: #FFA6AB;
}
.BgClassName
{
background-color: #FFA6AB;
}
</style>
border-color css
<style>
span { border-color: #FFA6AB; }
span { border-color: rgb(255,166,171); }
td.TdClassName
{
border-color: #FFA6AB;
}
.TagClassName
{
border-color: #FFA6AB;
}
</style>