Shades of Carnation Pink #FF9ED1
Tints of Carnation Pink #FF9ED1
RGB
CMYK
RGB Variations
Color information
#FF9ED1 (or 0xFF9ED1) is known color: Carnation Pink. HEX triplet: FF, 9E and D1. RGB value is (255,158,209). Sum of RGB (Red+Green+Blue) = 255+158+209=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9ED1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9ED1 is #00612E. Grayscale: #C0C0C0. Windows color (decimal): -24879 or 13737727. OLE color: 13737727.
HSL color Cylindrical-coordinate representation of color #FF9ED1: hue angle of 328.45º 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 #FF9ED1 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 209 | - |
| CMYK | 0 | 0.38 | 0.18 | 0 |
| HSL | 328.45º | 1% | 0.81% | - |
| HSV(B) | 328.45º | 0.38% | 1% | - |
| XYZ | 64.98 | 50.32 | 66.61 | - |
| YUV | 192.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 209 | 0 | 0.38 | 0.18 | 0 | 328.45 | 1 | 0.81 |
| Hex | FF | 9E | D1 | 0 | 26 | 12 | 0 | 148 | 64 | 51 |
| Octal | 377 | 236 | 321 | 0 | 46 | 22 | 0 | 510 | 144 | 121 |
| Binary | 11111111 | 10011110 | 11010001 | 0 | 100110 | 10010 | 0 | 101001000 | 1100100 | 1010001 |
Color Harmonies of #FF9ED1
Complementary color
Monochromatic Colors of #FF9ED1
Black with #FF9ED1
Text Example
Text Example
White with #FF9ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9ED1; }
p { color: rgb(255,158,209); }
H1.HeaderClassName
{
color: #FF9ED1;
}
.AnyTagClassName
{
color: #FF9ED1;
}
</style>
background-color css
<style>
a { background-color: #FF9ED1; }
a { background-color: rgb(255,158,209); }
div.DivClassName
{
background-color: #FF9ED1;
}
.BgClassName
{
background-color: #FF9ED1;
}
</style>
border-color css
<style>
span { border-color: #FF9ED1; }
span { border-color: rgb(255,158,209); }
td.TdClassName
{
border-color: #FF9ED1;
}
.TagClassName
{
border-color: #FF9ED1;
}
</style>