Shades of Carnation Pink #FF9CC7
Tints of Carnation Pink #FF9CC7
RGB
CMYK
RGB Variations
Color information
#FF9CC7 (or 0xFF9CC7) is known color: Carnation Pink. HEX triplet: FF, 9C and C7. RGB value is (255,156,199). Sum of RGB (Red+Green+Blue) = 255+156+199=610 (80% of max value = 765). Red value is 255 (100% from 255 or 41.80% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9CC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9CC7 is #006338. Grayscale: #BEBEBE. Windows color (decimal): -25401 or 13081855. OLE color: 13081855.
HSL color Cylindrical-coordinate representation of color #FF9CC7: hue angle of 333.94º 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 #FF9CC7 is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 199 | - |
| CMYK | 0 | 0.39 | 0.22 | 0 |
| HSL | 333.94º | 1% | 0.81% | - |
| HSV(B) | 333.94º | 0.39% | 1% | - |
| XYZ | 63.44 | 49.16 | 60.18 | - |
| YUV | 190.5 | 132.8 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 199 | 0 | 0.39 | 0.22 | 0 | 333.94 | 1 | 0.81 |
| Hex | FF | 9C | C7 | 0 | 27 | 16 | 0 | 14E | 64 | 51 |
| Octal | 377 | 234 | 307 | 0 | 47 | 26 | 0 | 516 | 144 | 121 |
| Binary | 11111111 | 10011100 | 11000111 | 0 | 100111 | 10110 | 0 | 101001110 | 1100100 | 1010001 |
Color Harmonies of #FF9CC7
Complementary color
Monochromatic Colors of #FF9CC7
Black with #FF9CC7
Text Example
Text Example
White with #FF9CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9CC7; }
p { color: rgb(255,156,199); }
H1.HeaderClassName
{
color: #FF9CC7;
}
.AnyTagClassName
{
color: #FF9CC7;
}
</style>
background-color css
<style>
a { background-color: #FF9CC7; }
a { background-color: rgb(255,156,199); }
div.DivClassName
{
background-color: #FF9CC7;
}
.BgClassName
{
background-color: #FF9CC7;
}
</style>
border-color css
<style>
span { border-color: #FF9CC7; }
span { border-color: rgb(255,156,199); }
td.TdClassName
{
border-color: #FF9CC7;
}
.TagClassName
{
border-color: #FF9CC7;
}
</style>