Shades of Light Pink #FFAAB4
Tints of Light Pink #FFAAB4
RGB
CMYK
RGB Variations
Color information
#FFAAB4 (or 0xFFAAB4) is known color: Light Pink. HEX triplet: FF, AA and B4. RGB value is (255,170,180). Sum of RGB (Red+Green+Blue) = 255+170+180=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAB4 is #00554B. Grayscale: #C4C4C4. Windows color (decimal): -21836 or 11840255. OLE color: 11840255.
HSL color Cylindrical-coordinate representation of color #FFAAB4: hue angle of 352.94º 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 #FFAAB4 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 180 | - |
| CMYK | 0 | 0.33 | 0.29 | 0 |
| HSL | 352.94º | 1% | 0.83% | - |
| HSV(B) | 352.94º | 0.33% | 1% | - |
| XYZ | 63.85 | 53.3 | 50.1 | - |
| YUV | 196.56 | 118.66 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 180 | 0 | 0.33 | 0.29 | 0 | 352.94 | 1 | 0.83 |
| Hex | FF | AA | B4 | 0 | 21 | 1D | 0 | 161 | 64 | 53 |
| Octal | 377 | 252 | 264 | 0 | 41 | 35 | 0 | 541 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10110100 | 0 | 100001 | 11101 | 0 | 101100001 | 1100100 | 1010011 |
Color Harmonies of #FFAAB4
Complementary color
Monochromatic Colors of #FFAAB4
Black with #FFAAB4
Text Example
Text Example
White with #FFAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAB4; }
p { color: rgb(255,170,180); }
H1.HeaderClassName
{
color: #FFAAB4;
}
.AnyTagClassName
{
color: #FFAAB4;
}
</style>
background-color css
<style>
a { background-color: #FFAAB4; }
a { background-color: rgb(255,170,180); }
div.DivClassName
{
background-color: #FFAAB4;
}
.BgClassName
{
background-color: #FFAAB4;
}
</style>
border-color css
<style>
span { border-color: #FFAAB4; }
span { border-color: rgb(255,170,180); }
td.TdClassName
{
border-color: #FFAAB4;
}
.TagClassName
{
border-color: #FFAAB4;
}
</style>