Shades of Carnation Pink #FD9CCD
Tints of Carnation Pink #FD9CCD
RGB
CMYK
RGB Variations
Color information
#FD9CCD (or 0xFD9CCD) is known color: Carnation Pink. HEX triplet: FD, 9C and CD. RGB value is (253,156,205). Sum of RGB (Red+Green+Blue) = 253+156+205=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 205 (80.47% from 255 or 33.39% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FD9CCD is #026332. Grayscale: #BEBEBE. Windows color (decimal): -156467 or 13475069. OLE color: 13475069.
HSL color Cylindrical-coordinate representation of color #FD9CCD: hue angle of 329.69º degrees, saturation: 0.96, 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 #FD9CCD is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 156 | 205 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.01 |
| HSL | 329.69º | 0.96% | 0.8% | - |
| HSV(B) | 329.69º | 0.38% | 0.99% | - |
| XYZ | 63.42 | 49.07 | 63.89 | - |
| YUV | 190.59 | 136.14 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 156 | 205 | 0 | 0.38 | 0.19 | 0.01 | 329.69 | 0.96 | 0.8 |
| Hex | FD | 9C | CD | 0 | 26 | 13 | 1 | 14A | 60 | 50 |
| Octal | 375 | 234 | 315 | 0 | 46 | 23 | 1 | 512 | 140 | 120 |
| Binary | 11111101 | 10011100 | 11001101 | 0 | 100110 | 10011 | 1 | 101001010 | 1100000 | 1010000 |
Color Harmonies of #FD9CCD
Complementary color
Monochromatic Colors of #FD9CCD
Black with #FD9CCD
Text Example
Text Example
White with #FD9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD9CCD; }
p { color: rgb(253,156,205); }
H1.HeaderClassName
{
color: #FD9CCD;
}
.AnyTagClassName
{
color: #FD9CCD;
}
</style>
background-color css
<style>
a { background-color: #FD9CCD; }
a { background-color: rgb(253,156,205); }
div.DivClassName
{
background-color: #FD9CCD;
}
.BgClassName
{
background-color: #FD9CCD;
}
</style>
border-color css
<style>
span { border-color: #FD9CCD; }
span { border-color: rgb(253,156,205); }
td.TdClassName
{
border-color: #FD9CCD;
}
.TagClassName
{
border-color: #FD9CCD;
}
</style>