Shades of Light Pink #FEAAB7
Tints of Light Pink #FEAAB7
RGB
CMYK
RGB Variations
Color information
#FEAAB7 (or 0xFEAAB7) is known color: Light Pink. HEX triplet: FE, AA and B7. RGB value is (254,170,183). Sum of RGB (Red+Green+Blue) = 254+170+183=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB7 is #015548. Grayscale: #C4C4C4. Windows color (decimal): -87369 or 12036862. OLE color: 12036862.
HSL color Cylindrical-coordinate representation of color #FEAAB7: hue angle of 350.71º 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 #FEAAB7 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 183 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.00 |
| HSL | 350.71º | 0.98% | 0.83% | - |
| HSV(B) | 350.71º | 0.33% | 1% | - |
| XYZ | 63.8 | 53.24 | 51.71 | - |
| YUV | 196.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 183 | 0 | 0.33 | 0.28 | 0.00 | 350.71 | 0.98 | 0.83 |
| Hex | FE | AA | B7 | 0 | 21 | 1C | 0 | 15F | 62 | 53 |
| Octal | 376 | 252 | 267 | 0 | 41 | 34 | 0 | 537 | 142 | 123 |
| Binary | 11111110 | 10101010 | 10110111 | 0 | 100001 | 11100 | 0 | 101011111 | 1100010 | 1010011 |
Color Harmonies of #FEAAB7
Complementary color
Monochromatic Colors of #FEAAB7
Black with #FEAAB7
Text Example
Text Example
White with #FEAAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAB7; }
p { color: rgb(254,170,183); }
H1.HeaderClassName
{
color: #FEAAB7;
}
.AnyTagClassName
{
color: #FEAAB7;
}
</style>
background-color css
<style>
a { background-color: #FEAAB7; }
a { background-color: rgb(254,170,183); }
div.DivClassName
{
background-color: #FEAAB7;
}
.BgClassName
{
background-color: #FEAAB7;
}
</style>
border-color css
<style>
span { border-color: #FEAAB7; }
span { border-color: rgb(254,170,183); }
td.TdClassName
{
border-color: #FEAAB7;
}
.TagClassName
{
border-color: #FEAAB7;
}
</style>