Shades of Carnation Pink #FE9ECF
Tints of Carnation Pink #FE9ECF
RGB
CMYK
RGB Variations
Color information
#FE9ECF (or 0xFE9ECF) is known color: Carnation Pink. HEX triplet: FE, 9E and CF. RGB value is (254,158,207). Sum of RGB (Red+Green+Blue) = 254+158+207=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ECF is #016130. Grayscale: #C0C0C0. Windows color (decimal): -90417 or 13606654. OLE color: 13606654.
HSL color Cylindrical-coordinate representation of color #FE9ECF: hue angle of 329.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 #FE9ECF is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 207 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.00 |
| HSL | 329.38º | 0.98% | 0.81% | - |
| HSV(B) | 329.38º | 0.38% | 1% | - |
| XYZ | 64.36 | 50.03 | 65.3 | - |
| YUV | 192.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 207 | 0 | 0.38 | 0.19 | 0.00 | 329.38 | 0.98 | 0.81 |
| Hex | FE | 9E | CF | 0 | 26 | 13 | 0 | 149 | 62 | 51 |
| Octal | 376 | 236 | 317 | 0 | 46 | 23 | 0 | 511 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11001111 | 0 | 100110 | 10011 | 0 | 101001001 | 1100010 | 1010001 |
Color Harmonies of #FE9ECF
Complementary color
Monochromatic Colors of #FE9ECF
Black with #FE9ECF
Text Example
Text Example
White with #FE9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ECF; }
p { color: rgb(254,158,207); }
H1.HeaderClassName
{
color: #FE9ECF;
}
.AnyTagClassName
{
color: #FE9ECF;
}
</style>
background-color css
<style>
a { background-color: #FE9ECF; }
a { background-color: rgb(254,158,207); }
div.DivClassName
{
background-color: #FE9ECF;
}
.BgClassName
{
background-color: #FE9ECF;
}
</style>
border-color css
<style>
span { border-color: #FE9ECF; }
span { border-color: rgb(254,158,207); }
td.TdClassName
{
border-color: #FE9ECF;
}
.TagClassName
{
border-color: #FE9ECF;
}
</style>