Shades of Light Pink #FEA9BA
Tints of Light Pink #FEA9BA
RGB
CMYK
RGB Variations
Color information
#FEA9BA (or 0xFEA9BA) is known color: Light Pink. HEX triplet: FE, A9 and BA. RGB value is (254,169,186). Sum of RGB (Red+Green+Blue) = 254+169+186=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 186 (73.05% from 255 or 30.54% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9BA is #015645. Grayscale: #C4C4C4. Windows color (decimal): -87622 or 12233214. OLE color: 12233214.
HSL color Cylindrical-coordinate representation of color #FEA9BA: hue angle of 348º 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 #FEA9BA is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 186 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.00 |
| HSL | 348º | 0.98% | 0.83% | - |
| HSV(B) | 348º | 0.33% | 1% | - |
| XYZ | 63.92 | 52.99 | 53.31 | - |
| YUV | 196.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 186 | 0 | 0.33 | 0.27 | 0.00 | 348 | 0.98 | 0.83 |
| Hex | FE | A9 | BA | 0 | 21 | 1B | 0 | 15C | 62 | 53 |
| Octal | 376 | 251 | 272 | 0 | 41 | 33 | 0 | 534 | 142 | 123 |
| Binary | 11111110 | 10101001 | 10111010 | 0 | 100001 | 11011 | 0 | 101011100 | 1100010 | 1010011 |
Color Harmonies of #FEA9BA
Complementary color
Monochromatic Colors of #FEA9BA
Black with #FEA9BA
Text Example
Text Example
White with #FEA9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9BA; }
p { color: rgb(254,169,186); }
H1.HeaderClassName
{
color: #FEA9BA;
}
.AnyTagClassName
{
color: #FEA9BA;
}
</style>
background-color css
<style>
a { background-color: #FEA9BA; }
a { background-color: rgb(254,169,186); }
div.DivClassName
{
background-color: #FEA9BA;
}
.BgClassName
{
background-color: #FEA9BA;
}
</style>
border-color css
<style>
span { border-color: #FEA9BA; }
span { border-color: rgb(254,169,186); }
td.TdClassName
{
border-color: #FEA9BA;
}
.TagClassName
{
border-color: #FEA9BA;
}
</style>