Shades of Light Pink #FEA6BA
Tints of Light Pink #FEA6BA
RGB
CMYK
RGB Variations
Color information
#FEA6BA (or 0xFEA6BA) is known color: Light Pink. HEX triplet: FE, A6 and BA. RGB value is (254,166,186). Sum of RGB (Red+Green+Blue) = 254+166+186=606 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.91% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6BA is #015945. Grayscale: #C2C2C2. Windows color (decimal): -88390 or 12232446. OLE color: 12232446.
HSL color Cylindrical-coordinate representation of color #FEA6BA: hue angle of 346.36º 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 #FEA6BA is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 186 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.00 |
| HSL | 346.36º | 0.98% | 0.82% | - |
| HSV(B) | 346.36º | 0.35% | 1% | - |
| XYZ | 63.37 | 51.89 | 53.13 | - |
| YUV | 194.59 | 123.15 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 186 | 0 | 0.35 | 0.27 | 0.00 | 346.36 | 0.98 | 0.82 |
| Hex | FE | A6 | BA | 0 | 23 | 1B | 0 | 15A | 62 | 52 |
| Octal | 376 | 246 | 272 | 0 | 43 | 33 | 0 | 532 | 142 | 122 |
| Binary | 11111110 | 10100110 | 10111010 | 0 | 100011 | 11011 | 0 | 101011010 | 1100010 | 1010010 |
Color Harmonies of #FEA6BA
Complementary color
Monochromatic Colors of #FEA6BA
Black with #FEA6BA
Text Example
Text Example
White with #FEA6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6BA; }
p { color: rgb(254,166,186); }
H1.HeaderClassName
{
color: #FEA6BA;
}
.AnyTagClassName
{
color: #FEA6BA;
}
</style>
background-color css
<style>
a { background-color: #FEA6BA; }
a { background-color: rgb(254,166,186); }
div.DivClassName
{
background-color: #FEA6BA;
}
.BgClassName
{
background-color: #FEA6BA;
}
</style>
border-color css
<style>
span { border-color: #FEA6BA; }
span { border-color: rgb(254,166,186); }
td.TdClassName
{
border-color: #FEA6BA;
}
.TagClassName
{
border-color: #FEA6BA;
}
</style>