Shades of Light Pink #FFABB0
Tints of Light Pink #FFABB0
RGB
CMYK
RGB Variations
Color information
#FFABB0 (or 0xFFABB0) is known color: Light Pink. HEX triplet: FF, AB and B0. RGB value is (255,171,176). Sum of RGB (Red+Green+Blue) = 255+171+176=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 176 (69.14% from 255 or 29.24% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFABB0 is #00544F. Grayscale: #C4C4C4. Windows color (decimal): -21584 or 11578367. OLE color: 11578367.
HSL color Cylindrical-coordinate representation of color #FFABB0: hue angle of 356.43º 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 #FFABB0 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 176 | - |
| CMYK | 0 | 0.33 | 0.31 | 0 |
| HSL | 356.43º | 1% | 0.84% | - |
| HSV(B) | 356.43º | 0.33% | 1% | - |
| XYZ | 63.64 | 53.52 | 48.05 | - |
| YUV | 196.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 176 | 0 | 0.33 | 0.31 | 0 | 356.43 | 1 | 0.84 |
| Hex | FF | AB | B0 | 0 | 21 | 1F | 0 | 164 | 64 | 54 |
| Octal | 377 | 253 | 260 | 0 | 41 | 37 | 0 | 544 | 144 | 124 |
| Binary | 11111111 | 10101011 | 10110000 | 0 | 100001 | 11111 | 0 | 101100100 | 1100100 | 1010100 |
Color Harmonies of #FFABB0
Complementary color
Monochromatic Colors of #FFABB0
Black with #FFABB0
Text Example
Text Example
White with #FFABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABB0; }
p { color: rgb(255,171,176); }
H1.HeaderClassName
{
color: #FFABB0;
}
.AnyTagClassName
{
color: #FFABB0;
}
</style>
background-color css
<style>
a { background-color: #FFABB0; }
a { background-color: rgb(255,171,176); }
div.DivClassName
{
background-color: #FFABB0;
}
.BgClassName
{
background-color: #FFABB0;
}
</style>
border-color css
<style>
span { border-color: #FFABB0; }
span { border-color: rgb(255,171,176); }
td.TdClassName
{
border-color: #FFABB0;
}
.TagClassName
{
border-color: #FFABB0;
}
</style>