Shades of Light Pink #FAABAF
Tints of Light Pink #FAABAF
RGB
CMYK
RGB Variations
Color information
#FAABAF (or 0xFAABAF) is known color: Light Pink. HEX triplet: FA, AB and AF. RGB value is (250,171,175). Sum of RGB (Red+Green+Blue) = 250+171+175=596 (78% of max value = 765). Red value is 250 (98.05% from 255 or 41.95% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABAF is #055450. Grayscale: #C3C3C3. Windows color (decimal): -349265 or 11512826. OLE color: 11512826.
HSL color Cylindrical-coordinate representation of color #FAABAF: hue angle of 356.96º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAABAF is Cyan = 0, Magento = 0.32, Yellow = 0.3 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 175 | - |
| CMYK | 0 | 0.32 | 0.3 | 0.02 |
| HSL | 356.96º | 0.89% | 0.83% | - |
| HSV(B) | 356.96º | 0.32% | 0.98% | - |
| XYZ | 61.73 | 52.54 | 47.45 | - |
| YUV | 195.08 | 116.67 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 175 | 0 | 0.32 | 0.3 | 0.02 | 356.96 | 0.89 | 0.83 |
| Hex | FA | AB | AF | 0 | 20 | 1E | 2 | 165 | 59 | 53 |
| Octal | 372 | 253 | 257 | 0 | 40 | 36 | 2 | 545 | 131 | 123 |
| Binary | 11111010 | 10101011 | 10101111 | 0 | 100000 | 11110 | 10 | 101100101 | 1011001 | 1010011 |
Color Harmonies of #FAABAF
Complementary color
Monochromatic Colors of #FAABAF
Black with #FAABAF
Text Example
Text Example
White with #FAABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABAF; }
p { color: rgb(250,171,175); }
H1.HeaderClassName
{
color: #FAABAF;
}
.AnyTagClassName
{
color: #FAABAF;
}
</style>
background-color css
<style>
a { background-color: #FAABAF; }
a { background-color: rgb(250,171,175); }
div.DivClassName
{
background-color: #FAABAF;
}
.BgClassName
{
background-color: #FAABAF;
}
</style>
border-color css
<style>
span { border-color: #FAABAF; }
span { border-color: rgb(250,171,175); }
td.TdClassName
{
border-color: #FAABAF;
}
.TagClassName
{
border-color: #FAABAF;
}
</style>