Shades of Light Pink #FFAAB2
Tints of Light Pink #FFAAB2
RGB
CMYK
RGB Variations
Color information
#FFAAB2 (or 0xFFAAB2) is known color: Light Pink. HEX triplet: FF, AA and B2. RGB value is (255,170,178). Sum of RGB (Red+Green+Blue) = 255+170+178=603 (79% of max value = 765). Red value is 255 (100% from 255 or 42.29% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAB2 is #00554D. Grayscale: #C4C4C4. Windows color (decimal): -21838 or 11709183. OLE color: 11709183.
HSL color Cylindrical-coordinate representation of color #FFAAB2: hue angle of 354.35º 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 #FFAAB2 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 178 | - |
| CMYK | 0 | 0.33 | 0.30 | 0 |
| HSL | 354.35º | 1% | 0.83% | - |
| HSV(B) | 354.35º | 0.33% | 1% | - |
| XYZ | 63.65 | 53.22 | 49.04 | - |
| YUV | 196.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 178 | 0 | 0.33 | 0.30 | 0 | 354.35 | 1 | 0.83 |
| Hex | FF | AA | B2 | 0 | 21 | 1E | 0 | 162 | 64 | 53 |
| Octal | 377 | 252 | 262 | 0 | 41 | 36 | 0 | 542 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10110010 | 0 | 100001 | 11110 | 0 | 101100010 | 1100100 | 1010011 |
Color Harmonies of #FFAAB2
Complementary color
Monochromatic Colors of #FFAAB2
Black with #FFAAB2
Text Example
Text Example
White with #FFAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAB2; }
p { color: rgb(255,170,178); }
H1.HeaderClassName
{
color: #FFAAB2;
}
.AnyTagClassName
{
color: #FFAAB2;
}
</style>
background-color css
<style>
a { background-color: #FFAAB2; }
a { background-color: rgb(255,170,178); }
div.DivClassName
{
background-color: #FFAAB2;
}
.BgClassName
{
background-color: #FFAAB2;
}
</style>
border-color css
<style>
span { border-color: #FFAAB2; }
span { border-color: rgb(255,170,178); }
td.TdClassName
{
border-color: #FFAAB2;
}
.TagClassName
{
border-color: #FFAAB2;
}
</style>