Shades of Light Pink #FFAAAF
Tints of Light Pink #FFAAAF
RGB
CMYK
RGB Variations
Color information
#FFAAAF (or 0xFFAAAF) is known color: Light Pink. HEX triplet: FF, AA and AF. RGB value is (255,170,175). Sum of RGB (Red+Green+Blue) = 255+170+175=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAAF is #005550. Grayscale: #C4C4C4. Windows color (decimal): -21841 or 11512575. OLE color: 11512575.
HSL color Cylindrical-coordinate representation of color #FFAAAF: hue angle of 356.47º 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 #FFAAAF is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 175 | - |
| CMYK | 0 | 0.33 | 0.31 | 0 |
| HSL | 356.47º | 1% | 0.83% | - |
| HSV(B) | 356.47º | 0.33% | 1% | - |
| XYZ | 63.35 | 53.1 | 47.47 | - |
| YUV | 195.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 175 | 0 | 0.33 | 0.31 | 0 | 356.47 | 1 | 0.83 |
| Hex | FF | AA | AF | 0 | 21 | 1F | 0 | 164 | 64 | 53 |
| Octal | 377 | 252 | 257 | 0 | 41 | 37 | 0 | 544 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10101111 | 0 | 100001 | 11111 | 0 | 101100100 | 1100100 | 1010011 |
Color Harmonies of #FFAAAF
Complementary color
Monochromatic Colors of #FFAAAF
Black with #FFAAAF
Text Example
Text Example
White with #FFAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAAF; }
p { color: rgb(255,170,175); }
H1.HeaderClassName
{
color: #FFAAAF;
}
.AnyTagClassName
{
color: #FFAAAF;
}
</style>
background-color css
<style>
a { background-color: #FFAAAF; }
a { background-color: rgb(255,170,175); }
div.DivClassName
{
background-color: #FFAAAF;
}
.BgClassName
{
background-color: #FFAAAF;
}
</style>
border-color css
<style>
span { border-color: #FFAAAF; }
span { border-color: rgb(255,170,175); }
td.TdClassName
{
border-color: #FFAAAF;
}
.TagClassName
{
border-color: #FFAAAF;
}
</style>