Shades of Light Pink #FAAABA
Tints of Light Pink #FAAABA
RGB
CMYK
RGB Variations
Color information
#FAAABA (or 0xFAAABA) is known color: Light Pink. HEX triplet: FA, AA and BA. RGB value is (250,170,186). Sum of RGB (Red+Green+Blue) = 250+170+186=606 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.25% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAABA is #055545. Grayscale: #C3C3C3. Windows color (decimal): -349510 or 12233466. OLE color: 12233466.
HSL color Cylindrical-coordinate representation of color #FAAABA: hue angle of 348º 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 #FAAABA is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 186 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.02 |
| HSL | 348º | 0.89% | 0.82% | - |
| HSV(B) | 348º | 0.32% | 0.98% | - |
| XYZ | 62.66 | 52.62 | 53.31 | - |
| YUV | 195.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 186 | 0 | 0.32 | 0.26 | 0.02 | 348 | 0.89 | 0.82 |
| Hex | FA | AA | BA | 0 | 20 | 1A | 2 | 15C | 59 | 52 |
| Octal | 372 | 252 | 272 | 0 | 40 | 32 | 2 | 534 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10111010 | 0 | 100000 | 11010 | 10 | 101011100 | 1011001 | 1010010 |
Color Harmonies of #FAAABA
Complementary color
Monochromatic Colors of #FAAABA
Black with #FAAABA
Text Example
Text Example
White with #FAAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAABA; }
p { color: rgb(250,170,186); }
H1.HeaderClassName
{
color: #FAAABA;
}
.AnyTagClassName
{
color: #FAAABA;
}
</style>
background-color css
<style>
a { background-color: #FAAABA; }
a { background-color: rgb(250,170,186); }
div.DivClassName
{
background-color: #FAAABA;
}
.BgClassName
{
background-color: #FAAABA;
}
</style>
border-color css
<style>
span { border-color: #FAAABA; }
span { border-color: rgb(250,170,186); }
td.TdClassName
{
border-color: #FAAABA;
}
.TagClassName
{
border-color: #FAAABA;
}
</style>