Shades of Light Pink #FBABB7
Tints of Light Pink #FBABB7
RGB
CMYK
RGB Variations
Color information
#FBABB7 (or 0xFBABB7) is known color: Light Pink. HEX triplet: FB, AB and B7. RGB value is (251,171,183). Sum of RGB (Red+Green+Blue) = 251+171+183=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 183 (71.88% from 255 or 30.25% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABB7 is #045448. Grayscale: #C4C4C4. Windows color (decimal): -283721 or 12037115. OLE color: 12037115.
HSL color Cylindrical-coordinate representation of color #FBABB7: hue angle of 351º 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 #FBABB7 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 183 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.02 |
| HSL | 351º | 0.91% | 0.83% | - |
| HSV(B) | 351º | 0.32% | 0.98% | - |
| XYZ | 62.89 | 53.05 | 51.73 | - |
| YUV | 196.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 183 | 0 | 0.32 | 0.27 | 0.02 | 351 | 0.91 | 0.83 |
| Hex | FB | AB | B7 | 0 | 20 | 1B | 2 | 15F | 5B | 53 |
| Octal | 373 | 253 | 267 | 0 | 40 | 33 | 2 | 537 | 133 | 123 |
| Binary | 11111011 | 10101011 | 10110111 | 0 | 100000 | 11011 | 10 | 101011111 | 1011011 | 1010011 |
Color Harmonies of #FBABB7
Complementary color
Monochromatic Colors of #FBABB7
Black with #FBABB7
Text Example
Text Example
White with #FBABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABB7; }
p { color: rgb(251,171,183); }
H1.HeaderClassName
{
color: #FBABB7;
}
.AnyTagClassName
{
color: #FBABB7;
}
</style>
background-color css
<style>
a { background-color: #FBABB7; }
a { background-color: rgb(251,171,183); }
div.DivClassName
{
background-color: #FBABB7;
}
.BgClassName
{
background-color: #FBABB7;
}
</style>
border-color css
<style>
span { border-color: #FBABB7; }
span { border-color: rgb(251,171,183); }
td.TdClassName
{
border-color: #FBABB7;
}
.TagClassName
{
border-color: #FBABB7;
}
</style>