Shades of Light Pink #FAAAB4
Tints of Light Pink #FAAAB4
RGB
CMYK
RGB Variations
Color information
#FAAAB4 (or 0xFAAAB4) is known color: Light Pink. HEX triplet: FA, AA and B4. RGB value is (250,170,180). Sum of RGB (Red+Green+Blue) = 250+170+180=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAAB4 is #05554B. Grayscale: #C3C3C3. Windows color (decimal): -349516 or 11840250. OLE color: 11840250.
HSL color Cylindrical-coordinate representation of color #FAAAB4: hue angle of 352.5º 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 #FAAAB4 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 180 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.02 |
| HSL | 352.5º | 0.89% | 0.82% | - |
| HSV(B) | 352.5º | 0.32% | 0.98% | - |
| XYZ | 62.04 | 52.37 | 50.02 | - |
| YUV | 195.06 | 119.5 | 167.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 180 | 0 | 0.32 | 0.28 | 0.02 | 352.5 | 0.89 | 0.82 |
| Hex | FA | AA | B4 | 0 | 20 | 1C | 2 | 160 | 59 | 52 |
| Octal | 372 | 252 | 264 | 0 | 40 | 34 | 2 | 540 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10110100 | 0 | 100000 | 11100 | 10 | 101100000 | 1011001 | 1010010 |
Color Harmonies of #FAAAB4
Complementary color
Monochromatic Colors of #FAAAB4
Black with #FAAAB4
Text Example
Text Example
White with #FAAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAB4; }
p { color: rgb(250,170,180); }
H1.HeaderClassName
{
color: #FAAAB4;
}
.AnyTagClassName
{
color: #FAAAB4;
}
</style>
background-color css
<style>
a { background-color: #FAAAB4; }
a { background-color: rgb(250,170,180); }
div.DivClassName
{
background-color: #FAAAB4;
}
.BgClassName
{
background-color: #FAAAB4;
}
</style>
border-color css
<style>
span { border-color: #FAAAB4; }
span { border-color: rgb(250,170,180); }
td.TdClassName
{
border-color: #FAAAB4;
}
.TagClassName
{
border-color: #FAAAB4;
}
</style>