Shades of Light Pink #FFAAB7
Tints of Light Pink #FFAAB7
RGB
CMYK
RGB Variations
Color information
#FFAAB7 (or 0xFFAAB7) is known color: Light Pink. HEX triplet: FF, AA and B7. RGB value is (255,170,183). Sum of RGB (Red+Green+Blue) = 255+170+183=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 183 (71.88% from 255 or 30.10% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAB7 is #005548. Grayscale: #C4C4C4. Windows color (decimal): -21833 or 12036863. OLE color: 12036863.
HSL color Cylindrical-coordinate representation of color #FFAAB7: hue angle of 350.82º 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 #FFAAB7 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 183 | - |
| CMYK | 0 | 0.33 | 0.28 | 0 |
| HSL | 350.82º | 1% | 0.83% | - |
| HSV(B) | 350.82º | 0.33% | 1% | - |
| XYZ | 64.16 | 53.43 | 51.73 | - |
| YUV | 196.9 | 120.16 | 169.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 183 | 0 | 0.33 | 0.28 | 0 | 350.82 | 1 | 0.83 |
| Hex | FF | AA | B7 | 0 | 21 | 1C | 0 | 15F | 64 | 53 |
| Octal | 377 | 252 | 267 | 0 | 41 | 34 | 0 | 537 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10110111 | 0 | 100001 | 11100 | 0 | 101011111 | 1100100 | 1010011 |
Color Harmonies of #FFAAB7
Complementary color
Monochromatic Colors of #FFAAB7
Black with #FFAAB7
Text Example
Text Example
White with #FFAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAB7; }
p { color: rgb(255,170,183); }
H1.HeaderClassName
{
color: #FFAAB7;
}
.AnyTagClassName
{
color: #FFAAB7;
}
</style>
background-color css
<style>
a { background-color: #FFAAB7; }
a { background-color: rgb(255,170,183); }
div.DivClassName
{
background-color: #FFAAB7;
}
.BgClassName
{
background-color: #FFAAB7;
}
</style>
border-color css
<style>
span { border-color: #FFAAB7; }
span { border-color: rgb(255,170,183); }
td.TdClassName
{
border-color: #FFAAB7;
}
.TagClassName
{
border-color: #FFAAB7;
}
</style>