Shades of Light Pink #FAAAB2
Tints of Light Pink #FAAAB2
RGB
CMYK
RGB Variations
Color information
#FAAAB2 (or 0xFAAAB2) is known color: Light Pink. HEX triplet: FA, AA and B2. RGB value is (250,170,178). Sum of RGB (Red+Green+Blue) = 250+170+178=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAB2 is #05554D. Grayscale: #C2C2C2. Windows color (decimal): -349518 or 11709178. OLE color: 11709178.
HSL color Cylindrical-coordinate representation of color #FAAAB2: hue angle of 354º 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 #FAAAB2 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 178 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.02 |
| HSL | 354º | 0.89% | 0.82% | - |
| HSV(B) | 354º | 0.32% | 0.98% | - |
| XYZ | 61.83 | 52.29 | 48.95 | - |
| YUV | 194.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 178 | 0 | 0.32 | 0.29 | 0.02 | 354 | 0.89 | 0.82 |
| Hex | FA | AA | B2 | 0 | 20 | 1D | 2 | 162 | 59 | 52 |
| Octal | 372 | 252 | 262 | 0 | 40 | 35 | 2 | 542 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10110010 | 0 | 100000 | 11101 | 10 | 101100010 | 1011001 | 1010010 |
Color Harmonies of #FAAAB2
Complementary color
Monochromatic Colors of #FAAAB2
Black with #FAAAB2
Text Example
Text Example
White with #FAAAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAB2; }
p { color: rgb(250,170,178); }
H1.HeaderClassName
{
color: #FAAAB2;
}
.AnyTagClassName
{
color: #FAAAB2;
}
</style>
background-color css
<style>
a { background-color: #FAAAB2; }
a { background-color: rgb(250,170,178); }
div.DivClassName
{
background-color: #FAAAB2;
}
.BgClassName
{
background-color: #FAAAB2;
}
</style>
border-color css
<style>
span { border-color: #FAAAB2; }
span { border-color: rgb(250,170,178); }
td.TdClassName
{
border-color: #FAAAB2;
}
.TagClassName
{
border-color: #FAAAB2;
}
</style>