Shades of Light Pink #FEABB1
Tints of Light Pink #FEABB1
RGB
CMYK
RGB Variations
Color information
#FEABB1 (or 0xFEABB1) is known color: Light Pink. HEX triplet: FE, AB and B1. RGB value is (254,171,177). Sum of RGB (Red+Green+Blue) = 254+171+177=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEABB1 is #01544E. Grayscale: #C4C4C4. Windows color (decimal): -87119 or 11643902. OLE color: 11643902.
HSL color Cylindrical-coordinate representation of color #FEABB1: hue angle of 355.66º 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 #FEABB1 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 177 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.00 |
| HSL | 355.66º | 0.98% | 0.83% | - |
| HSV(B) | 355.66º | 0.33% | 1% | - |
| XYZ | 63.37 | 53.37 | 48.56 | - |
| YUV | 196.5 | 117 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 177 | 0 | 0.33 | 0.30 | 0.00 | 355.66 | 0.98 | 0.83 |
| Hex | FE | AB | B1 | 0 | 21 | 1E | 0 | 164 | 62 | 53 |
| Octal | 376 | 253 | 261 | 0 | 41 | 36 | 0 | 544 | 142 | 123 |
| Binary | 11111110 | 10101011 | 10110001 | 0 | 100001 | 11110 | 0 | 101100100 | 1100010 | 1010011 |
Color Harmonies of #FEABB1
Complementary color
Monochromatic Colors of #FEABB1
Black with #FEABB1
Text Example
Text Example
White with #FEABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABB1; }
p { color: rgb(254,171,177); }
H1.HeaderClassName
{
color: #FEABB1;
}
.AnyTagClassName
{
color: #FEABB1;
}
</style>
background-color css
<style>
a { background-color: #FEABB1; }
a { background-color: rgb(254,171,177); }
div.DivClassName
{
background-color: #FEABB1;
}
.BgClassName
{
background-color: #FEABB1;
}
</style>
border-color css
<style>
span { border-color: #FEABB1; }
span { border-color: rgb(254,171,177); }
td.TdClassName
{
border-color: #FEABB1;
}
.TagClassName
{
border-color: #FEABB1;
}
</style>