Shades of Carnation Pink #FF9CCE
Tints of Carnation Pink #FF9CCE
RGB
CMYK
RGB Variations
Color information
#FF9CCE (or 0xFF9CCE) is known color: Carnation Pink. HEX triplet: FF, 9C and CE. RGB value is (255,156,206). Sum of RGB (Red+Green+Blue) = 255+156+206=617 (81% of max value = 765). Red value is 255 (100% from 255 or 41.33% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CCE is #006331. Grayscale: #BFBFBF. Windows color (decimal): -25394 or 13540607. OLE color: 13540607.
HSL color Cylindrical-coordinate representation of color #FF9CCE: hue angle of 329.7º 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 #FF9CCE is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 206 | - |
| CMYK | 0 | 0.39 | 0.19 | 0 |
| HSL | 329.7º | 1% | 0.81% | - |
| HSV(B) | 329.7º | 0.39% | 1% | - |
| XYZ | 64.27 | 49.49 | 64.56 | - |
| YUV | 191.3 | 136.3 | 173.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 206 | 0 | 0.39 | 0.19 | 0 | 329.7 | 1 | 0.81 |
| Hex | FF | 9C | CE | 0 | 27 | 13 | 0 | 14A | 64 | 51 |
| Octal | 377 | 234 | 316 | 0 | 47 | 23 | 0 | 512 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11001110 | 0 | 100111 | 10011 | 0 | 101001010 | 1100100 | 1010001 |
Color Harmonies of #FF9CCE
Complementary color
Monochromatic Colors of #FF9CCE
Black with #FF9CCE
Text Example
Text Example
White with #FF9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CCE; }
p { color: rgb(255,156,206); }
H1.HeaderClassName
{
color: #FF9CCE;
}
.AnyTagClassName
{
color: #FF9CCE;
}
</style>
background-color css
<style>
a { background-color: #FF9CCE; }
a { background-color: rgb(255,156,206); }
div.DivClassName
{
background-color: #FF9CCE;
}
.BgClassName
{
background-color: #FF9CCE;
}
</style>
border-color css
<style>
span { border-color: #FF9CCE; }
span { border-color: rgb(255,156,206); }
td.TdClassName
{
border-color: #FF9CCE;
}
.TagClassName
{
border-color: #FF9CCE;
}
</style>