Shades of Light Pink #FFABBB
Tints of Light Pink #FFABBB
RGB
CMYK
RGB Variations
Color information
#FFABBB (or 0xFFABBB) is known color: Light Pink. HEX triplet: FF, AB and BB. RGB value is (255,171,187). Sum of RGB (Red+Green+Blue) = 255+171+187=613 (81% of max value = 765). Red value is 255 (100% from 255 or 41.60% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABBB is #005444. Grayscale: #C5C5C5. Windows color (decimal): -21573 or 12299263. OLE color: 12299263.
HSL color Cylindrical-coordinate representation of color #FFABBB: hue angle of 348.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFABBB is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 187 | - |
| CMYK | 0 | 0.33 | 0.27 | 0 |
| HSL | 348.57º | 1% | 0.84% | - |
| HSV(B) | 348.57º | 0.33% | 1% | - |
| XYZ | 64.77 | 53.97 | 54.02 | - |
| YUV | 197.94 | 121.83 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 187 | 0 | 0.33 | 0.27 | 0 | 348.57 | 1 | 0.84 |
| Hex | FF | AB | BB | 0 | 21 | 1B | 0 | 15D | 64 | 54 |
| Octal | 377 | 253 | 273 | 0 | 41 | 33 | 0 | 535 | 144 | 124 |
| Binary | 11111111 | 10101011 | 10111011 | 0 | 100001 | 11011 | 0 | 101011101 | 1100100 | 1010100 |
Color Harmonies of #FFABBB
Complementary color
Monochromatic Colors of #FFABBB
Black with #FFABBB
Text Example
Text Example
White with #FFABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABBB; }
p { color: rgb(255,171,187); }
H1.HeaderClassName
{
color: #FFABBB;
}
.AnyTagClassName
{
color: #FFABBB;
}
</style>
background-color css
<style>
a { background-color: #FFABBB; }
a { background-color: rgb(255,171,187); }
div.DivClassName
{
background-color: #FFABBB;
}
.BgClassName
{
background-color: #FFABBB;
}
</style>
border-color css
<style>
span { border-color: #FFABBB; }
span { border-color: rgb(255,171,187); }
td.TdClassName
{
border-color: #FFABBB;
}
.TagClassName
{
border-color: #FFABBB;
}
</style>