Shades of Carnation Pink #FF9DCD
Tints of Carnation Pink #FF9DCD
RGB
CMYK
RGB Variations
Color information
#FF9DCD (or 0xFF9DCD) is known color: Carnation Pink. HEX triplet: FF, 9D and CD. RGB value is (255,157,205). Sum of RGB (Red+Green+Blue) = 255+157+205=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 157 (61.72% from 255 or 25.45% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DCD is #006232. Grayscale: #BFBFBF. Windows color (decimal): -25139 or 13475327. OLE color: 13475327.
HSL color Cylindrical-coordinate representation of color #FF9DCD: hue angle of 330.61º 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 #FF9DCD is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 205 | - |
| CMYK | 0 | 0.38 | 0.20 | 0 |
| HSL | 330.61º | 1% | 0.81% | - |
| HSV(B) | 330.61º | 0.38% | 1% | - |
| XYZ | 64.32 | 49.78 | 63.98 | - |
| YUV | 191.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 205 | 0 | 0.38 | 0.20 | 0 | 330.61 | 1 | 0.81 |
| Hex | FF | 9D | CD | 0 | 26 | 14 | 0 | 14B | 64 | 51 |
| Octal | 377 | 235 | 315 | 0 | 46 | 24 | 0 | 513 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11001101 | 0 | 100110 | 10100 | 0 | 101001011 | 1100100 | 1010001 |
Color Harmonies of #FF9DCD
Complementary color
Monochromatic Colors of #FF9DCD
Black with #FF9DCD
Text Example
Text Example
White with #FF9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DCD; }
p { color: rgb(255,157,205); }
H1.HeaderClassName
{
color: #FF9DCD;
}
.AnyTagClassName
{
color: #FF9DCD;
}
</style>
background-color css
<style>
a { background-color: #FF9DCD; }
a { background-color: rgb(255,157,205); }
div.DivClassName
{
background-color: #FF9DCD;
}
.BgClassName
{
background-color: #FF9DCD;
}
</style>
border-color css
<style>
span { border-color: #FF9DCD; }
span { border-color: rgb(255,157,205); }
td.TdClassName
{
border-color: #FF9DCD;
}
.TagClassName
{
border-color: #FF9DCD;
}
</style>