Shades of Light Pink #FEAAAD
Tints of Light Pink #FEAAAD
RGB
CMYK
RGB Variations
Color information
#FEAAAD (or 0xFEAAAD) is known color: Light Pink. HEX triplet: FE, AA and AD. RGB value is (254,170,173). Sum of RGB (Red+Green+Blue) = 254+170+173=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 173 (67.97% from 255 or 28.98% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAAAD is #015552. Grayscale: #C3C3C3. Windows color (decimal): -87379 or 11381502. OLE color: 11381502.
HSL color Cylindrical-coordinate representation of color #FEAAAD: hue angle of 357.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 #FEAAAD is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 170 | 173 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.00 |
| HSL | 357.86º | 0.98% | 0.83% | - |
| HSV(B) | 357.86º | 0.33% | 1% | - |
| XYZ | 62.79 | 52.84 | 46.42 | - |
| YUV | 195.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 170 | 173 | 0 | 0.33 | 0.32 | 0.00 | 357.86 | 0.98 | 0.83 |
| Hex | FE | AA | AD | 0 | 21 | 20 | 0 | 166 | 62 | 53 |
| Octal | 376 | 252 | 255 | 0 | 41 | 40 | 0 | 546 | 142 | 123 |
| Binary | 11111110 | 10101010 | 10101101 | 0 | 100001 | 100000 | 0 | 101100110 | 1100010 | 1010011 |
Color Harmonies of #FEAAAD
Complementary color
Monochromatic Colors of #FEAAAD
Black with #FEAAAD
Text Example
Text Example
White with #FEAAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEAAAD; }
p { color: rgb(254,170,173); }
H1.HeaderClassName
{
color: #FEAAAD;
}
.AnyTagClassName
{
color: #FEAAAD;
}
</style>
background-color css
<style>
a { background-color: #FEAAAD; }
a { background-color: rgb(254,170,173); }
div.DivClassName
{
background-color: #FEAAAD;
}
.BgClassName
{
background-color: #FEAAAD;
}
</style>
border-color css
<style>
span { border-color: #FEAAAD; }
span { border-color: rgb(254,170,173); }
td.TdClassName
{
border-color: #FEAAAD;
}
.TagClassName
{
border-color: #FEAAAD;
}
</style>