Shades of Light Pink #FAAAB3
Tints of Light Pink #FAAAB3
RGB
CMYK
RGB Variations
Color information
#FAAAB3 (or 0xFAAAB3) is known color: Light Pink. HEX triplet: FA, AA and B3. RGB value is (250,170,179). Sum of RGB (Red+Green+Blue) = 250+170+179=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAB3 is #05554C. Grayscale: #C2C2C2. Windows color (decimal): -349517 or 11774714. OLE color: 11774714.
HSL color Cylindrical-coordinate representation of color #FAAAB3: hue angle of 353.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 #FAAAB3 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 179 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.02 |
| HSL | 353.25º | 0.89% | 0.82% | - |
| HSV(B) | 353.25º | 0.32% | 0.98% | - |
| XYZ | 61.94 | 52.33 | 49.48 | - |
| YUV | 194.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 179 | 0 | 0.32 | 0.28 | 0.02 | 353.25 | 0.89 | 0.82 |
| Hex | FA | AA | B3 | 0 | 20 | 1C | 2 | 161 | 59 | 52 |
| Octal | 372 | 252 | 263 | 0 | 40 | 34 | 2 | 541 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10110011 | 0 | 100000 | 11100 | 10 | 101100001 | 1011001 | 1010010 |
Color Harmonies of #FAAAB3
Complementary color
Monochromatic Colors of #FAAAB3
Black with #FAAAB3
Text Example
Text Example
White with #FAAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAB3; }
p { color: rgb(250,170,179); }
H1.HeaderClassName
{
color: #FAAAB3;
}
.AnyTagClassName
{
color: #FAAAB3;
}
</style>
background-color css
<style>
a { background-color: #FAAAB3; }
a { background-color: rgb(250,170,179); }
div.DivClassName
{
background-color: #FAAAB3;
}
.BgClassName
{
background-color: #FAAAB3;
}
</style>
border-color css
<style>
span { border-color: #FAAAB3; }
span { border-color: rgb(250,170,179); }
td.TdClassName
{
border-color: #FAAAB3;
}
.TagClassName
{
border-color: #FAAAB3;
}
</style>