Shades of Carnation Pink #FEA1BA
Tints of Carnation Pink #FEA1BA
RGB
CMYK
RGB Variations
Color information
#FEA1BA (or 0xFEA1BA) is known color: Carnation Pink. HEX triplet: FE, A1 and BA. RGB value is (254,161,186). Sum of RGB (Red+Green+Blue) = 254+161+186=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 161 (63.28% from 255 or 26.79% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1BA is #015E45. Grayscale: #BFBFBF. Windows color (decimal): -89670 or 12231166. OLE color: 12231166.
HSL color Cylindrical-coordinate representation of color #FEA1BA: hue angle of 343.87º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA1BA is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 186 | - |
| CMYK | 0 | 0.37 | 0.27 | 0.00 |
| HSL | 343.87º | 0.98% | 0.81% | - |
| HSV(B) | 343.87º | 0.37% | 1% | - |
| XYZ | 62.48 | 50.11 | 52.83 | - |
| YUV | 191.66 | 124.81 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 186 | 0 | 0.37 | 0.27 | 0.00 | 343.87 | 0.98 | 0.81 |
| Hex | FE | A1 | BA | 0 | 25 | 1B | 0 | 158 | 62 | 51 |
| Octal | 376 | 241 | 272 | 0 | 45 | 33 | 0 | 530 | 142 | 121 |
| Binary | 11111110 | 10100001 | 10111010 | 0 | 100101 | 11011 | 0 | 101011000 | 1100010 | 1010001 |
Color Harmonies of #FEA1BA
Complementary color
Monochromatic Colors of #FEA1BA
Black with #FEA1BA
Text Example
Text Example
White with #FEA1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1BA; }
p { color: rgb(254,161,186); }
H1.HeaderClassName
{
color: #FEA1BA;
}
.AnyTagClassName
{
color: #FEA1BA;
}
</style>
background-color css
<style>
a { background-color: #FEA1BA; }
a { background-color: rgb(254,161,186); }
div.DivClassName
{
background-color: #FEA1BA;
}
.BgClassName
{
background-color: #FEA1BA;
}
</style>
border-color css
<style>
span { border-color: #FEA1BA; }
span { border-color: rgb(254,161,186); }
td.TdClassName
{
border-color: #FEA1BA;
}
.TagClassName
{
border-color: #FEA1BA;
}
</style>