Shades of Carnation Pink #FF9ECF
Tints of Carnation Pink #FF9ECF
RGB
CMYK
RGB Variations
Color information
#FF9ECF (or 0xFF9ECF) is known color: Carnation Pink. HEX triplet: FF, 9E and CF. RGB value is (255,158,207). Sum of RGB (Red+Green+Blue) = 255+158+207=620 (82% of max value = 765). Red value is 255 (100% from 255 or 41.13% from 620); Green value is 158 (62.11% from 255 or 25.48% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ECF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ECF is #006130. Grayscale: #C0C0C0. Windows color (decimal): -24881 or 13606655. OLE color: 13606655.
HSL color Cylindrical-coordinate representation of color #FF9ECF: hue angle of 329.69º 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 #FF9ECF is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 207 | - |
| CMYK | 0 | 0.38 | 0.19 | 0 |
| HSL | 329.69º | 1% | 0.81% | - |
| HSV(B) | 329.69º | 0.38% | 1% | - |
| XYZ | 64.73 | 50.22 | 65.31 | - |
| YUV | 192.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 207 | 0 | 0.38 | 0.19 | 0 | 329.69 | 1 | 0.81 |
| Hex | FF | 9E | CF | 0 | 26 | 13 | 0 | 14A | 64 | 51 |
| Octal | 377 | 236 | 317 | 0 | 46 | 23 | 0 | 512 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11001111 | 0 | 100110 | 10011 | 0 | 101001010 | 1100100 | 1010001 |
Color Harmonies of #FF9ECF
Complementary color
Monochromatic Colors of #FF9ECF
Black with #FF9ECF
Text Example
Text Example
White with #FF9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ECF; }
p { color: rgb(255,158,207); }
H1.HeaderClassName
{
color: #FF9ECF;
}
.AnyTagClassName
{
color: #FF9ECF;
}
</style>
background-color css
<style>
a { background-color: #FF9ECF; }
a { background-color: rgb(255,158,207); }
div.DivClassName
{
background-color: #FF9ECF;
}
.BgClassName
{
background-color: #FF9ECF;
}
</style>
border-color css
<style>
span { border-color: #FF9ECF; }
span { border-color: rgb(255,158,207); }
td.TdClassName
{
border-color: #FF9ECF;
}
.TagClassName
{
border-color: #FF9ECF;
}
</style>