Shades of Light Pink #FBA7AB
Tints of Light Pink #FBA7AB
RGB
CMYK
RGB Variations
Color information
#FBA7AB (or 0xFBA7AB) is known color: Light Pink. HEX triplet: FB, A7 and AB. RGB value is (251,167,171). Sum of RGB (Red+Green+Blue) = 251+167+171=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 167 (65.62% from 255 or 28.35% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA7AB is #045854. Grayscale: #C0C0C0. Windows color (decimal): -284757 or 11249659. OLE color: 11249659.
HSL color Cylindrical-coordinate representation of color #FBA7AB: hue angle of 357.14º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA7AB is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 171 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.02 |
| HSL | 357.14º | 0.91% | 0.82% | - |
| HSV(B) | 357.14º | 0.33% | 0.98% | - |
| XYZ | 60.95 | 51.09 | 45.18 | - |
| YUV | 192.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 171 | 0 | 0.33 | 0.32 | 0.02 | 357.14 | 0.91 | 0.82 |
| Hex | FB | A7 | AB | 0 | 21 | 20 | 2 | 165 | 5B | 52 |
| Octal | 373 | 247 | 253 | 0 | 41 | 40 | 2 | 545 | 133 | 122 |
| Binary | 11111011 | 10100111 | 10101011 | 0 | 100001 | 100000 | 10 | 101100101 | 1011011 | 1010010 |
Color Harmonies of #FBA7AB
Complementary color
Monochromatic Colors of #FBA7AB
Black with #FBA7AB
Text Example
Text Example
White with #FBA7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA7AB; }
p { color: rgb(251,167,171); }
H1.HeaderClassName
{
color: #FBA7AB;
}
.AnyTagClassName
{
color: #FBA7AB;
}
</style>
background-color css
<style>
a { background-color: #FBA7AB; }
a { background-color: rgb(251,167,171); }
div.DivClassName
{
background-color: #FBA7AB;
}
.BgClassName
{
background-color: #FBA7AB;
}
</style>
border-color css
<style>
span { border-color: #FBA7AB; }
span { border-color: rgb(251,167,171); }
td.TdClassName
{
border-color: #FBA7AB;
}
.TagClassName
{
border-color: #FBA7AB;
}
</style>