Shades of Carnation Pink #FC9DCD
Tints of Carnation Pink #FC9DCD
RGB
CMYK
RGB Variations
Color information
#FC9DCD (or 0xFC9DCD) is known color: Carnation Pink. HEX triplet: FC, 9D and CD. RGB value is (252,157,205). Sum of RGB (Red+Green+Blue) = 252+157+205=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 157 (61.72% from 255 or 25.57% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9DCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9DCD is #036232. Grayscale: #BEBEBE. Windows color (decimal): -221747 or 13475324. OLE color: 13475324.
HSL color Cylindrical-coordinate representation of color #FC9DCD: hue angle of 329.68º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FC9DCD is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 157 | 205 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.01 |
| HSL | 329.68º | 0.94% | 0.8% | - |
| HSV(B) | 329.68º | 0.38% | 0.99% | - |
| XYZ | 63.22 | 49.22 | 63.93 | - |
| YUV | 190.88 | 135.97 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 157 | 205 | 0 | 0.38 | 0.19 | 0.01 | 329.68 | 0.94 | 0.8 |
| Hex | FC | 9D | CD | 0 | 26 | 13 | 1 | 14A | 5E | 50 |
| Octal | 374 | 235 | 315 | 0 | 46 | 23 | 1 | 512 | 136 | 120 |
| Binary | 11111100 | 10011101 | 11001101 | 0 | 100110 | 10011 | 1 | 101001010 | 1011110 | 1010000 |
Color Harmonies of #FC9DCD
Complementary color
Monochromatic Colors of #FC9DCD
Black with #FC9DCD
Text Example
Text Example
White with #FC9DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9DCD; }
p { color: rgb(252,157,205); }
H1.HeaderClassName
{
color: #FC9DCD;
}
.AnyTagClassName
{
color: #FC9DCD;
}
</style>
background-color css
<style>
a { background-color: #FC9DCD; }
a { background-color: rgb(252,157,205); }
div.DivClassName
{
background-color: #FC9DCD;
}
.BgClassName
{
background-color: #FC9DCD;
}
</style>
border-color css
<style>
span { border-color: #FC9DCD; }
span { border-color: rgb(252,157,205); }
td.TdClassName
{
border-color: #FC9DCD;
}
.TagClassName
{
border-color: #FC9DCD;
}
</style>