Shades of Light Pink #FAAAB7
Tints of Light Pink #FAAAB7
RGB
CMYK
RGB Variations
Color information
#FAAAB7 (or 0xFAAAB7) is known color: Light Pink. HEX triplet: FA, AA and B7. RGB value is (250,170,183). Sum of RGB (Red+Green+Blue) = 250+170+183=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 183 (71.88% from 255 or 30.35% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAB7 is #055548. Grayscale: #C3C3C3. Windows color (decimal): -349513 or 12036858. OLE color: 12036858.
HSL color Cylindrical-coordinate representation of color #FAAAB7: hue angle of 350.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 #FAAAB7 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 183 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.02 |
| HSL | 350.25º | 0.89% | 0.82% | - |
| HSV(B) | 350.25º | 0.32% | 0.98% | - |
| XYZ | 62.35 | 52.49 | 51.65 | - |
| YUV | 195.4 | 121 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 183 | 0 | 0.32 | 0.27 | 0.02 | 350.25 | 0.89 | 0.82 |
| Hex | FA | AA | B7 | 0 | 20 | 1B | 2 | 15E | 59 | 52 |
| Octal | 372 | 252 | 267 | 0 | 40 | 33 | 2 | 536 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10110111 | 0 | 100000 | 11011 | 10 | 101011110 | 1011001 | 1010010 |
Color Harmonies of #FAAAB7
Complementary color
Monochromatic Colors of #FAAAB7
Black with #FAAAB7
Text Example
Text Example
White with #FAAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAB7; }
p { color: rgb(250,170,183); }
H1.HeaderClassName
{
color: #FAAAB7;
}
.AnyTagClassName
{
color: #FAAAB7;
}
</style>
background-color css
<style>
a { background-color: #FAAAB7; }
a { background-color: rgb(250,170,183); }
div.DivClassName
{
background-color: #FAAAB7;
}
.BgClassName
{
background-color: #FAAAB7;
}
</style>
border-color css
<style>
span { border-color: #FAAAB7; }
span { border-color: rgb(250,170,183); }
td.TdClassName
{
border-color: #FAAAB7;
}
.TagClassName
{
border-color: #FAAAB7;
}
</style>