Shades of Carnation Pink #FE9DCF
Tints of Carnation Pink #FE9DCF
RGB
CMYK
RGB Variations
Color information
#FE9DCF (or 0xFE9DCF) is known color: Carnation Pink. HEX triplet: FE, 9D and CF. RGB value is (254,157,207). Sum of RGB (Red+Green+Blue) = 254+157+207=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DCF is #016230. Grayscale: #BFBFBF. Windows color (decimal): -90673 or 13606398. OLE color: 13606398.
HSL color Cylindrical-coordinate representation of color #FE9DCF: hue angle of 329.07º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FE9DCF is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 207 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.00 |
| HSL | 329.07º | 0.98% | 0.81% | - |
| HSV(B) | 329.07º | 0.38% | 1% | - |
| XYZ | 64.19 | 49.69 | 65.24 | - |
| YUV | 191.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 207 | 0 | 0.38 | 0.19 | 0.00 | 329.07 | 0.98 | 0.81 |
| Hex | FE | 9D | CF | 0 | 26 | 13 | 0 | 149 | 62 | 51 |
| Octal | 376 | 235 | 317 | 0 | 46 | 23 | 0 | 511 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11001111 | 0 | 100110 | 10011 | 0 | 101001001 | 1100010 | 1010001 |
Color Harmonies of #FE9DCF
Complementary color
Monochromatic Colors of #FE9DCF
Black with #FE9DCF
Text Example
Text Example
White with #FE9DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DCF; }
p { color: rgb(254,157,207); }
H1.HeaderClassName
{
color: #FE9DCF;
}
.AnyTagClassName
{
color: #FE9DCF;
}
</style>
background-color css
<style>
a { background-color: #FE9DCF; }
a { background-color: rgb(254,157,207); }
div.DivClassName
{
background-color: #FE9DCF;
}
.BgClassName
{
background-color: #FE9DCF;
}
</style>
border-color css
<style>
span { border-color: #FE9DCF; }
span { border-color: rgb(254,157,207); }
td.TdClassName
{
border-color: #FE9DCF;
}
.TagClassName
{
border-color: #FE9DCF;
}
</style>