Shades of Carnation Pink #FE9ECB
Tints of Carnation Pink #FE9ECB
RGB
CMYK
RGB Variations
Color information
#FE9ECB (or 0xFE9ECB) is known color: Carnation Pink. HEX triplet: FE, 9E and CB. RGB value is (254,158,203). Sum of RGB (Red+Green+Blue) = 254+158+203=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9ECB is #016134. Grayscale: #BFBFBF. Windows color (decimal): -90421 or 13344510. OLE color: 13344510.
HSL color Cylindrical-coordinate representation of color #FE9ECB: hue angle of 331.88º 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 #FE9ECB is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 203 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.00 |
| HSL | 331.88º | 0.98% | 0.81% | - |
| HSV(B) | 331.88º | 0.38% | 1% | - |
| XYZ | 63.88 | 49.84 | 62.75 | - |
| YUV | 191.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 203 | 0 | 0.38 | 0.20 | 0.00 | 331.88 | 0.98 | 0.81 |
| Hex | FE | 9E | CB | 0 | 26 | 14 | 0 | 14C | 62 | 51 |
| Octal | 376 | 236 | 313 | 0 | 46 | 24 | 0 | 514 | 142 | 121 |
| Binary | 11111110 | 10011110 | 11001011 | 0 | 100110 | 10100 | 0 | 101001100 | 1100010 | 1010001 |
Color Harmonies of #FE9ECB
Complementary color
Monochromatic Colors of #FE9ECB
Black with #FE9ECB
Text Example
Text Example
White with #FE9ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9ECB; }
p { color: rgb(254,158,203); }
H1.HeaderClassName
{
color: #FE9ECB;
}
.AnyTagClassName
{
color: #FE9ECB;
}
</style>
background-color css
<style>
a { background-color: #FE9ECB; }
a { background-color: rgb(254,158,203); }
div.DivClassName
{
background-color: #FE9ECB;
}
.BgClassName
{
background-color: #FE9ECB;
}
</style>
border-color css
<style>
span { border-color: #FE9ECB; }
span { border-color: rgb(254,158,203); }
td.TdClassName
{
border-color: #FE9ECB;
}
.TagClassName
{
border-color: #FE9ECB;
}
</style>