Shades of Carnation Pink #FEA2C1
Tints of Carnation Pink #FEA2C1
RGB
CMYK
RGB Variations
Color information
#FEA2C1 (or 0xFEA2C1) is known color: Carnation Pink. HEX triplet: FE, A2 and C1. RGB value is (254,162,193). Sum of RGB (Red+Green+Blue) = 254+162+193=609 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.71% from 609); Green value is 162 (63.67% from 255 or 26.60% from 609); Blue value is 193 (75.78% from 255 or 31.69% from 609); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2C1 is #015D3E. Grayscale: #C1C1C1. Windows color (decimal): -89407 or 12690174. OLE color: 12690174.
HSL color Cylindrical-coordinate representation of color #FEA2C1: hue angle of 339.78º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2C1 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 193 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.00 |
| HSL | 339.78º | 0.98% | 0.82% | - |
| HSV(B) | 339.78º | 0.36% | 1% | - |
| XYZ | 63.42 | 50.76 | 56.91 | - |
| YUV | 193.04 | 127.98 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 193 | 0 | 0.36 | 0.24 | 0.00 | 339.78 | 0.98 | 0.82 |
| Hex | FE | A2 | C1 | 0 | 24 | 18 | 0 | 154 | 62 | 52 |
| Octal | 376 | 242 | 301 | 0 | 44 | 30 | 0 | 524 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11000001 | 0 | 100100 | 11000 | 0 | 101010100 | 1100010 | 1010010 |
Color Harmonies of #FEA2C1
Complementary color
Monochromatic Colors of #FEA2C1
Black with #FEA2C1
Text Example
Text Example
White with #FEA2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2C1; }
p { color: rgb(254,162,193); }
H1.HeaderClassName
{
color: #FEA2C1;
}
.AnyTagClassName
{
color: #FEA2C1;
}
</style>
background-color css
<style>
a { background-color: #FEA2C1; }
a { background-color: rgb(254,162,193); }
div.DivClassName
{
background-color: #FEA2C1;
}
.BgClassName
{
background-color: #FEA2C1;
}
</style>
border-color css
<style>
span { border-color: #FEA2C1; }
span { border-color: rgb(254,162,193); }
td.TdClassName
{
border-color: #FEA2C1;
}
.TagClassName
{
border-color: #FEA2C1;
}
</style>