Shades of Carnation Pink #FF9EC1
Tints of Carnation Pink #FF9EC1
RGB
CMYK
RGB Variations
Color information
#FF9EC1 (or 0xFF9EC1) is known color: Carnation Pink. HEX triplet: FF, 9E and C1. RGB value is (255,158,193). Sum of RGB (Red+Green+Blue) = 255+158+193=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 158 (62.11% from 255 or 26.07% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EC1 is #00613E. Grayscale: #BEBEBE. Windows color (decimal): -24895 or 12689151. OLE color: 12689151.
HSL color Cylindrical-coordinate representation of color #FF9EC1: hue angle of 338.35º 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 #FF9EC1 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 193 | - |
| CMYK | 0 | 0.38 | 0.24 | 0 |
| HSL | 338.35º | 1% | 0.81% | - |
| HSV(B) | 338.35º | 0.38% | 1% | - |
| XYZ | 63.09 | 49.56 | 56.69 | - |
| YUV | 190.99 | 129.14 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 193 | 0 | 0.38 | 0.24 | 0 | 338.35 | 1 | 0.81 |
| Hex | FF | 9E | C1 | 0 | 26 | 18 | 0 | 152 | 64 | 51 |
| Octal | 377 | 236 | 301 | 0 | 46 | 30 | 0 | 522 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11000001 | 0 | 100110 | 11000 | 0 | 101010010 | 1100100 | 1010001 |
Color Harmonies of #FF9EC1
Complementary color
Monochromatic Colors of #FF9EC1
Black with #FF9EC1
Text Example
Text Example
White with #FF9EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EC1; }
p { color: rgb(255,158,193); }
H1.HeaderClassName
{
color: #FF9EC1;
}
.AnyTagClassName
{
color: #FF9EC1;
}
</style>
background-color css
<style>
a { background-color: #FF9EC1; }
a { background-color: rgb(255,158,193); }
div.DivClassName
{
background-color: #FF9EC1;
}
.BgClassName
{
background-color: #FF9EC1;
}
</style>
border-color css
<style>
span { border-color: #FF9EC1; }
span { border-color: rgb(255,158,193); }
td.TdClassName
{
border-color: #FF9EC1;
}
.TagClassName
{
border-color: #FF9EC1;
}
</style>