Shades of Light Pink #FBABAC
Tints of Light Pink #FBABAC
RGB
CMYK
RGB Variations
Color information
#FBABAC (or 0xFBABAC) is known color: Light Pink. HEX triplet: FB, AB and AC. RGB value is (251,171,172). Sum of RGB (Red+Green+Blue) = 251+171+172=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 172 (67.58% from 255 or 28.96% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBABAC is #045453. Grayscale: #C3C3C3. Windows color (decimal): -283732 or 11316219. OLE color: 11316219.
HSL color Cylindrical-coordinate representation of color #FBABAC: hue angle of 359.25º degrees, saturation: 0.91, 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 #FBABAC is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 172 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.02 |
| HSL | 359.25º | 0.91% | 0.83% | - |
| HSV(B) | 359.25º | 0.32% | 0.98% | - |
| XYZ | 61.79 | 52.61 | 45.93 | - |
| YUV | 195.03 | 115 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 172 | 0 | 0.32 | 0.31 | 0.02 | 359.25 | 0.91 | 0.83 |
| Hex | FB | AB | AC | 0 | 20 | 1F | 2 | 167 | 5B | 53 |
| Octal | 373 | 253 | 254 | 0 | 40 | 37 | 2 | 547 | 133 | 123 |
| Binary | 11111011 | 10101011 | 10101100 | 0 | 100000 | 11111 | 10 | 101100111 | 1011011 | 1010011 |
Color Harmonies of #FBABAC
Complementary color
Monochromatic Colors of #FBABAC
Black with #FBABAC
Text Example
Text Example
White with #FBABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABAC; }
p { color: rgb(251,171,172); }
H1.HeaderClassName
{
color: #FBABAC;
}
.AnyTagClassName
{
color: #FBABAC;
}
</style>
background-color css
<style>
a { background-color: #FBABAC; }
a { background-color: rgb(251,171,172); }
div.DivClassName
{
background-color: #FBABAC;
}
.BgClassName
{
background-color: #FBABAC;
}
</style>
border-color css
<style>
span { border-color: #FBABAC; }
span { border-color: rgb(251,171,172); }
td.TdClassName
{
border-color: #FBABAC;
}
.TagClassName
{
border-color: #FBABAC;
}
</style>