Shades of Carnation Pink #FE9BCD
Tints of Carnation Pink #FE9BCD
RGB
CMYK
RGB Variations
Color information
#FE9BCD (or 0xFE9BCD) is known color: Carnation Pink. HEX triplet: FE, 9B and CD. RGB value is (254,155,205). Sum of RGB (Red+Green+Blue) = 254+155+205=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9BCD is #016432. Grayscale: #BEBEBE. Windows color (decimal): -91187 or 13474814. OLE color: 13474814.
HSL color Cylindrical-coordinate representation of color #FE9BCD: hue angle of 329.7º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9BCD is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 155 | 205 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.00 |
| HSL | 329.7º | 0.98% | 0.8% | - |
| HSV(B) | 329.7º | 0.39% | 1% | - |
| XYZ | 63.61 | 48.92 | 63.85 | - |
| YUV | 190.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 155 | 205 | 0 | 0.39 | 0.19 | 0.00 | 329.7 | 0.98 | 0.8 |
| Hex | FE | 9B | CD | 0 | 27 | 13 | 0 | 14A | 62 | 50 |
| Octal | 376 | 233 | 315 | 0 | 47 | 23 | 0 | 512 | 142 | 120 |
| Binary | 11111110 | 10011011 | 11001101 | 0 | 100111 | 10011 | 0 | 101001010 | 1100010 | 1010000 |
Color Harmonies of #FE9BCD
Complementary color
Monochromatic Colors of #FE9BCD
Black with #FE9BCD
Text Example
Text Example
White with #FE9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9BCD; }
p { color: rgb(254,155,205); }
H1.HeaderClassName
{
color: #FE9BCD;
}
.AnyTagClassName
{
color: #FE9BCD;
}
</style>
background-color css
<style>
a { background-color: #FE9BCD; }
a { background-color: rgb(254,155,205); }
div.DivClassName
{
background-color: #FE9BCD;
}
.BgClassName
{
background-color: #FE9BCD;
}
</style>
border-color css
<style>
span { border-color: #FE9BCD; }
span { border-color: rgb(254,155,205); }
td.TdClassName
{
border-color: #FE9BCD;
}
.TagClassName
{
border-color: #FE9BCD;
}
</style>