Shades of Carnation Pink #FF9ECD
Tints of Carnation Pink #FF9ECD
RGB
CMYK
RGB Variations
Color information
#FF9ECD (or 0xFF9ECD) is known color: Carnation Pink. HEX triplet: FF, 9E and CD. RGB value is (255,158,205). Sum of RGB (Red+Green+Blue) = 255+158+205=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ECD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ECD is #006132. Grayscale: #C0C0C0. Windows color (decimal): -24883 or 13475583. OLE color: 13475583.
HSL color Cylindrical-coordinate representation of color #FF9ECD: hue angle of 330.93º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9ECD is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 205 | - |
| CMYK | 0 | 0.38 | 0.20 | 0 |
| HSL | 330.93º | 1% | 0.81% | - |
| HSV(B) | 330.93º | 0.38% | 1% | - |
| XYZ | 64.49 | 50.12 | 64.03 | - |
| YUV | 192.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 205 | 0 | 0.38 | 0.20 | 0 | 330.93 | 1 | 0.81 |
| Hex | FF | 9E | CD | 0 | 26 | 14 | 0 | 14B | 64 | 51 |
| Octal | 377 | 236 | 315 | 0 | 46 | 24 | 0 | 513 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11001101 | 0 | 100110 | 10100 | 0 | 101001011 | 1100100 | 1010001 |
Color Harmonies of #FF9ECD
Complementary color
Monochromatic Colors of #FF9ECD
Black with #FF9ECD
Text Example
Text Example
White with #FF9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ECD; }
p { color: rgb(255,158,205); }
H1.HeaderClassName
{
color: #FF9ECD;
}
.AnyTagClassName
{
color: #FF9ECD;
}
</style>
background-color css
<style>
a { background-color: #FF9ECD; }
a { background-color: rgb(255,158,205); }
div.DivClassName
{
background-color: #FF9ECD;
}
.BgClassName
{
background-color: #FF9ECD;
}
</style>
border-color css
<style>
span { border-color: #FF9ECD; }
span { border-color: rgb(255,158,205); }
td.TdClassName
{
border-color: #FF9ECD;
}
.TagClassName
{
border-color: #FF9ECD;
}
</style>