Shades of Carnation Pink #FF9CCF
Tints of Carnation Pink #FF9CCF
RGB
CMYK
RGB Variations
Color information
#FF9CCF (or 0xFF9CCF) is known color: Carnation Pink. HEX triplet: FF, 9C and CF. RGB value is (255,156,207). Sum of RGB (Red+Green+Blue) = 255+156+207=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 156 (61.33% from 255 or 25.24% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CCF is #006330. Grayscale: #BFBFBF. Windows color (decimal): -25393 or 13606143. OLE color: 13606143.
HSL color Cylindrical-coordinate representation of color #FF9CCF: hue angle of 329.09º 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 #FF9CCF is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 207 | - |
| CMYK | 0 | 0.39 | 0.19 | 0 |
| HSL | 329.09º | 1% | 0.81% | - |
| HSV(B) | 329.09º | 0.39% | 1% | - |
| XYZ | 64.39 | 49.54 | 65.2 | - |
| YUV | 191.42 | 136.8 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 207 | 0 | 0.39 | 0.19 | 0 | 329.09 | 1 | 0.81 |
| Hex | FF | 9C | CF | 0 | 27 | 13 | 0 | 149 | 64 | 51 |
| Octal | 377 | 234 | 317 | 0 | 47 | 23 | 0 | 511 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11001111 | 0 | 100111 | 10011 | 0 | 101001001 | 1100100 | 1010001 |
Color Harmonies of #FF9CCF
Complementary color
Monochromatic Colors of #FF9CCF
Black with #FF9CCF
Text Example
Text Example
White with #FF9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CCF; }
p { color: rgb(255,156,207); }
H1.HeaderClassName
{
color: #FF9CCF;
}
.AnyTagClassName
{
color: #FF9CCF;
}
</style>
background-color css
<style>
a { background-color: #FF9CCF; }
a { background-color: rgb(255,156,207); }
div.DivClassName
{
background-color: #FF9CCF;
}
.BgClassName
{
background-color: #FF9CCF;
}
</style>
border-color css
<style>
span { border-color: #FF9CCF; }
span { border-color: rgb(255,156,207); }
td.TdClassName
{
border-color: #FF9CCF;
}
.TagClassName
{
border-color: #FF9CCF;
}
</style>