Shades of Carnation Pink #FE9EC0
Tints of Carnation Pink #FE9EC0
RGB
CMYK
RGB Variations
Color information
#FE9EC0 (or 0xFE9EC0) is known color: Carnation Pink. HEX triplet: FE, 9E and C0. RGB value is (254,158,192). Sum of RGB (Red+Green+Blue) = 254+158+192=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 158 (62.11% from 255 or 26.16% from 604); Blue value is 192 (75.39% from 255 or 31.79% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EC0 is #01613F. Grayscale: #BEBEBE. Windows color (decimal): -90432 or 12623614. OLE color: 12623614.
HSL color Cylindrical-coordinate representation of color #FE9EC0: hue angle of 338.75º 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 #FE9EC0 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 192 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.00 |
| HSL | 338.75º | 0.98% | 0.81% | - |
| HSV(B) | 338.75º | 0.38% | 1% | - |
| XYZ | 62.61 | 49.33 | 56.09 | - |
| YUV | 190.58 | 128.8 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 192 | 0 | 0.38 | 0.24 | 0.00 | 338.75 | 0.98 | 0.81 |
| Hex | FE | 9E | C0 | 0 | 26 | 18 | 0 | 153 | 62 | 51 |
| Octal | 376 | 236 | 300 | 0 | 46 | 30 | 0 | 523 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11000000 | 0 | 100110 | 11000 | 0 | 101010011 | 1100010 | 1010001 |
Color Harmonies of #FE9EC0
Complementary color
Monochromatic Colors of #FE9EC0
Black with #FE9EC0
Text Example
Text Example
White with #FE9EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EC0; }
p { color: rgb(254,158,192); }
H1.HeaderClassName
{
color: #FE9EC0;
}
.AnyTagClassName
{
color: #FE9EC0;
}
</style>
background-color css
<style>
a { background-color: #FE9EC0; }
a { background-color: rgb(254,158,192); }
div.DivClassName
{
background-color: #FE9EC0;
}
.BgClassName
{
background-color: #FE9EC0;
}
</style>
border-color css
<style>
span { border-color: #FE9EC0; }
span { border-color: rgb(254,158,192); }
td.TdClassName
{
border-color: #FE9EC0;
}
.TagClassName
{
border-color: #FE9EC0;
}
</style>