Shades of Carnation Pink #FF9DC7
Tints of Carnation Pink #FF9DC7
RGB
CMYK
RGB Variations
Color information
#FF9DC7 (or 0xFF9DC7) is known color: Carnation Pink. HEX triplet: FF, 9D and C7. RGB value is (255,157,199). Sum of RGB (Red+Green+Blue) = 255+157+199=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DC7 is #006238. Grayscale: #BFBFBF. Windows color (decimal): -25145 or 13082111. OLE color: 13082111.
HSL color Cylindrical-coordinate representation of color #FF9DC7: hue angle of 334.29º 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 #FF9DC7 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 199 | - |
| CMYK | 0 | 0.38 | 0.22 | 0 |
| HSL | 334.29º | 1% | 0.81% | - |
| HSV(B) | 334.29º | 0.38% | 1% | - |
| XYZ | 63.61 | 49.5 | 60.23 | - |
| YUV | 191.09 | 132.47 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 199 | 0 | 0.38 | 0.22 | 0 | 334.29 | 1 | 0.81 |
| Hex | FF | 9D | C7 | 0 | 26 | 16 | 0 | 14E | 64 | 51 |
| Octal | 377 | 235 | 307 | 0 | 46 | 26 | 0 | 516 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11000111 | 0 | 100110 | 10110 | 0 | 101001110 | 1100100 | 1010001 |
Color Harmonies of #FF9DC7
Complementary color
Monochromatic Colors of #FF9DC7
Black with #FF9DC7
Text Example
Text Example
White with #FF9DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DC7; }
p { color: rgb(255,157,199); }
H1.HeaderClassName
{
color: #FF9DC7;
}
.AnyTagClassName
{
color: #FF9DC7;
}
</style>
background-color css
<style>
a { background-color: #FF9DC7; }
a { background-color: rgb(255,157,199); }
div.DivClassName
{
background-color: #FF9DC7;
}
.BgClassName
{
background-color: #FF9DC7;
}
</style>
border-color css
<style>
span { border-color: #FF9DC7; }
span { border-color: rgb(255,157,199); }
td.TdClassName
{
border-color: #FF9DC7;
}
.TagClassName
{
border-color: #FF9DC7;
}
</style>