Shades of Light Pink #FEAAB3
Tints of Light Pink #FEAAB3
RGB
CMYK
RGB Variations
Color information
#FEAAB3 (or 0xFEAAB3) is known color: Light Pink. HEX triplet: FE, AA and B3. RGB value is (254,170,179). Sum of RGB (Red+Green+Blue) = 254+170+179=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAB3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAB3 is #01554C. Grayscale: #C4C4C4. Windows color (decimal): -87373 or 11774718. OLE color: 11774718.
HSL color Cylindrical-coordinate representation of color #FEAAB3: hue angle of 353.57º 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 #FEAAB3 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 179 | - |
| CMYK | 0 | 0.33 | 0.30 | 0.00 |
| HSL | 353.57º | 0.98% | 0.83% | - |
| HSV(B) | 353.57º | 0.33% | 1% | - |
| XYZ | 63.38 | 53.07 | 49.55 | - |
| YUV | 196.14 | 118.33 | 169.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 179 | 0 | 0.33 | 0.30 | 0.00 | 353.57 | 0.98 | 0.83 |
| Hex | FE | AA | B3 | 0 | 21 | 1E | 0 | 162 | 62 | 53 |
| Octal | 376 | 252 | 263 | 0 | 41 | 36 | 0 | 542 | 142 | 123 |
| Binary | 11111110 | 10101010 | 10110011 | 0 | 100001 | 11110 | 0 | 101100010 | 1100010 | 1010011 |
Color Harmonies of #FEAAB3
Complementary color
Monochromatic Colors of #FEAAB3
Black with #FEAAB3
Text Example
Text Example
White with #FEAAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAB3; }
p { color: rgb(254,170,179); }
H1.HeaderClassName
{
color: #FEAAB3;
}
.AnyTagClassName
{
color: #FEAAB3;
}
</style>
background-color css
<style>
a { background-color: #FEAAB3; }
a { background-color: rgb(254,170,179); }
div.DivClassName
{
background-color: #FEAAB3;
}
.BgClassName
{
background-color: #FEAAB3;
}
</style>
border-color css
<style>
span { border-color: #FEAAB3; }
span { border-color: rgb(254,170,179); }
td.TdClassName
{
border-color: #FEAAB3;
}
.TagClassName
{
border-color: #FEAAB3;
}
</style>