Shades of Light Pink #FFABB4
Tints of Light Pink #FFABB4
RGB
CMYK
RGB Variations
Color information
#FFABB4 (or 0xFFABB4) is known color: Light Pink. HEX triplet: FF, AB and B4. RGB value is (255,171,180). Sum of RGB (Red+Green+Blue) = 255+171+180=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABB4 is #00544B. Grayscale: #C5C5C5. Windows color (decimal): -21580 or 11840511. OLE color: 11840511.
HSL color Cylindrical-coordinate representation of color #FFABB4: hue angle of 353.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 #FFABB4 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 180 | - |
| CMYK | 0 | 0.33 | 0.29 | 0 |
| HSL | 353.57º | 1% | 0.84% | - |
| HSV(B) | 353.57º | 0.33% | 1% | - |
| XYZ | 64.04 | 53.68 | 50.17 | - |
| YUV | 197.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 180 | 0 | 0.33 | 0.29 | 0 | 353.57 | 1 | 0.84 |
| Hex | FF | AB | B4 | 0 | 21 | 1D | 0 | 162 | 64 | 54 |
| Octal | 377 | 253 | 264 | 0 | 41 | 35 | 0 | 542 | 144 | 124 |
| Binary | 11111111 | 10101011 | 10110100 | 0 | 100001 | 11101 | 0 | 101100010 | 1100100 | 1010100 |
Color Harmonies of #FFABB4
Complementary color
Monochromatic Colors of #FFABB4
Black with #FFABB4
Text Example
Text Example
White with #FFABB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABB4; }
p { color: rgb(255,171,180); }
H1.HeaderClassName
{
color: #FFABB4;
}
.AnyTagClassName
{
color: #FFABB4;
}
</style>
background-color css
<style>
a { background-color: #FFABB4; }
a { background-color: rgb(255,171,180); }
div.DivClassName
{
background-color: #FFABB4;
}
.BgClassName
{
background-color: #FFABB4;
}
</style>
border-color css
<style>
span { border-color: #FFABB4; }
span { border-color: rgb(255,171,180); }
td.TdClassName
{
border-color: #FFABB4;
}
.TagClassName
{
border-color: #FFABB4;
}
</style>