Shades of Light Pink #FFABBF
Tints of Light Pink #FFABBF
RGB
CMYK
RGB Variations
Color information
#FFABBF (or 0xFFABBF) is known color: Light Pink. HEX triplet: FF, AB and BF. RGB value is (255,171,191). Sum of RGB (Red+Green+Blue) = 255+171+191=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 171 (67.19% from 255 or 27.71% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABBF is #005440. Grayscale: #C6C6C6. Windows color (decimal): -21569 or 12561407. OLE color: 12561407.
HSL color Cylindrical-coordinate representation of color #FFABBF: hue angle of 345.71º 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 #FFABBF is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 191 | - |
| CMYK | 0 | 0.33 | 0.25 | 0 |
| HSL | 345.71º | 1% | 0.84% | - |
| HSV(B) | 345.71º | 0.33% | 1% | - |
| XYZ | 65.21 | 54.15 | 56.3 | - |
| YUV | 198.4 | 123.83 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 191 | 0 | 0.33 | 0.25 | 0 | 345.71 | 1 | 0.84 |
| Hex | FF | AB | BF | 0 | 21 | 19 | 0 | 15A | 64 | 54 |
| Octal | 377 | 253 | 277 | 0 | 41 | 31 | 0 | 532 | 144 | 124 |
| Binary | 11111111 | 10101011 | 10111111 | 0 | 100001 | 11001 | 0 | 101011010 | 1100100 | 1010100 |
Color Harmonies of #FFABBF
Complementary color
Monochromatic Colors of #FFABBF
Black with #FFABBF
Text Example
Text Example
White with #FFABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABBF; }
p { color: rgb(255,171,191); }
H1.HeaderClassName
{
color: #FFABBF;
}
.AnyTagClassName
{
color: #FFABBF;
}
</style>
background-color css
<style>
a { background-color: #FFABBF; }
a { background-color: rgb(255,171,191); }
div.DivClassName
{
background-color: #FFABBF;
}
.BgClassName
{
background-color: #FFABBF;
}
</style>
border-color css
<style>
span { border-color: #FFABBF; }
span { border-color: rgb(255,171,191); }
td.TdClassName
{
border-color: #FFABBF;
}
.TagClassName
{
border-color: #FFABBF;
}
</style>