Shades of Carnation Pink #FF9EC2
Tints of Carnation Pink #FF9EC2
RGB
CMYK
RGB Variations
Color information
#FF9EC2 (or 0xFF9EC2) is known color: Carnation Pink. HEX triplet: FF, 9E and C2. RGB value is (255,158,194). Sum of RGB (Red+Green+Blue) = 255+158+194=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EC2 is #00613D. Grayscale: #BFBFBF. Windows color (decimal): -24894 or 12754687. OLE color: 12754687.
HSL color Cylindrical-coordinate representation of color #FF9EC2: hue angle of 337.73º 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 #FF9EC2 is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 194 | - |
| CMYK | 0 | 0.38 | 0.24 | 0 |
| HSL | 337.73º | 1% | 0.81% | - |
| HSV(B) | 337.73º | 0.38% | 1% | - |
| XYZ | 63.2 | 49.61 | 57.28 | - |
| YUV | 191.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 194 | 0 | 0.38 | 0.24 | 0 | 337.73 | 1 | 0.81 |
| Hex | FF | 9E | C2 | 0 | 26 | 18 | 0 | 152 | 64 | 51 |
| Octal | 377 | 236 | 302 | 0 | 46 | 30 | 0 | 522 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11000010 | 0 | 100110 | 11000 | 0 | 101010010 | 1100100 | 1010001 |
Color Harmonies of #FF9EC2
Complementary color
Monochromatic Colors of #FF9EC2
Black with #FF9EC2
Text Example
Text Example
White with #FF9EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EC2; }
p { color: rgb(255,158,194); }
H1.HeaderClassName
{
color: #FF9EC2;
}
.AnyTagClassName
{
color: #FF9EC2;
}
</style>
background-color css
<style>
a { background-color: #FF9EC2; }
a { background-color: rgb(255,158,194); }
div.DivClassName
{
background-color: #FF9EC2;
}
.BgClassName
{
background-color: #FF9EC2;
}
</style>
border-color css
<style>
span { border-color: #FF9EC2; }
span { border-color: rgb(255,158,194); }
td.TdClassName
{
border-color: #FF9EC2;
}
.TagClassName
{
border-color: #FF9EC2;
}
</style>