Shades of Light Pink #FFAAB6
Tints of Light Pink #FFAAB6
RGB
CMYK
RGB Variations
Color information
#FFAAB6 (or 0xFFAAB6) is known color: Light Pink. HEX triplet: FF, AA and B6. RGB value is (255,170,182). Sum of RGB (Red+Green+Blue) = 255+170+182=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAB6 is #005549. Grayscale: #C4C4C4. Windows color (decimal): -21834 or 11971327. OLE color: 11971327.
HSL color Cylindrical-coordinate representation of color #FFAAB6: hue angle of 351.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAB6 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 182 | - |
| CMYK | 0 | 0.33 | 0.29 | 0 |
| HSL | 351.53º | 1% | 0.83% | - |
| HSV(B) | 351.53º | 0.33% | 1% | - |
| XYZ | 64.06 | 53.39 | 51.18 | - |
| YUV | 196.78 | 119.66 | 169.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 182 | 0 | 0.33 | 0.29 | 0 | 351.53 | 1 | 0.83 |
| Hex | FF | AA | B6 | 0 | 21 | 1D | 0 | 160 | 64 | 53 |
| Octal | 377 | 252 | 266 | 0 | 41 | 35 | 0 | 540 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10110110 | 0 | 100001 | 11101 | 0 | 101100000 | 1100100 | 1010011 |
Color Harmonies of #FFAAB6
Complementary color
Monochromatic Colors of #FFAAB6
Black with #FFAAB6
Text Example
Text Example
White with #FFAAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAB6; }
p { color: rgb(255,170,182); }
H1.HeaderClassName
{
color: #FFAAB6;
}
.AnyTagClassName
{
color: #FFAAB6;
}
</style>
background-color css
<style>
a { background-color: #FFAAB6; }
a { background-color: rgb(255,170,182); }
div.DivClassName
{
background-color: #FFAAB6;
}
.BgClassName
{
background-color: #FFAAB6;
}
</style>
border-color css
<style>
span { border-color: #FFAAB6; }
span { border-color: rgb(255,170,182); }
td.TdClassName
{
border-color: #FFAAB6;
}
.TagClassName
{
border-color: #FFAAB6;
}
</style>