Shades of Carnation Pink #FEA1BC
Tints of Carnation Pink #FEA1BC
RGB
CMYK
RGB Variations
Color information
#FEA1BC (or 0xFEA1BC) is known color: Carnation Pink. HEX triplet: FE, A1 and BC. RGB value is (254,161,188). Sum of RGB (Red+Green+Blue) = 254+161+188=603 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.12% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1BC is #015E43. Grayscale: #BFBFBF. Windows color (decimal): -89668 or 12362238. OLE color: 12362238.
HSL color Cylindrical-coordinate representation of color #FEA1BC: hue angle of 342.58º 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 #FEA1BC is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 188 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.00 |
| HSL | 342.58º | 0.98% | 0.81% | - |
| HSV(B) | 342.58º | 0.37% | 1% | - |
| XYZ | 62.7 | 50.19 | 53.96 | - |
| YUV | 191.89 | 125.81 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 188 | 0 | 0.37 | 0.26 | 0.00 | 342.58 | 0.98 | 0.81 |
| Hex | FE | A1 | BC | 0 | 25 | 1A | 0 | 157 | 62 | 51 |
| Octal | 376 | 241 | 274 | 0 | 45 | 32 | 0 | 527 | 142 | 121 |
| Binary | 11111110 | 10100001 | 10111100 | 0 | 100101 | 11010 | 0 | 101010111 | 1100010 | 1010001 |
Color Harmonies of #FEA1BC
Complementary color
Monochromatic Colors of #FEA1BC
Black with #FEA1BC
Text Example
Text Example
White with #FEA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1BC; }
p { color: rgb(254,161,188); }
H1.HeaderClassName
{
color: #FEA1BC;
}
.AnyTagClassName
{
color: #FEA1BC;
}
</style>
background-color css
<style>
a { background-color: #FEA1BC; }
a { background-color: rgb(254,161,188); }
div.DivClassName
{
background-color: #FEA1BC;
}
.BgClassName
{
background-color: #FEA1BC;
}
</style>
border-color css
<style>
span { border-color: #FEA1BC; }
span { border-color: rgb(254,161,188); }
td.TdClassName
{
border-color: #FEA1BC;
}
.TagClassName
{
border-color: #FEA1BC;
}
</style>