Shades of Light Pink #FFABBC
Tints of Light Pink #FFABBC
RGB
CMYK
RGB Variations
Color information
#FFABBC (or 0xFFABBC) is known color: Light Pink. HEX triplet: FF, AB and BC. RGB value is (255,171,188). Sum of RGB (Red+Green+Blue) = 255+171+188=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 171 (67.19% from 255 or 27.85% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABBC is #005443. Grayscale: #C6C6C6. Windows color (decimal): -21572 or 12364799. OLE color: 12364799.
HSL color Cylindrical-coordinate representation of color #FFABBC: hue angle of 347.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 #FFABBC is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 188 | - |
| CMYK | 0 | 0.33 | 0.26 | 0 |
| HSL | 347.86º | 1% | 0.84% | - |
| HSV(B) | 347.86º | 0.33% | 1% | - |
| XYZ | 64.88 | 54.02 | 54.58 | - |
| YUV | 198.05 | 122.33 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 188 | 0 | 0.33 | 0.26 | 0 | 347.86 | 1 | 0.84 |
| Hex | FF | AB | BC | 0 | 21 | 1A | 0 | 15C | 64 | 54 |
| Octal | 377 | 253 | 274 | 0 | 41 | 32 | 0 | 534 | 144 | 124 |
| Binary | 11111111 | 10101011 | 10111100 | 0 | 100001 | 11010 | 0 | 101011100 | 1100100 | 1010100 |
Color Harmonies of #FFABBC
Complementary color
Monochromatic Colors of #FFABBC
Black with #FFABBC
Text Example
Text Example
White with #FFABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABBC; }
p { color: rgb(255,171,188); }
H1.HeaderClassName
{
color: #FFABBC;
}
.AnyTagClassName
{
color: #FFABBC;
}
</style>
background-color css
<style>
a { background-color: #FFABBC; }
a { background-color: rgb(255,171,188); }
div.DivClassName
{
background-color: #FFABBC;
}
.BgClassName
{
background-color: #FFABBC;
}
</style>
border-color css
<style>
span { border-color: #FFABBC; }
span { border-color: rgb(255,171,188); }
td.TdClassName
{
border-color: #FFABBC;
}
.TagClassName
{
border-color: #FFABBC;
}
</style>