Shades of Carnation Pink #FF9FCC
Tints of Carnation Pink #FF9FCC
RGB
CMYK
RGB Variations
Color information
#FF9FCC (or 0xFF9FCC) is known color: Carnation Pink. HEX triplet: FF, 9F and CC. RGB value is (255,159,204). Sum of RGB (Red+Green+Blue) = 255+159+204=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9FCC is #006033. Grayscale: #C0C0C0. Windows color (decimal): -24628 or 13410303. OLE color: 13410303.
HSL color Cylindrical-coordinate representation of color #FF9FCC: hue angle of 331.88º 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 #FF9FCC is Cyan = 0, Magento = 0.38, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 204 | - |
| CMYK | 0 | 0.38 | 0.2 | 0 |
| HSL | 331.88º | 1% | 0.81% | - |
| HSV(B) | 331.88º | 0.38% | 1% | - |
| XYZ | 64.54 | 50.42 | 63.46 | - |
| YUV | 192.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 204 | 0 | 0.38 | 0.2 | 0 | 331.88 | 1 | 0.81 |
| Hex | FF | 9F | CC | 0 | 26 | 14 | 0 | 14C | 64 | 51 |
| Octal | 377 | 237 | 314 | 0 | 46 | 24 | 0 | 514 | 144 | 121 |
| Binary | 11111111 | 10011111 | 11001100 | 0 | 100110 | 10100 | 0 | 101001100 | 1100100 | 1010001 |
Color Harmonies of #FF9FCC
Complementary color
Monochromatic Colors of #FF9FCC
Black with #FF9FCC
Text Example
Text Example
White with #FF9FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FCC; }
p { color: rgb(255,159,204); }
H1.HeaderClassName
{
color: #FF9FCC;
}
.AnyTagClassName
{
color: #FF9FCC;
}
</style>
background-color css
<style>
a { background-color: #FF9FCC; }
a { background-color: rgb(255,159,204); }
div.DivClassName
{
background-color: #FF9FCC;
}
.BgClassName
{
background-color: #FF9FCC;
}
</style>
border-color css
<style>
span { border-color: #FF9FCC; }
span { border-color: rgb(255,159,204); }
td.TdClassName
{
border-color: #FF9FCC;
}
.TagClassName
{
border-color: #FF9FCC;
}
</style>