Shades of Light Pink #FEA6AA
Tints of Light Pink #FEA6AA
RGB
CMYK
RGB Variations
Color information
#FEA6AA (or 0xFEA6AA) is known color: Light Pink. HEX triplet: FE, A6 and AA. RGB value is (254,166,170). Sum of RGB (Red+Green+Blue) = 254+166+170=590 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.05% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 170 (66.80% from 255 or 28.81% from 590); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA6AA is #015955. Grayscale: #C0C0C0. Windows color (decimal): -88406 or 11183870. OLE color: 11183870.
HSL color Cylindrical-coordinate representation of color #FEA6AA: hue angle of 357.27º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6AA is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 170 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.00 |
| HSL | 357.27º | 0.98% | 0.82% | - |
| HSV(B) | 357.27º | 0.35% | 1% | - |
| XYZ | 61.76 | 51.25 | 44.67 | - |
| YUV | 192.77 | 115.15 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 170 | 0 | 0.35 | 0.33 | 0.00 | 357.27 | 0.98 | 0.82 |
| Hex | FE | A6 | AA | 0 | 23 | 21 | 0 | 165 | 62 | 52 |
| Octal | 376 | 246 | 252 | 0 | 43 | 41 | 0 | 545 | 142 | 122 |
| Binary | 11111110 | 10100110 | 10101010 | 0 | 100011 | 100001 | 0 | 101100101 | 1100010 | 1010010 |
Color Harmonies of #FEA6AA
Complementary color
Monochromatic Colors of #FEA6AA
Black with #FEA6AA
Text Example
Text Example
White with #FEA6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6AA; }
p { color: rgb(254,166,170); }
H1.HeaderClassName
{
color: #FEA6AA;
}
.AnyTagClassName
{
color: #FEA6AA;
}
</style>
background-color css
<style>
a { background-color: #FEA6AA; }
a { background-color: rgb(254,166,170); }
div.DivClassName
{
background-color: #FEA6AA;
}
.BgClassName
{
background-color: #FEA6AA;
}
</style>
border-color css
<style>
span { border-color: #FEA6AA; }
span { border-color: rgb(254,166,170); }
td.TdClassName
{
border-color: #FEA6AA;
}
.TagClassName
{
border-color: #FEA6AA;
}
</style>