Shades of Carnation Pink #FF9CCD
Tints of Carnation Pink #FF9CCD
RGB
CMYK
RGB Variations
Color information
#FF9CCD (or 0xFF9CCD) is known color: Carnation Pink. HEX triplet: FF, 9C and CD. RGB value is (255,156,205). Sum of RGB (Red+Green+Blue) = 255+156+205=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 205 (80.47% from 255 or 33.28% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CCD is #006332. Grayscale: #BFBFBF. Windows color (decimal): -25395 or 13475071. OLE color: 13475071.
HSL color Cylindrical-coordinate representation of color #FF9CCD: hue angle of 330.3º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9CCD is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 205 | - |
| CMYK | 0 | 0.39 | 0.20 | 0 |
| HSL | 330.3º | 1% | 0.81% | - |
| HSV(B) | 330.3º | 0.39% | 1% | - |
| XYZ | 64.15 | 49.44 | 63.92 | - |
| YUV | 191.19 | 135.8 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 205 | 0 | 0.39 | 0.20 | 0 | 330.3 | 1 | 0.81 |
| Hex | FF | 9C | CD | 0 | 27 | 14 | 0 | 14A | 64 | 51 |
| Octal | 377 | 234 | 315 | 0 | 47 | 24 | 0 | 512 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11001101 | 0 | 100111 | 10100 | 0 | 101001010 | 1100100 | 1010001 |
Color Harmonies of #FF9CCD
Complementary color
Monochromatic Colors of #FF9CCD
Black with #FF9CCD
Text Example
Text Example
White with #FF9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CCD; }
p { color: rgb(255,156,205); }
H1.HeaderClassName
{
color: #FF9CCD;
}
.AnyTagClassName
{
color: #FF9CCD;
}
</style>
background-color css
<style>
a { background-color: #FF9CCD; }
a { background-color: rgb(255,156,205); }
div.DivClassName
{
background-color: #FF9CCD;
}
.BgClassName
{
background-color: #FF9CCD;
}
</style>
border-color css
<style>
span { border-color: #FF9CCD; }
span { border-color: rgb(255,156,205); }
td.TdClassName
{
border-color: #FF9CCD;
}
.TagClassName
{
border-color: #FF9CCD;
}
</style>