Shades of Light Pink #FEAAB4
Tints of Light Pink #FEAAB4
RGB
CMYK
RGB Variations
Color information
#FEAAB4 (or 0xFEAAB4) is known color: Light Pink. HEX triplet: FE, AA and B4. RGB value is (254,170,180). Sum of RGB (Red+Green+Blue) = 254+170+180=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB4 is #01554B. Grayscale: #C4C4C4. Windows color (decimal): -87372 or 11840254. OLE color: 11840254.
HSL color Cylindrical-coordinate representation of color #FEAAB4: hue angle of 352.86º 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 #FEAAB4 is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 180 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.00 |
| HSL | 352.86º | 0.98% | 0.83% | - |
| HSV(B) | 352.86º | 0.33% | 1% | - |
| XYZ | 63.49 | 53.12 | 50.09 | - |
| YUV | 196.26 | 118.83 | 169.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 180 | 0 | 0.33 | 0.29 | 0.00 | 352.86 | 0.98 | 0.83 |
| Hex | FE | AA | B4 | 0 | 21 | 1D | 0 | 161 | 62 | 53 |
| Octal | 376 | 252 | 264 | 0 | 41 | 35 | 0 | 541 | 142 | 123 |
| Binary | 11111110 | 10101010 | 10110100 | 0 | 100001 | 11101 | 0 | 101100001 | 1100010 | 1010011 |
Color Harmonies of #FEAAB4
Complementary color
Monochromatic Colors of #FEAAB4
Black with #FEAAB4
Text Example
Text Example
White with #FEAAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAB4; }
p { color: rgb(254,170,180); }
H1.HeaderClassName
{
color: #FEAAB4;
}
.AnyTagClassName
{
color: #FEAAB4;
}
</style>
background-color css
<style>
a { background-color: #FEAAB4; }
a { background-color: rgb(254,170,180); }
div.DivClassName
{
background-color: #FEAAB4;
}
.BgClassName
{
background-color: #FEAAB4;
}
</style>
border-color css
<style>
span { border-color: #FEAAB4; }
span { border-color: rgb(254,170,180); }
td.TdClassName
{
border-color: #FEAAB4;
}
.TagClassName
{
border-color: #FEAAB4;
}
</style>