Shades of Carnation Pink #FE9EC7
Tints of Carnation Pink #FE9EC7
RGB
CMYK
RGB Variations
Color information
#FE9EC7 (or 0xFE9EC7) is known color: Carnation Pink. HEX triplet: FE, 9E and C7. RGB value is (254,158,199). Sum of RGB (Red+Green+Blue) = 254+158+199=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EC7 is #016138. Grayscale: #BFBFBF. Windows color (decimal): -90425 or 13082366. OLE color: 13082366.
HSL color Cylindrical-coordinate representation of color #FE9EC7: hue angle of 334.38º 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 #FE9EC7 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 199 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.00 |
| HSL | 334.38º | 0.98% | 0.81% | - |
| HSV(B) | 334.38º | 0.38% | 1% | - |
| XYZ | 63.41 | 49.65 | 60.27 | - |
| YUV | 191.38 | 132.3 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 199 | 0 | 0.38 | 0.22 | 0.00 | 334.38 | 0.98 | 0.81 |
| Hex | FE | 9E | C7 | 0 | 26 | 16 | 0 | 14E | 62 | 51 |
| Octal | 376 | 236 | 307 | 0 | 46 | 26 | 0 | 516 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11000111 | 0 | 100110 | 10110 | 0 | 101001110 | 1100010 | 1010001 |
Color Harmonies of #FE9EC7
Complementary color
Monochromatic Colors of #FE9EC7
Black with #FE9EC7
Text Example
Text Example
White with #FE9EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EC7; }
p { color: rgb(254,158,199); }
H1.HeaderClassName
{
color: #FE9EC7;
}
.AnyTagClassName
{
color: #FE9EC7;
}
</style>
background-color css
<style>
a { background-color: #FE9EC7; }
a { background-color: rgb(254,158,199); }
div.DivClassName
{
background-color: #FE9EC7;
}
.BgClassName
{
background-color: #FE9EC7;
}
</style>
border-color css
<style>
span { border-color: #FE9EC7; }
span { border-color: rgb(254,158,199); }
td.TdClassName
{
border-color: #FE9EC7;
}
.TagClassName
{
border-color: #FE9EC7;
}
</style>