Shades of Light Pink #FBABBB
Tints of Light Pink #FBABBB
RGB
CMYK
RGB Variations
Color information
#FBABBB (or 0xFBABBB) is known color: Light Pink. HEX triplet: FB, AB and BB. RGB value is (251,171,187). Sum of RGB (Red+Green+Blue) = 251+171+187=609 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.22% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 251 - color contains mainly: red. Hex color #FBABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBABBB is #045444. Grayscale: #C4C4C4. Windows color (decimal): -283717 or 12299259. OLE color: 12299259.
HSL color Cylindrical-coordinate representation of color #FBABBB: hue angle of 348º 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 #FBABBB is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 187 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.02 |
| HSL | 348º | 0.91% | 0.83% | - |
| HSV(B) | 348º | 0.32% | 0.98% | - |
| XYZ | 63.32 | 53.22 | 53.95 | - |
| YUV | 196.74 | 122.5 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 187 | 0 | 0.32 | 0.25 | 0.02 | 348 | 0.91 | 0.83 |
| Hex | FB | AB | BB | 0 | 20 | 19 | 2 | 15C | 5B | 53 |
| Octal | 373 | 253 | 273 | 0 | 40 | 31 | 2 | 534 | 133 | 123 |
| Binary | 11111011 | 10101011 | 10111011 | 0 | 100000 | 11001 | 10 | 101011100 | 1011011 | 1010011 |
Color Harmonies of #FBABBB
Complementary color
Monochromatic Colors of #FBABBB
Black with #FBABBB
Text Example
Text Example
White with #FBABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBABBB; }
p { color: rgb(251,171,187); }
H1.HeaderClassName
{
color: #FBABBB;
}
.AnyTagClassName
{
color: #FBABBB;
}
</style>
background-color css
<style>
a { background-color: #FBABBB; }
a { background-color: rgb(251,171,187); }
div.DivClassName
{
background-color: #FBABBB;
}
.BgClassName
{
background-color: #FBABBB;
}
</style>
border-color css
<style>
span { border-color: #FBABBB; }
span { border-color: rgb(251,171,187); }
td.TdClassName
{
border-color: #FBABBB;
}
.TagClassName
{
border-color: #FBABBB;
}
</style>