Shades of Carnation Pink #FF9DCC
Tints of Carnation Pink #FF9DCC
RGB
CMYK
RGB Variations
Color information
#FF9DCC (or 0xFF9DCC) is known color: Carnation Pink. HEX triplet: FF, 9D and CC. RGB value is (255,157,204). Sum of RGB (Red+Green+Blue) = 255+157+204=616 (81% of max value = 765). Red value is 255 (100% from 255 or 41.40% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DCC is #006233. Grayscale: #BFBFBF. Windows color (decimal): -25140 or 13409791. OLE color: 13409791.
HSL color Cylindrical-coordinate representation of color #FF9DCC: hue angle of 331.22º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9DCC is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 204 | - |
| CMYK | 0 | 0.38 | 0.2 | 0 |
| HSL | 331.22º | 1% | 0.81% | - |
| HSV(B) | 331.22º | 0.38% | 1% | - |
| XYZ | 64.2 | 49.73 | 63.34 | - |
| YUV | 191.66 | 134.97 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 204 | 0 | 0.38 | 0.2 | 0 | 331.22 | 1 | 0.81 |
| Hex | FF | 9D | CC | 0 | 26 | 14 | 0 | 14B | 64 | 51 |
| Octal | 377 | 235 | 314 | 0 | 46 | 24 | 0 | 513 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11001100 | 0 | 100110 | 10100 | 0 | 101001011 | 1100100 | 1010001 |
Color Harmonies of #FF9DCC
Complementary color
Monochromatic Colors of #FF9DCC
Black with #FF9DCC
Text Example
Text Example
White with #FF9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DCC; }
p { color: rgb(255,157,204); }
H1.HeaderClassName
{
color: #FF9DCC;
}
.AnyTagClassName
{
color: #FF9DCC;
}
</style>
background-color css
<style>
a { background-color: #FF9DCC; }
a { background-color: rgb(255,157,204); }
div.DivClassName
{
background-color: #FF9DCC;
}
.BgClassName
{
background-color: #FF9DCC;
}
</style>
border-color css
<style>
span { border-color: #FF9DCC; }
span { border-color: rgb(255,157,204); }
td.TdClassName
{
border-color: #FF9DCC;
}
.TagClassName
{
border-color: #FF9DCC;
}
</style>