Shades of Carnation Pink #FEA2C9
Tints of Carnation Pink #FEA2C9
RGB
CMYK
RGB Variations
Color information
#FEA2C9 (or 0xFEA2C9) is known color: Carnation Pink. HEX triplet: FE, A2 and C9. RGB value is (254,162,201). Sum of RGB (Red+Green+Blue) = 254+162+201=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2C9 is #015D36. Grayscale: #C1C1C1. Windows color (decimal): -89399 or 13214462. OLE color: 13214462.
HSL color Cylindrical-coordinate representation of color #FEA2C9: hue angle of 334.57º 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 #FEA2C9 is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 201 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.00 |
| HSL | 334.57º | 0.98% | 0.82% | - |
| HSV(B) | 334.57º | 0.36% | 1% | - |
| XYZ | 64.34 | 51.13 | 61.74 | - |
| YUV | 193.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 201 | 0 | 0.36 | 0.21 | 0.00 | 334.57 | 0.98 | 0.82 |
| Hex | FE | A2 | C9 | 0 | 24 | 15 | 0 | 14F | 62 | 52 |
| Octal | 376 | 242 | 311 | 0 | 44 | 25 | 0 | 517 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11001001 | 0 | 100100 | 10101 | 0 | 101001111 | 1100010 | 1010010 |
Color Harmonies of #FEA2C9
Complementary color
Monochromatic Colors of #FEA2C9
Black with #FEA2C9
Text Example
Text Example
White with #FEA2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2C9; }
p { color: rgb(254,162,201); }
H1.HeaderClassName
{
color: #FEA2C9;
}
.AnyTagClassName
{
color: #FEA2C9;
}
</style>
background-color css
<style>
a { background-color: #FEA2C9; }
a { background-color: rgb(254,162,201); }
div.DivClassName
{
background-color: #FEA2C9;
}
.BgClassName
{
background-color: #FEA2C9;
}
</style>
border-color css
<style>
span { border-color: #FEA2C9; }
span { border-color: rgb(254,162,201); }
td.TdClassName
{
border-color: #FEA2C9;
}
.TagClassName
{
border-color: #FEA2C9;
}
</style>