Shades of Carnation Pink #FE9EBD
Tints of Carnation Pink #FE9EBD
RGB
CMYK
RGB Variations
Color information
#FE9EBD (or 0xFE9EBD) is known color: Carnation Pink. HEX triplet: FE, 9E and BD. RGB value is (254,158,189). Sum of RGB (Red+Green+Blue) = 254+158+189=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9EBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9EBD is #016142. Grayscale: #BEBEBE. Windows color (decimal): -90435 or 12427006. OLE color: 12427006.
HSL color Cylindrical-coordinate representation of color #FE9EBD: hue angle of 340.62º 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 #FE9EBD is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 158 | 189 | - |
| CMYK | 0 | 0.38 | 0.26 | 0.00 |
| HSL | 340.63º | 0.98% | 0.81% | - |
| HSV(B) | 340.63º | 0.38% | 1% | - |
| XYZ | 62.29 | 49.2 | 54.36 | - |
| YUV | 190.24 | 127.3 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 158 | 189 | 0 | 0.38 | 0.26 | 0.00 | 340.63 | 0.98 | 0.81 |
| Hex | FE | 9E | BD | 0 | 26 | 1A | 0 | 155 | 62 | 51 |
| Octal | 376 | 236 | 275 | 0 | 46 | 32 | 0 | 525 | 142 | 121 |
| Binary | 11111110 | 10011110 | 10111101 | 0 | 100110 | 11010 | 0 | 101010101 | 1100010 | 1010001 |
Color Harmonies of #FE9EBD
Complementary color
Monochromatic Colors of #FE9EBD
Black with #FE9EBD
Text Example
Text Example
White with #FE9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9EBD; }
p { color: rgb(254,158,189); }
H1.HeaderClassName
{
color: #FE9EBD;
}
.AnyTagClassName
{
color: #FE9EBD;
}
</style>
background-color css
<style>
a { background-color: #FE9EBD; }
a { background-color: rgb(254,158,189); }
div.DivClassName
{
background-color: #FE9EBD;
}
.BgClassName
{
background-color: #FE9EBD;
}
</style>
border-color css
<style>
span { border-color: #FE9EBD; }
span { border-color: rgb(254,158,189); }
td.TdClassName
{
border-color: #FE9EBD;
}
.TagClassName
{
border-color: #FE9EBD;
}
</style>