Shades of Carnation Pink #FF9DCF
Tints of Carnation Pink #FF9DCF
RGB
CMYK
RGB Variations
Color information
#FF9DCF (or 0xFF9DCF) is known color: Carnation Pink. HEX triplet: FF, 9D and CF. RGB value is (255,157,207). Sum of RGB (Red+Green+Blue) = 255+157+207=619 (81% of max value = 765). Red value is 255 (100% from 255 or 41.20% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FF9DCF is #006230. Grayscale: #BFBFBF. Windows color (decimal): -25137 or 13606399. OLE color: 13606399.
HSL color Cylindrical-coordinate representation of color #FF9DCF: hue angle of 329.39º 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 #FF9DCF is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 207 | - |
| CMYK | 0 | 0.38 | 0.19 | 0 |
| HSL | 329.39º | 1% | 0.81% | - |
| HSV(B) | 329.39º | 0.38% | 1% | - |
| XYZ | 64.56 | 49.88 | 65.26 | - |
| YUV | 192 | 136.47 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 207 | 0 | 0.38 | 0.19 | 0 | 329.39 | 1 | 0.81 |
| Hex | FF | 9D | CF | 0 | 26 | 13 | 0 | 149 | 64 | 51 |
| Octal | 377 | 235 | 317 | 0 | 46 | 23 | 0 | 511 | 144 | 121 |
| Binary | 11111111 | 10011101 | 11001111 | 0 | 100110 | 10011 | 0 | 101001001 | 1100100 | 1010001 |
Color Harmonies of #FF9DCF
Complementary color
Monochromatic Colors of #FF9DCF
Black with #FF9DCF
Text Example
Text Example
White with #FF9DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9DCF; }
p { color: rgb(255,157,207); }
H1.HeaderClassName
{
color: #FF9DCF;
}
.AnyTagClassName
{
color: #FF9DCF;
}
</style>
background-color css
<style>
a { background-color: #FF9DCF; }
a { background-color: rgb(255,157,207); }
div.DivClassName
{
background-color: #FF9DCF;
}
.BgClassName
{
background-color: #FF9DCF;
}
</style>
border-color css
<style>
span { border-color: #FF9DCF; }
span { border-color: rgb(255,157,207); }
td.TdClassName
{
border-color: #FF9DCF;
}
.TagClassName
{
border-color: #FF9DCF;
}
</style>