Shades of Light Pink #FBA8AB
Tints of Light Pink #FBA8AB
RGB
CMYK
RGB Variations
Color information
#FBA8AB (or 0xFBA8AB) is known color: Light Pink. HEX triplet: FB, A8 and AB. RGB value is (251,168,171). Sum of RGB (Red+Green+Blue) = 251+168+171=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBA8AB is #045754. Grayscale: #C1C1C1. Windows color (decimal): -284501 or 11249915. OLE color: 11249915.
HSL color Cylindrical-coordinate representation of color #FBA8AB: hue angle of 357.83º 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 #FBA8AB is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 171 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.02 |
| HSL | 357.83º | 0.91% | 0.82% | - |
| HSV(B) | 357.83º | 0.33% | 0.98% | - |
| XYZ | 61.14 | 51.45 | 45.24 | - |
| YUV | 193.16 | 115.5 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 171 | 0 | 0.33 | 0.32 | 0.02 | 357.83 | 0.91 | 0.82 |
| Hex | FB | A8 | AB | 0 | 21 | 20 | 2 | 166 | 5B | 52 |
| Octal | 373 | 250 | 253 | 0 | 41 | 40 | 2 | 546 | 133 | 122 |
| Binary | 11111011 | 10101000 | 10101011 | 0 | 100001 | 100000 | 10 | 101100110 | 1011011 | 1010010 |
Color Harmonies of #FBA8AB
Complementary color
Monochromatic Colors of #FBA8AB
Black with #FBA8AB
Text Example
Text Example
White with #FBA8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA8AB; }
p { color: rgb(251,168,171); }
H1.HeaderClassName
{
color: #FBA8AB;
}
.AnyTagClassName
{
color: #FBA8AB;
}
</style>
background-color css
<style>
a { background-color: #FBA8AB; }
a { background-color: rgb(251,168,171); }
div.DivClassName
{
background-color: #FBA8AB;
}
.BgClassName
{
background-color: #FBA8AB;
}
</style>
border-color css
<style>
span { border-color: #FBA8AB; }
span { border-color: rgb(251,168,171); }
td.TdClassName
{
border-color: #FBA8AB;
}
.TagClassName
{
border-color: #FBA8AB;
}
</style>