Shades of Light Pink #FBAAAF
Tints of Light Pink #FBAAAF
RGB
CMYK
RGB Variations
Color information
#FBAAAF (or 0xFBAAAF) is known color: Light Pink. HEX triplet: FB, AA and AF. RGB value is (251,170,175). Sum of RGB (Red+Green+Blue) = 251+170+175=596 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.11% from 596); Green value is 170 (66.80% from 255 or 28.52% from 596); Blue value is 175 (68.75% from 255 or 29.36% from 596); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FBAAAF is #045550. Grayscale: #C2C2C2. Windows color (decimal): -283985 or 11512571. OLE color: 11512571.
HSL color Cylindrical-coordinate representation of color #FBAAAF: hue angle of 356.3º 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 #FBAAAF is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 170 | 175 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.02 |
| HSL | 356.3º | 0.91% | 0.83% | - |
| HSV(B) | 356.3º | 0.32% | 0.98% | - |
| XYZ | 61.9 | 52.35 | 47.4 | - |
| YUV | 194.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 170 | 175 | 0 | 0.32 | 0.30 | 0.02 | 356.3 | 0.91 | 0.83 |
| Hex | FB | AA | AF | 0 | 20 | 1E | 2 | 164 | 5B | 53 |
| Octal | 373 | 252 | 257 | 0 | 40 | 36 | 2 | 544 | 133 | 123 |
| Binary | 11111011 | 10101010 | 10101111 | 0 | 100000 | 11110 | 10 | 101100100 | 1011011 | 1010011 |
Color Harmonies of #FBAAAF
Complementary color
Monochromatic Colors of #FBAAAF
Black with #FBAAAF
Text Example
Text Example
White with #FBAAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAAAF; }
p { color: rgb(251,170,175); }
H1.HeaderClassName
{
color: #FBAAAF;
}
.AnyTagClassName
{
color: #FBAAAF;
}
</style>
background-color css
<style>
a { background-color: #FBAAAF; }
a { background-color: rgb(251,170,175); }
div.DivClassName
{
background-color: #FBAAAF;
}
.BgClassName
{
background-color: #FBAAAF;
}
</style>
border-color css
<style>
span { border-color: #FBAAAF; }
span { border-color: rgb(251,170,175); }
td.TdClassName
{
border-color: #FBAAAF;
}
.TagClassName
{
border-color: #FBAAAF;
}
</style>