Shades of Carnation Pink #FE9DCC
Tints of Carnation Pink #FE9DCC
RGB
CMYK
RGB Variations
Color information
#FE9DCC (or 0xFE9DCC) is known color: Carnation Pink. HEX triplet: FE, 9D and CC. RGB value is (254,157,204). Sum of RGB (Red+Green+Blue) = 254+157+204=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9DCC is #016233. Grayscale: #BFBFBF. Windows color (decimal): -90676 or 13409790. OLE color: 13409790.
HSL color Cylindrical-coordinate representation of color #FE9DCC: hue angle of 330.93º 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 #FE9DCC is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 157 | 204 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.00 |
| HSL | 330.93º | 0.98% | 0.81% | - |
| HSV(B) | 330.93º | 0.38% | 1% | - |
| XYZ | 63.83 | 49.54 | 63.33 | - |
| YUV | 191.36 | 135.14 | 172.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 157 | 204 | 0 | 0.38 | 0.20 | 0.00 | 330.93 | 0.98 | 0.81 |
| Hex | FE | 9D | CC | 0 | 26 | 14 | 0 | 14B | 62 | 51 |
| Octal | 376 | 235 | 314 | 0 | 46 | 24 | 0 | 513 | 142 | 121 |
| Binary | 11111110 | 10011101 | 11001100 | 0 | 100110 | 10100 | 0 | 101001011 | 1100010 | 1010001 |
Color Harmonies of #FE9DCC
Complementary color
Monochromatic Colors of #FE9DCC
Black with #FE9DCC
Text Example
Text Example
White with #FE9DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9DCC; }
p { color: rgb(254,157,204); }
H1.HeaderClassName
{
color: #FE9DCC;
}
.AnyTagClassName
{
color: #FE9DCC;
}
</style>
background-color css
<style>
a { background-color: #FE9DCC; }
a { background-color: rgb(254,157,204); }
div.DivClassName
{
background-color: #FE9DCC;
}
.BgClassName
{
background-color: #FE9DCC;
}
</style>
border-color css
<style>
span { border-color: #FE9DCC; }
span { border-color: rgb(254,157,204); }
td.TdClassName
{
border-color: #FE9DCC;
}
.TagClassName
{
border-color: #FE9DCC;
}
</style>