Shades of Light Pink #FFABBE
Tints of Light Pink #FFABBE
RGB
CMYK
RGB Variations
Color information
#FFABBE (or 0xFFABBE) is known color: Light Pink. HEX triplet: FF, AB and BE. RGB value is (255,171,190). Sum of RGB (Red+Green+Blue) = 255+171+190=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 171 (67.19% from 255 or 27.76% from 616); Blue value is 190 (74.61% from 255 or 30.84% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFABBE is #005441. Grayscale: #C6C6C6. Windows color (decimal): -21570 or 12495871. OLE color: 12495871.
HSL color Cylindrical-coordinate representation of color #FFABBE: hue angle of 346.43º 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 #FFABBE is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 190 | - |
| CMYK | 0 | 0.33 | 0.25 | 0 |
| HSL | 346.43º | 1% | 0.84% | - |
| HSV(B) | 346.43º | 0.33% | 1% | - |
| XYZ | 65.1 | 54.1 | 55.73 | - |
| YUV | 198.28 | 123.33 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 190 | 0 | 0.33 | 0.25 | 0 | 346.43 | 1 | 0.84 |
| Hex | FF | AB | BE | 0 | 21 | 19 | 0 | 15A | 64 | 54 |
| Octal | 377 | 253 | 276 | 0 | 41 | 31 | 0 | 532 | 144 | 124 |
| Binary | 11111111 | 10101011 | 10111110 | 0 | 100001 | 11001 | 0 | 101011010 | 1100100 | 1010100 |
Color Harmonies of #FFABBE
Complementary color
Monochromatic Colors of #FFABBE
Black with #FFABBE
Text Example
Text Example
White with #FFABBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFABBE; }
p { color: rgb(255,171,190); }
H1.HeaderClassName
{
color: #FFABBE;
}
.AnyTagClassName
{
color: #FFABBE;
}
</style>
background-color css
<style>
a { background-color: #FFABBE; }
a { background-color: rgb(255,171,190); }
div.DivClassName
{
background-color: #FFABBE;
}
.BgClassName
{
background-color: #FFABBE;
}
</style>
border-color css
<style>
span { border-color: #FFABBE; }
span { border-color: rgb(255,171,190); }
td.TdClassName
{
border-color: #FFABBE;
}
.TagClassName
{
border-color: #FFABBE;
}
</style>