Shades of Light Pink #FBAAAD
Tints of Light Pink #FBAAAD
RGB
CMYK
RGB Variations
Color information
#FBAAAD (or 0xFBAAAD) is known color: Light Pink. HEX triplet: FB, AA and AD. RGB value is (251,170,173). Sum of RGB (Red+Green+Blue) = 251+170+173=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 170 (66.80% from 255 or 28.62% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAAD is #045552. Grayscale: #C2C2C2. Windows color (decimal): -283987 or 11381499. OLE color: 11381499.
HSL color Cylindrical-coordinate representation of color #FBAAAD: hue angle of 357.78º 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 #FBAAAD is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 173 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.02 |
| HSL | 357.78º | 0.91% | 0.83% | - |
| HSV(B) | 357.78º | 0.32% | 0.98% | - |
| XYZ | 61.7 | 52.28 | 46.37 | - |
| YUV | 194.56 | 115.84 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 173 | 0 | 0.32 | 0.31 | 0.02 | 357.78 | 0.91 | 0.83 |
| Hex | FB | AA | AD | 0 | 20 | 1F | 2 | 166 | 5B | 53 |
| Octal | 373 | 252 | 255 | 0 | 40 | 37 | 2 | 546 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10101101 | 0 | 100000 | 11111 | 10 | 101100110 | 1011011 | 1010011 |
Color Harmonies of #FBAAAD
Complementary color
Monochromatic Colors of #FBAAAD
Black with #FBAAAD
Text Example
Text Example
White with #FBAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAAD; }
p { color: rgb(251,170,173); }
H1.HeaderClassName
{
color: #FBAAAD;
}
.AnyTagClassName
{
color: #FBAAAD;
}
</style>
background-color css
<style>
a { background-color: #FBAAAD; }
a { background-color: rgb(251,170,173); }
div.DivClassName
{
background-color: #FBAAAD;
}
.BgClassName
{
background-color: #FBAAAD;
}
</style>
border-color css
<style>
span { border-color: #FBAAAD; }
span { border-color: rgb(251,170,173); }
td.TdClassName
{
border-color: #FBAAAD;
}
.TagClassName
{
border-color: #FBAAAD;
}
</style>