Shades of Carnation Pink #FE9EC9
Tints of Carnation Pink #FE9EC9
RGB
CMYK
RGB Variations
Color information
#FE9EC9 (or 0xFE9EC9) is known color: Carnation Pink. HEX triplet: FE, 9E and C9. RGB value is (254,158,201). Sum of RGB (Red+Green+Blue) = 254+158+201=613 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.44% from 613); Green value is 158 (62.11% from 255 or 25.77% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EC9 is #016136. Grayscale: #BFBFBF. Windows color (decimal): -90423 or 13213438. OLE color: 13213438.
HSL color Cylindrical-coordinate representation of color #FE9EC9: hue angle of 333.12º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9EC9 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 201 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.00 |
| HSL | 333.13º | 0.98% | 0.81% | - |
| HSV(B) | 333.13º | 0.38% | 1% | - |
| XYZ | 63.64 | 49.74 | 61.51 | - |
| YUV | 191.61 | 133.3 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 201 | 0 | 0.38 | 0.21 | 0.00 | 333.13 | 0.98 | 0.81 |
| Hex | FE | 9E | C9 | 0 | 26 | 15 | 0 | 14D | 62 | 51 |
| Octal | 376 | 236 | 311 | 0 | 46 | 25 | 0 | 515 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11001001 | 0 | 100110 | 10101 | 0 | 101001101 | 1100010 | 1010001 |
Color Harmonies of #FE9EC9
Complementary color
Monochromatic Colors of #FE9EC9
Black with #FE9EC9
Text Example
Text Example
White with #FE9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EC9; }
p { color: rgb(254,158,201); }
H1.HeaderClassName
{
color: #FE9EC9;
}
.AnyTagClassName
{
color: #FE9EC9;
}
</style>
background-color css
<style>
a { background-color: #FE9EC9; }
a { background-color: rgb(254,158,201); }
div.DivClassName
{
background-color: #FE9EC9;
}
.BgClassName
{
background-color: #FE9EC9;
}
</style>
border-color css
<style>
span { border-color: #FE9EC9; }
span { border-color: rgb(254,158,201); }
td.TdClassName
{
border-color: #FE9EC9;
}
.TagClassName
{
border-color: #FE9EC9;
}
</style>