Shades of Light Pink #FEAAB5
Tints of Light Pink #FEAAB5
RGB
CMYK
RGB Variations
Color information
#FEAAB5 (or 0xFEAAB5) is known color: Light Pink. HEX triplet: FE, AA and B5. RGB value is (254,170,181). Sum of RGB (Red+Green+Blue) = 254+170+181=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 181 (71.09% from 255 or 29.92% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB5 is #01554A. Grayscale: #C4C4C4. Windows color (decimal): -87371 or 11905790. OLE color: 11905790.
HSL color Cylindrical-coordinate representation of color #FEAAB5: hue angle of 352.14º 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 #FEAAB5 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 181 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.00 |
| HSL | 352.14º | 0.98% | 0.83% | - |
| HSV(B) | 352.14º | 0.33% | 1% | - |
| XYZ | 63.59 | 53.16 | 50.62 | - |
| YUV | 196.37 | 119.33 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 181 | 0 | 0.33 | 0.29 | 0.00 | 352.14 | 0.98 | 0.83 |
| Hex | FE | AA | B5 | 0 | 21 | 1D | 0 | 160 | 62 | 53 |
| Octal | 376 | 252 | 265 | 0 | 41 | 35 | 0 | 540 | 142 | 123 |
| Binary | 11111110 | 10101010 | 10110101 | 0 | 100001 | 11101 | 0 | 101100000 | 1100010 | 1010011 |
Color Harmonies of #FEAAB5
Complementary color
Monochromatic Colors of #FEAAB5
Black with #FEAAB5
Text Example
Text Example
White with #FEAAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAB5; }
p { color: rgb(254,170,181); }
H1.HeaderClassName
{
color: #FEAAB5;
}
.AnyTagClassName
{
color: #FEAAB5;
}
</style>
background-color css
<style>
a { background-color: #FEAAB5; }
a { background-color: rgb(254,170,181); }
div.DivClassName
{
background-color: #FEAAB5;
}
.BgClassName
{
background-color: #FEAAB5;
}
</style>
border-color css
<style>
span { border-color: #FEAAB5; }
span { border-color: rgb(254,170,181); }
td.TdClassName
{
border-color: #FEAAB5;
}
.TagClassName
{
border-color: #FEAAB5;
}
</style>