Shades of Carnation Pink #FE9EC8
Tints of Carnation Pink #FE9EC8
RGB
CMYK
RGB Variations
Color information
#FE9EC8 (or 0xFE9EC8) is known color: Carnation Pink. HEX triplet: FE, 9E and C8. RGB value is (254,158,200). Sum of RGB (Red+Green+Blue) = 254+158+200=612 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.50% from 612); Green value is 158 (62.11% from 255 or 25.82% from 612); Blue value is 200 (78.52% from 255 or 32.68% from 612); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EC8 is #016137. Grayscale: #BFBFBF. Windows color (decimal): -90424 or 13147902. OLE color: 13147902.
HSL color Cylindrical-coordinate representation of color #FE9EC8: hue angle of 333.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 #FE9EC8 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 200 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.00 |
| HSL | 333.75º | 0.98% | 0.81% | - |
| HSV(B) | 333.75º | 0.38% | 1% | - |
| XYZ | 63.53 | 49.69 | 60.89 | - |
| YUV | 191.49 | 132.8 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 200 | 0 | 0.38 | 0.21 | 0.00 | 333.75 | 0.98 | 0.81 |
| Hex | FE | 9E | C8 | 0 | 26 | 15 | 0 | 14E | 62 | 51 |
| Octal | 376 | 236 | 310 | 0 | 46 | 25 | 0 | 516 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11001000 | 0 | 100110 | 10101 | 0 | 101001110 | 1100010 | 1010001 |
Color Harmonies of #FE9EC8
Complementary color
Monochromatic Colors of #FE9EC8
Black with #FE9EC8
Text Example
Text Example
White with #FE9EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EC8; }
p { color: rgb(254,158,200); }
H1.HeaderClassName
{
color: #FE9EC8;
}
.AnyTagClassName
{
color: #FE9EC8;
}
</style>
background-color css
<style>
a { background-color: #FE9EC8; }
a { background-color: rgb(254,158,200); }
div.DivClassName
{
background-color: #FE9EC8;
}
.BgClassName
{
background-color: #FE9EC8;
}
</style>
border-color css
<style>
span { border-color: #FE9EC8; }
span { border-color: rgb(254,158,200); }
td.TdClassName
{
border-color: #FE9EC8;
}
.TagClassName
{
border-color: #FE9EC8;
}
</style>