Shades of Carnation Pink #FF9CCC
Tints of Carnation Pink #FF9CCC
RGB
CMYK
RGB Variations
Color information
#FF9CCC (or 0xFF9CCC) is known color: Carnation Pink. HEX triplet: FF, 9C and CC. RGB value is (255,156,204). Sum of RGB (Red+Green+Blue) = 255+156+204=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CCC is #006333. Grayscale: #BEBEBE. Windows color (decimal): -25396 or 13409535. OLE color: 13409535.
HSL color Cylindrical-coordinate representation of color #FF9CCC: hue angle of 330.91º 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 #FF9CCC is Cyan = 0, Magento = 0.39, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 204 | - |
| CMYK | 0 | 0.39 | 0.2 | 0 |
| HSL | 330.91º | 1% | 0.81% | - |
| HSV(B) | 330.91º | 0.39% | 1% | - |
| XYZ | 64.03 | 49.4 | 63.29 | - |
| YUV | 191.07 | 135.3 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 204 | 0 | 0.39 | 0.2 | 0 | 330.91 | 1 | 0.81 |
| Hex | FF | 9C | CC | 0 | 27 | 14 | 0 | 14B | 64 | 51 |
| Octal | 377 | 234 | 314 | 0 | 47 | 24 | 0 | 513 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11001100 | 0 | 100111 | 10100 | 0 | 101001011 | 1100100 | 1010001 |
Color Harmonies of #FF9CCC
Complementary color
Monochromatic Colors of #FF9CCC
Black with #FF9CCC
Text Example
Text Example
White with #FF9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CCC; }
p { color: rgb(255,156,204); }
H1.HeaderClassName
{
color: #FF9CCC;
}
.AnyTagClassName
{
color: #FF9CCC;
}
</style>
background-color css
<style>
a { background-color: #FF9CCC; }
a { background-color: rgb(255,156,204); }
div.DivClassName
{
background-color: #FF9CCC;
}
.BgClassName
{
background-color: #FF9CCC;
}
</style>
border-color css
<style>
span { border-color: #FF9CCC; }
span { border-color: rgb(255,156,204); }
td.TdClassName
{
border-color: #FF9CCC;
}
.TagClassName
{
border-color: #FF9CCC;
}
</style>