Shades of Carnation Pink #FF9EBC
Tints of Carnation Pink #FF9EBC
RGB
CMYK
RGB Variations
Color information
#FF9EBC (or 0xFF9EBC) is known color: Carnation Pink. HEX triplet: FF, 9E and BC. RGB value is (255,158,188). Sum of RGB (Red+Green+Blue) = 255+158+188=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 188 (73.83% from 255 or 31.28% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9EBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9EBC is #006143. Grayscale: #BEBEBE. Windows color (decimal): -24900 or 12361471. OLE color: 12361471.
HSL color Cylindrical-coordinate representation of color #FF9EBC: hue angle of 341.44º 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 #FF9EBC is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 188 | - |
| CMYK | 0 | 0.38 | 0.26 | 0 |
| HSL | 341.44º | 1% | 0.81% | - |
| HSV(B) | 341.44º | 0.38% | 1% | - |
| XYZ | 62.54 | 49.34 | 53.8 | - |
| YUV | 190.42 | 126.64 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 188 | 0 | 0.38 | 0.26 | 0 | 341.44 | 1 | 0.81 |
| Hex | FF | 9E | BC | 0 | 26 | 1A | 0 | 155 | 64 | 51 |
| Octal | 377 | 236 | 274 | 0 | 46 | 32 | 0 | 525 | 144 | 121 |
| Binary | 11111111 | 10011110 | 10111100 | 0 | 100110 | 11010 | 0 | 101010101 | 1100100 | 1010001 |
Color Harmonies of #FF9EBC
Complementary color
Monochromatic Colors of #FF9EBC
Black with #FF9EBC
Text Example
Text Example
White with #FF9EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9EBC; }
p { color: rgb(255,158,188); }
H1.HeaderClassName
{
color: #FF9EBC;
}
.AnyTagClassName
{
color: #FF9EBC;
}
</style>
background-color css
<style>
a { background-color: #FF9EBC; }
a { background-color: rgb(255,158,188); }
div.DivClassName
{
background-color: #FF9EBC;
}
.BgClassName
{
background-color: #FF9EBC;
}
</style>
border-color css
<style>
span { border-color: #FF9EBC; }
span { border-color: rgb(255,158,188); }
td.TdClassName
{
border-color: #FF9EBC;
}
.TagClassName
{
border-color: #FF9EBC;
}
</style>