Shades of Light Pink #FFABBA
Tints of Light Pink #FFABBA
RGB
CMYK
RGB Variations
Color information
#FFABBA (or 0xFFABBA) is known color: Light Pink. HEX triplet: FF, AB and BA. RGB value is (255,171,186). Sum of RGB (Red+Green+Blue) = 255+171+186=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 171 (67.19% from 255 or 27.94% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABBA is #005445. Grayscale: #C5C5C5. Windows color (decimal): -21574 or 12233727. OLE color: 12233727.
HSL color Cylindrical-coordinate representation of color #FFABBA: hue angle of 349.29º 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 #FFABBA is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 186 | - |
| CMYK | 0 | 0.33 | 0.27 | 0 |
| HSL | 349.29º | 1% | 0.84% | - |
| HSV(B) | 349.29º | 0.33% | 1% | - |
| XYZ | 64.67 | 53.93 | 53.46 | - |
| YUV | 197.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 186 | 0 | 0.33 | 0.27 | 0 | 349.29 | 1 | 0.84 |
| Hex | FF | AB | BA | 0 | 21 | 1B | 0 | 15D | 64 | 54 |
| Octal | 377 | 253 | 272 | 0 | 41 | 33 | 0 | 535 | 144 | 124 |
| Binary | 11111111 | 10101011 | 10111010 | 0 | 100001 | 11011 | 0 | 101011101 | 1100100 | 1010100 |
Color Harmonies of #FFABBA
Complementary color
Monochromatic Colors of #FFABBA
Black with #FFABBA
Text Example
Text Example
White with #FFABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABBA; }
p { color: rgb(255,171,186); }
H1.HeaderClassName
{
color: #FFABBA;
}
.AnyTagClassName
{
color: #FFABBA;
}
</style>
background-color css
<style>
a { background-color: #FFABBA; }
a { background-color: rgb(255,171,186); }
div.DivClassName
{
background-color: #FFABBA;
}
.BgClassName
{
background-color: #FFABBA;
}
</style>
border-color css
<style>
span { border-color: #FFABBA; }
span { border-color: rgb(255,171,186); }
td.TdClassName
{
border-color: #FFABBA;
}
.TagClassName
{
border-color: #FFABBA;
}
</style>