Shades of Light Pink #FAAAAC
Tints of Light Pink #FAAAAC
RGB
CMYK
RGB Variations
Color information
#FAAAAC (or 0xFAAAAC) is known color: Light Pink. HEX triplet: FA, AA and AC. RGB value is (250,170,172). Sum of RGB (Red+Green+Blue) = 250+170+172=592 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.23% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAAAAC is #055553. Grayscale: #C2C2C2. Windows color (decimal): -349524 or 11315962. OLE color: 11315962.
HSL color Cylindrical-coordinate representation of color #FAAAAC: hue angle of 358.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 #FAAAAC is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 170 | 172 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.02 |
| HSL | 358.5º | 0.89% | 0.82% | - |
| HSV(B) | 358.5º | 0.32% | 0.98% | - |
| XYZ | 61.25 | 52.05 | 45.85 | - |
| YUV | 194.15 | 115.5 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 170 | 172 | 0 | 0.32 | 0.31 | 0.02 | 358.5 | 0.89 | 0.82 |
| Hex | FA | AA | AC | 0 | 20 | 1F | 2 | 166 | 59 | 52 |
| Octal | 372 | 252 | 254 | 0 | 40 | 37 | 2 | 546 | 131 | 122 |
| Binary | 11111010 | 10101010 | 10101100 | 0 | 100000 | 11111 | 10 | 101100110 | 1011001 | 1010010 |
Color Harmonies of #FAAAAC
Complementary color
Monochromatic Colors of #FAAAAC
Black with #FAAAAC
Text Example
Text Example
White with #FAAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAAAC; }
p { color: rgb(250,170,172); }
H1.HeaderClassName
{
color: #FAAAAC;
}
.AnyTagClassName
{
color: #FAAAAC;
}
</style>
background-color css
<style>
a { background-color: #FAAAAC; }
a { background-color: rgb(250,170,172); }
div.DivClassName
{
background-color: #FAAAAC;
}
.BgClassName
{
background-color: #FAAAAC;
}
</style>
border-color css
<style>
span { border-color: #FAAAAC; }
span { border-color: rgb(250,170,172); }
td.TdClassName
{
border-color: #FAAAAC;
}
.TagClassName
{
border-color: #FAAAAC;
}
</style>