Shades of Carnation Pink #FE9EC1
Tints of Carnation Pink #FE9EC1
RGB
CMYK
RGB Variations
Color information
#FE9EC1 (or 0xFE9EC1) is known color: Carnation Pink. HEX triplet: FE, 9E and C1. RGB value is (254,158,193). Sum of RGB (Red+Green+Blue) = 254+158+193=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EC1 is #01613E. Grayscale: #BEBEBE. Windows color (decimal): -90431 or 12689150. OLE color: 12689150.
HSL color Cylindrical-coordinate representation of color #FE9EC1: hue angle of 338.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 #FE9EC1 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 193 | - |
| CMYK | 0 | 0.38 | 0.24 | 0.00 |
| HSL | 338.13º | 0.98% | 0.81% | - |
| HSV(B) | 338.13º | 0.38% | 1% | - |
| XYZ | 62.73 | 49.37 | 56.68 | - |
| YUV | 190.69 | 129.3 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 193 | 0 | 0.38 | 0.24 | 0.00 | 338.13 | 0.98 | 0.81 |
| Hex | FE | 9E | C1 | 0 | 26 | 18 | 0 | 152 | 62 | 51 |
| Octal | 376 | 236 | 301 | 0 | 46 | 30 | 0 | 522 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11000001 | 0 | 100110 | 11000 | 0 | 101010010 | 1100010 | 1010001 |
Color Harmonies of #FE9EC1
Complementary color
Monochromatic Colors of #FE9EC1
Black with #FE9EC1
Text Example
Text Example
White with #FE9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EC1; }
p { color: rgb(254,158,193); }
H1.HeaderClassName
{
color: #FE9EC1;
}
.AnyTagClassName
{
color: #FE9EC1;
}
</style>
background-color css
<style>
a { background-color: #FE9EC1; }
a { background-color: rgb(254,158,193); }
div.DivClassName
{
background-color: #FE9EC1;
}
.BgClassName
{
background-color: #FE9EC1;
}
</style>
border-color css
<style>
span { border-color: #FE9EC1; }
span { border-color: rgb(254,158,193); }
td.TdClassName
{
border-color: #FE9EC1;
}
.TagClassName
{
border-color: #FE9EC1;
}
</style>