Shades of Carnation Pink #FF9ED0
Tints of Carnation Pink #FF9ED0
RGB
CMYK
RGB Variations
Color information
#FF9ED0 (or 0xFF9ED0) is known color: Carnation Pink. HEX triplet: FF, 9E and D0. RGB value is (255,158,208). Sum of RGB (Red+Green+Blue) = 255+158+208=621 (82% of max value = 765). Red value is 255 (100% from 255 or 41.06% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 208 (81.64% from 255 or 33.49% from 621); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ED0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ED0 is #00612F. Grayscale: #C0C0C0. Windows color (decimal): -24880 or 13672191. OLE color: 13672191.
HSL color Cylindrical-coordinate representation of color #FF9ED0: hue angle of 329.07º 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 #FF9ED0 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 208 | - |
| CMYK | 0 | 0.38 | 0.18 | 0 |
| HSL | 329.07º | 1% | 0.81% | - |
| HSV(B) | 329.07º | 0.38% | 1% | - |
| XYZ | 64.85 | 50.27 | 65.96 | - |
| YUV | 192.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 208 | 0 | 0.38 | 0.18 | 0 | 329.07 | 1 | 0.81 |
| Hex | FF | 9E | D0 | 0 | 26 | 12 | 0 | 149 | 64 | 51 |
| Octal | 377 | 236 | 320 | 0 | 46 | 22 | 0 | 511 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11010000 | 0 | 100110 | 10010 | 0 | 101001001 | 1100100 | 1010001 |
Color Harmonies of #FF9ED0
Complementary color
Monochromatic Colors of #FF9ED0
Black with #FF9ED0
Text Example
Text Example
White with #FF9ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ED0; }
p { color: rgb(255,158,208); }
H1.HeaderClassName
{
color: #FF9ED0;
}
.AnyTagClassName
{
color: #FF9ED0;
}
</style>
background-color css
<style>
a { background-color: #FF9ED0; }
a { background-color: rgb(255,158,208); }
div.DivClassName
{
background-color: #FF9ED0;
}
.BgClassName
{
background-color: #FF9ED0;
}
</style>
border-color css
<style>
span { border-color: #FF9ED0; }
span { border-color: rgb(255,158,208); }
td.TdClassName
{
border-color: #FF9ED0;
}
.TagClassName
{
border-color: #FF9ED0;
}
</style>