Shades of Light Pink #FEABB5
Tints of Light Pink #FEABB5
RGB
CMYK
RGB Variations
Color information
#FEABB5 (or 0xFEABB5) is known color: Light Pink. HEX triplet: FE, AB and B5. RGB value is (254,171,181). Sum of RGB (Red+Green+Blue) = 254+171+181=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABB5 is #01544A. Grayscale: #C5C5C5. Windows color (decimal): -87115 or 11906046. OLE color: 11906046.
HSL color Cylindrical-coordinate representation of color #FEABB5: hue angle of 352.77º 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 #FEABB5 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 181 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.00 |
| HSL | 352.77º | 0.98% | 0.83% | - |
| HSV(B) | 352.77º | 0.33% | 1% | - |
| XYZ | 63.78 | 53.53 | 50.69 | - |
| YUV | 196.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 181 | 0 | 0.33 | 0.29 | 0.00 | 352.77 | 0.98 | 0.83 |
| Hex | FE | AB | B5 | 0 | 21 | 1D | 0 | 161 | 62 | 53 |
| Octal | 376 | 253 | 265 | 0 | 41 | 35 | 0 | 541 | 142 | 123 |
| Binary | 11111110 | 10101011 | 10110101 | 0 | 100001 | 11101 | 0 | 101100001 | 1100010 | 1010011 |
Color Harmonies of #FEABB5
Complementary color
Monochromatic Colors of #FEABB5
Black with #FEABB5
Text Example
Text Example
White with #FEABB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABB5; }
p { color: rgb(254,171,181); }
H1.HeaderClassName
{
color: #FEABB5;
}
.AnyTagClassName
{
color: #FEABB5;
}
</style>
background-color css
<style>
a { background-color: #FEABB5; }
a { background-color: rgb(254,171,181); }
div.DivClassName
{
background-color: #FEABB5;
}
.BgClassName
{
background-color: #FEABB5;
}
</style>
border-color css
<style>
span { border-color: #FEABB5; }
span { border-color: rgb(254,171,181); }
td.TdClassName
{
border-color: #FEABB5;
}
.TagClassName
{
border-color: #FEABB5;
}
</style>