Shades of Light Pink #FAAAAF
Tints of Light Pink #FAAAAF
RGB
CMYK
RGB Variations
Color information
#FAAAAF (or 0xFAAAAF) is known color: Light Pink. HEX triplet: FA, AA and AF. RGB value is (250,170,175). Sum of RGB (Red+Green+Blue) = 250+170+175=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAAF is #055550. Grayscale: #C2C2C2. Windows color (decimal): -349521 or 11512570. OLE color: 11512570.
HSL color Cylindrical-coordinate representation of color #FAAAAF: hue angle of 356.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAAAAF is Cyan = 0, Magento = 0.32, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 175 | - |
| CMYK | 0 | 0.32 | 0.3 | 0.02 |
| HSL | 356.25º | 0.89% | 0.82% | - |
| HSV(B) | 356.25º | 0.32% | 0.98% | - |
| XYZ | 61.54 | 52.17 | 47.38 | - |
| YUV | 194.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 175 | 0 | 0.32 | 0.3 | 0.02 | 356.25 | 0.89 | 0.82 |
| Hex | FA | AA | AF | 0 | 20 | 1E | 2 | 164 | 59 | 52 |
| Octal | 372 | 252 | 257 | 0 | 40 | 36 | 2 | 544 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10101111 | 0 | 100000 | 11110 | 10 | 101100100 | 1011001 | 1010010 |
Color Harmonies of #FAAAAF
Complementary color
Monochromatic Colors of #FAAAAF
Black with #FAAAAF
Text Example
Text Example
White with #FAAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAAF; }
p { color: rgb(250,170,175); }
H1.HeaderClassName
{
color: #FAAAAF;
}
.AnyTagClassName
{
color: #FAAAAF;
}
</style>
background-color css
<style>
a { background-color: #FAAAAF; }
a { background-color: rgb(250,170,175); }
div.DivClassName
{
background-color: #FAAAAF;
}
.BgClassName
{
background-color: #FAAAAF;
}
</style>
border-color css
<style>
span { border-color: #FAAAAF; }
span { border-color: rgb(250,170,175); }
td.TdClassName
{
border-color: #FAAAAF;
}
.TagClassName
{
border-color: #FAAAAF;
}
</style>