Shades of Light Pink #FEABB9
Tints of Light Pink #FEABB9
RGB
CMYK
RGB Variations
Color information
#FEABB9 (or 0xFEABB9) is known color: Light Pink. HEX triplet: FE, AB and B9. RGB value is (254,171,185). Sum of RGB (Red+Green+Blue) = 254+171+185=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABB9 is #015446. Grayscale: #C5C5C5. Windows color (decimal): -87111 or 12168190. OLE color: 12168190.
HSL color Cylindrical-coordinate representation of color #FEABB9: hue angle of 349.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEABB9 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 185 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.00 |
| HSL | 349.88º | 0.98% | 0.83% | - |
| HSV(B) | 349.88º | 0.33% | 1% | - |
| XYZ | 64.19 | 53.7 | 52.88 | - |
| YUV | 197.41 | 121 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 185 | 0 | 0.33 | 0.27 | 0.00 | 349.88 | 0.98 | 0.83 |
| Hex | FE | AB | B9 | 0 | 21 | 1B | 0 | 15E | 62 | 53 |
| Octal | 376 | 253 | 271 | 0 | 41 | 33 | 0 | 536 | 142 | 123 |
| Binary | 11111110 | 10101011 | 10111001 | 0 | 100001 | 11011 | 0 | 101011110 | 1100010 | 1010011 |
Color Harmonies of #FEABB9
Complementary color
Monochromatic Colors of #FEABB9
Black with #FEABB9
Text Example
Text Example
White with #FEABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABB9; }
p { color: rgb(254,171,185); }
H1.HeaderClassName
{
color: #FEABB9;
}
.AnyTagClassName
{
color: #FEABB9;
}
</style>
background-color css
<style>
a { background-color: #FEABB9; }
a { background-color: rgb(254,171,185); }
div.DivClassName
{
background-color: #FEABB9;
}
.BgClassName
{
background-color: #FEABB9;
}
</style>
border-color css
<style>
span { border-color: #FEABB9; }
span { border-color: rgb(254,171,185); }
td.TdClassName
{
border-color: #FEABB9;
}
.TagClassName
{
border-color: #FEABB9;
}
</style>