Shades of Light Pink #FAABB4
Tints of Light Pink #FAABB4
RGB
CMYK
RGB Variations
Color information
#FAABB4 (or 0xFAABB4) is known color: Light Pink. HEX triplet: FA, AB and B4. RGB value is (250,171,180). Sum of RGB (Red+Green+Blue) = 250+171+180=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABB4 is #05544B. Grayscale: #C3C3C3. Windows color (decimal): -349260 or 11840506. OLE color: 11840506.
HSL color Cylindrical-coordinate representation of color #FAABB4: hue angle of 353.16º 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 #FAABB4 is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 171 | 180 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.02 |
| HSL | 353.16º | 0.89% | 0.83% | - |
| HSV(B) | 353.16º | 0.32% | 0.98% | - |
| XYZ | 62.23 | 52.75 | 50.08 | - |
| YUV | 195.65 | 119.17 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 171 | 180 | 0 | 0.32 | 0.28 | 0.02 | 353.16 | 0.89 | 0.83 |
| Hex | FA | AB | B4 | 0 | 20 | 1C | 2 | 161 | 59 | 53 |
| Octal | 372 | 253 | 264 | 0 | 40 | 34 | 2 | 541 | 131 | 123 |
| Binary | 11111010 | 10101011 | 10110100 | 0 | 100000 | 11100 | 10 | 101100001 | 1011001 | 1010011 |
Color Harmonies of #FAABB4
Complementary color
Monochromatic Colors of #FAABB4
Black with #FAABB4
Text Example
Text Example
White with #FAABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAABB4; }
p { color: rgb(250,171,180); }
H1.HeaderClassName
{
color: #FAABB4;
}
.AnyTagClassName
{
color: #FAABB4;
}
</style>
background-color css
<style>
a { background-color: #FAABB4; }
a { background-color: rgb(250,171,180); }
div.DivClassName
{
background-color: #FAABB4;
}
.BgClassName
{
background-color: #FAABB4;
}
</style>
border-color css
<style>
span { border-color: #FAABB4; }
span { border-color: rgb(250,171,180); }
td.TdClassName
{
border-color: #FAABB4;
}
.TagClassName
{
border-color: #FAABB4;
}
</style>