Shades of Carnation Pink #FC9BCD
Tints of Carnation Pink #FC9BCD
RGB
CMYK
RGB Variations
Color information
#FC9BCD (or 0xFC9BCD) is known color: Carnation Pink. HEX triplet: FC, 9B and CD. RGB value is (252,155,205). Sum of RGB (Red+Green+Blue) = 252+155+205=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FC9BCD is #036432. Grayscale: #BDBDBD. Windows color (decimal): -222259 or 13474812. OLE color: 13474812.
HSL color Cylindrical-coordinate representation of color #FC9BCD: hue angle of 329.07º 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 #FC9BCD is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 155 | 205 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.01 |
| HSL | 329.07º | 0.94% | 0.8% | - |
| HSV(B) | 329.07º | 0.38% | 0.99% | - |
| XYZ | 62.89 | 48.55 | 63.81 | - |
| YUV | 189.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 155 | 205 | 0 | 0.38 | 0.19 | 0.01 | 329.07 | 0.94 | 0.8 |
| Hex | FC | 9B | CD | 0 | 26 | 13 | 1 | 149 | 5E | 50 |
| Octal | 374 | 233 | 315 | 0 | 46 | 23 | 1 | 511 | 136 | 120 |
| Binary | 11111100 | 10011011 | 11001101 | 0 | 100110 | 10011 | 1 | 101001001 | 1011110 | 1010000 |
Color Harmonies of #FC9BCD
Complementary color
Monochromatic Colors of #FC9BCD
Black with #FC9BCD
Text Example
Text Example
White with #FC9BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC9BCD; }
p { color: rgb(252,155,205); }
H1.HeaderClassName
{
color: #FC9BCD;
}
.AnyTagClassName
{
color: #FC9BCD;
}
</style>
background-color css
<style>
a { background-color: #FC9BCD; }
a { background-color: rgb(252,155,205); }
div.DivClassName
{
background-color: #FC9BCD;
}
.BgClassName
{
background-color: #FC9BCD;
}
</style>
border-color css
<style>
span { border-color: #FC9BCD; }
span { border-color: rgb(252,155,205); }
td.TdClassName
{
border-color: #FC9BCD;
}
.TagClassName
{
border-color: #FC9BCD;
}
</style>