Shades of Carnation Pink #FF9ECE
Tints of Carnation Pink #FF9ECE
RGB
CMYK
RGB Variations
Color information
#FF9ECE (or 0xFF9ECE) is known color: Carnation Pink. HEX triplet: FF, 9E and CE. RGB value is (255,158,206). Sum of RGB (Red+Green+Blue) = 255+158+206=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 158 (62.11% from 255 or 25.53% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ECE is #006131. Grayscale: #C0C0C0. Windows color (decimal): -24882 or 13541119. OLE color: 13541119.
HSL color Cylindrical-coordinate representation of color #FF9ECE: hue angle of 330.31º 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 #FF9ECE is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 206 | - |
| CMYK | 0 | 0.38 | 0.19 | 0 |
| HSL | 330.31º | 1% | 0.81% | - |
| HSV(B) | 330.31º | 0.38% | 1% | - |
| XYZ | 64.61 | 50.17 | 64.67 | - |
| YUV | 192.48 | 135.64 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 206 | 0 | 0.38 | 0.19 | 0 | 330.31 | 1 | 0.81 |
| Hex | FF | 9E | CE | 0 | 26 | 13 | 0 | 14A | 64 | 51 |
| Octal | 377 | 236 | 316 | 0 | 46 | 23 | 0 | 512 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11001110 | 0 | 100110 | 10011 | 0 | 101001010 | 1100100 | 1010001 |
Color Harmonies of #FF9ECE
Complementary color
Monochromatic Colors of #FF9ECE
Black with #FF9ECE
Text Example
Text Example
White with #FF9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ECE; }
p { color: rgb(255,158,206); }
H1.HeaderClassName
{
color: #FF9ECE;
}
.AnyTagClassName
{
color: #FF9ECE;
}
</style>
background-color css
<style>
a { background-color: #FF9ECE; }
a { background-color: rgb(255,158,206); }
div.DivClassName
{
background-color: #FF9ECE;
}
.BgClassName
{
background-color: #FF9ECE;
}
</style>
border-color css
<style>
span { border-color: #FF9ECE; }
span { border-color: rgb(255,158,206); }
td.TdClassName
{
border-color: #FF9ECE;
}
.TagClassName
{
border-color: #FF9ECE;
}
</style>