Shades of Carnation Pink #FEA2C5
Tints of Carnation Pink #FEA2C5
RGB
CMYK
RGB Variations
Color information
#FEA2C5 (or 0xFEA2C5) is known color: Carnation Pink. HEX triplet: FE, A2 and C5. RGB value is (254,162,197). Sum of RGB (Red+Green+Blue) = 254+162+197=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 162 (63.67% from 255 or 26.43% from 613); Blue value is 197 (77.34% from 255 or 32.14% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2C5 is #015D3A. Grayscale: #C1C1C1. Windows color (decimal): -89403 or 12952318. OLE color: 12952318.
HSL color Cylindrical-coordinate representation of color #FEA2C5: hue angle of 337.17º 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 #FEA2C5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 197 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.00 |
| HSL | 337.17º | 0.98% | 0.82% | - |
| HSV(B) | 337.17º | 0.36% | 1% | - |
| XYZ | 63.87 | 50.94 | 59.29 | - |
| YUV | 193.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 197 | 0 | 0.36 | 0.22 | 0.00 | 337.17 | 0.98 | 0.82 |
| Hex | FE | A2 | C5 | 0 | 24 | 16 | 0 | 151 | 62 | 52 |
| Octal | 376 | 242 | 305 | 0 | 44 | 26 | 0 | 521 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11000101 | 0 | 100100 | 10110 | 0 | 101010001 | 1100010 | 1010010 |
Color Harmonies of #FEA2C5
Complementary color
Monochromatic Colors of #FEA2C5
Black with #FEA2C5
Text Example
Text Example
White with #FEA2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2C5; }
p { color: rgb(254,162,197); }
H1.HeaderClassName
{
color: #FEA2C5;
}
.AnyTagClassName
{
color: #FEA2C5;
}
</style>
background-color css
<style>
a { background-color: #FEA2C5; }
a { background-color: rgb(254,162,197); }
div.DivClassName
{
background-color: #FEA2C5;
}
.BgClassName
{
background-color: #FEA2C5;
}
</style>
border-color css
<style>
span { border-color: #FEA2C5; }
span { border-color: rgb(254,162,197); }
td.TdClassName
{
border-color: #FEA2C5;
}
.TagClassName
{
border-color: #FEA2C5;
}
</style>