Shades of Light Pink #FBAAAC
Tints of Light Pink #FBAAAC
RGB
CMYK
RGB Variations
Color information
#FBAAAC (or 0xFBAAAC) is known color: Light Pink. HEX triplet: FB, AA and AC. RGB value is (251,170,172). Sum of RGB (Red+Green+Blue) = 251+170+172=593 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.33% from 593); Green value is 170 (66.80% from 255 or 28.67% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAAC is #045553. Grayscale: #C2C2C2. Windows color (decimal): -283988 or 11315963. OLE color: 11315963.
HSL color Cylindrical-coordinate representation of color #FBAAAC: hue angle of 358.52º 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 #FBAAAC is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 172 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.02 |
| HSL | 358.52º | 0.91% | 0.83% | - |
| HSV(B) | 358.52º | 0.32% | 0.98% | - |
| XYZ | 61.6 | 52.24 | 45.87 | - |
| YUV | 194.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 172 | 0 | 0.32 | 0.31 | 0.02 | 358.52 | 0.91 | 0.83 |
| Hex | FB | AA | AC | 0 | 20 | 1F | 2 | 167 | 5B | 53 |
| Octal | 373 | 252 | 254 | 0 | 40 | 37 | 2 | 547 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10101100 | 0 | 100000 | 11111 | 10 | 101100111 | 1011011 | 1010011 |
Color Harmonies of #FBAAAC
Complementary color
Monochromatic Colors of #FBAAAC
Black with #FBAAAC
Text Example
Text Example
White with #FBAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAAC; }
p { color: rgb(251,170,172); }
H1.HeaderClassName
{
color: #FBAAAC;
}
.AnyTagClassName
{
color: #FBAAAC;
}
</style>
background-color css
<style>
a { background-color: #FBAAAC; }
a { background-color: rgb(251,170,172); }
div.DivClassName
{
background-color: #FBAAAC;
}
.BgClassName
{
background-color: #FBAAAC;
}
</style>
border-color css
<style>
span { border-color: #FBAAAC; }
span { border-color: rgb(251,170,172); }
td.TdClassName
{
border-color: #FBAAAC;
}
.TagClassName
{
border-color: #FBAAAC;
}
</style>