Shades of Light Pink #FFABB3
Tints of Light Pink #FFABB3
RGB
CMYK
RGB Variations
Color information
#FFABB3 (or 0xFFABB3) is known color: Light Pink. HEX triplet: FF, AB and B3. RGB value is (255,171,179). Sum of RGB (Red+Green+Blue) = 255+171+179=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABB3 is #00544C. Grayscale: #C5C5C5. Windows color (decimal): -21581 or 11774975. OLE color: 11774975.
HSL color Cylindrical-coordinate representation of color #FFABB3: hue angle of 354.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 #FFABB3 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 179 | - |
| CMYK | 0 | 0.33 | 0.30 | 0 |
| HSL | 354.29º | 1% | 0.84% | - |
| HSV(B) | 354.29º | 0.33% | 1% | - |
| XYZ | 63.94 | 53.64 | 49.63 | - |
| YUV | 197.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 179 | 0 | 0.33 | 0.30 | 0 | 354.29 | 1 | 0.84 |
| Hex | FF | AB | B3 | 0 | 21 | 1E | 0 | 162 | 64 | 54 |
| Octal | 377 | 253 | 263 | 0 | 41 | 36 | 0 | 542 | 144 | 124 |
| Binary | 11111111 | 10101011 | 10110011 | 0 | 100001 | 11110 | 0 | 101100010 | 1100100 | 1010100 |
Color Harmonies of #FFABB3
Complementary color
Monochromatic Colors of #FFABB3
Black with #FFABB3
Text Example
Text Example
White with #FFABB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABB3; }
p { color: rgb(255,171,179); }
H1.HeaderClassName
{
color: #FFABB3;
}
.AnyTagClassName
{
color: #FFABB3;
}
</style>
background-color css
<style>
a { background-color: #FFABB3; }
a { background-color: rgb(255,171,179); }
div.DivClassName
{
background-color: #FFABB3;
}
.BgClassName
{
background-color: #FFABB3;
}
</style>
border-color css
<style>
span { border-color: #FFABB3; }
span { border-color: rgb(255,171,179); }
td.TdClassName
{
border-color: #FFABB3;
}
.TagClassName
{
border-color: #FFABB3;
}
</style>