Shades of Carnation Pink #FF9CC2
Tints of Carnation Pink #FF9CC2
RGB
CMYK
RGB Variations
Color information
#FF9CC2 (or 0xFF9CC2) is known color: Carnation Pink. HEX triplet: FF, 9C and C2. RGB value is (255,156,194). Sum of RGB (Red+Green+Blue) = 255+156+194=605 (80% of max value = 765). Red value is 255 (100% from 255 or 42.15% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC2 is #00633D. Grayscale: #BDBDBD. Windows color (decimal): -25406 or 12754175. OLE color: 12754175.
HSL color Cylindrical-coordinate representation of color #FF9CC2: hue angle of 336.97º 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 #FF9CC2 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 194 | - |
| CMYK | 0 | 0.39 | 0.24 | 0 |
| HSL | 336.97º | 1% | 0.81% | - |
| HSV(B) | 336.97º | 0.39% | 1% | - |
| XYZ | 62.87 | 48.93 | 57.17 | - |
| YUV | 189.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 194 | 0 | 0.39 | 0.24 | 0 | 336.97 | 1 | 0.81 |
| Hex | FF | 9C | C2 | 0 | 27 | 18 | 0 | 151 | 64 | 51 |
| Octal | 377 | 234 | 302 | 0 | 47 | 30 | 0 | 521 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11000010 | 0 | 100111 | 11000 | 0 | 101010001 | 1100100 | 1010001 |
Color Harmonies of #FF9CC2
Complementary color
Monochromatic Colors of #FF9CC2
Black with #FF9CC2
Text Example
Text Example
White with #FF9CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CC2; }
p { color: rgb(255,156,194); }
H1.HeaderClassName
{
color: #FF9CC2;
}
.AnyTagClassName
{
color: #FF9CC2;
}
</style>
background-color css
<style>
a { background-color: #FF9CC2; }
a { background-color: rgb(255,156,194); }
div.DivClassName
{
background-color: #FF9CC2;
}
.BgClassName
{
background-color: #FF9CC2;
}
</style>
border-color css
<style>
span { border-color: #FF9CC2; }
span { border-color: rgb(255,156,194); }
td.TdClassName
{
border-color: #FF9CC2;
}
.TagClassName
{
border-color: #FF9CC2;
}
</style>