Shades of Carnation Pink #FF9EC6
Tints of Carnation Pink #FF9EC6
RGB
CMYK
RGB Variations
Color information
#FF9EC6 (or 0xFF9EC6) is known color: Carnation Pink. HEX triplet: FF, 9E and C6. RGB value is (255,158,198). Sum of RGB (Red+Green+Blue) = 255+158+198=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 158 (62.11% from 255 or 25.86% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EC6 is #006139. Grayscale: #BFBFBF. Windows color (decimal): -24890 or 13016831. OLE color: 13016831.
HSL color Cylindrical-coordinate representation of color #FF9EC6: hue angle of 335.26º 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 #FF9EC6 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 198 | - |
| CMYK | 0 | 0.38 | 0.22 | 0 |
| HSL | 335.26º | 1% | 0.81% | - |
| HSV(B) | 335.26º | 0.38% | 1% | - |
| XYZ | 63.66 | 49.79 | 59.68 | - |
| YUV | 191.56 | 131.64 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 198 | 0 | 0.38 | 0.22 | 0 | 335.26 | 1 | 0.81 |
| Hex | FF | 9E | C6 | 0 | 26 | 16 | 0 | 14F | 64 | 51 |
| Octal | 377 | 236 | 306 | 0 | 46 | 26 | 0 | 517 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11000110 | 0 | 100110 | 10110 | 0 | 101001111 | 1100100 | 1010001 |
Color Harmonies of #FF9EC6
Complementary color
Monochromatic Colors of #FF9EC6
Black with #FF9EC6
Text Example
Text Example
White with #FF9EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EC6; }
p { color: rgb(255,158,198); }
H1.HeaderClassName
{
color: #FF9EC6;
}
.AnyTagClassName
{
color: #FF9EC6;
}
</style>
background-color css
<style>
a { background-color: #FF9EC6; }
a { background-color: rgb(255,158,198); }
div.DivClassName
{
background-color: #FF9EC6;
}
.BgClassName
{
background-color: #FF9EC6;
}
</style>
border-color css
<style>
span { border-color: #FF9EC6; }
span { border-color: rgb(255,158,198); }
td.TdClassName
{
border-color: #FF9EC6;
}
.TagClassName
{
border-color: #FF9EC6;
}
</style>