Shades of Light Pink #FFABB5
Tints of Light Pink #FFABB5
RGB
CMYK
RGB Variations
Color information
#FFABB5 (or 0xFFABB5) is known color: Light Pink. HEX triplet: FF, AB and B5. RGB value is (255,171,181). Sum of RGB (Red+Green+Blue) = 255+171+181=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABB5 is #00544A. Grayscale: #C5C5C5. Windows color (decimal): -21579 or 11906047. OLE color: 11906047.
HSL color Cylindrical-coordinate representation of color #FFABB5: hue angle of 352.86º 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 #FFABB5 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 181 | - |
| CMYK | 0 | 0.33 | 0.29 | 0 |
| HSL | 352.86º | 1% | 0.84% | - |
| HSV(B) | 352.86º | 0.33% | 1% | - |
| XYZ | 64.14 | 53.72 | 50.7 | - |
| YUV | 197.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 181 | 0 | 0.33 | 0.29 | 0 | 352.86 | 1 | 0.84 |
| Hex | FF | AB | B5 | 0 | 21 | 1D | 0 | 161 | 64 | 54 |
| Octal | 377 | 253 | 265 | 0 | 41 | 35 | 0 | 541 | 144 | 124 |
| Binary | 11111111 | 10101011 | 10110101 | 0 | 100001 | 11101 | 0 | 101100001 | 1100100 | 1010100 |
Color Harmonies of #FFABB5
Complementary color
Monochromatic Colors of #FFABB5
Black with #FFABB5
Text Example
Text Example
White with #FFABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABB5; }
p { color: rgb(255,171,181); }
H1.HeaderClassName
{
color: #FFABB5;
}
.AnyTagClassName
{
color: #FFABB5;
}
</style>
background-color css
<style>
a { background-color: #FFABB5; }
a { background-color: rgb(255,171,181); }
div.DivClassName
{
background-color: #FFABB5;
}
.BgClassName
{
background-color: #FFABB5;
}
</style>
border-color css
<style>
span { border-color: #FFABB5; }
span { border-color: rgb(255,171,181); }
td.TdClassName
{
border-color: #FFABB5;
}
.TagClassName
{
border-color: #FFABB5;
}
</style>