Shades of Carnation Pink #FE9CCC
Tints of Carnation Pink #FE9CCC
RGB
CMYK
RGB Variations
Color information
#FE9CCC (or 0xFE9CCC) is known color: Carnation Pink. HEX triplet: FE, 9C and CC. RGB value is (254,156,204). Sum of RGB (Red+Green+Blue) = 254+156+204=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CCC is #016333. Grayscale: #BEBEBE. Windows color (decimal): -90932 or 13409534. OLE color: 13409534.
HSL color Cylindrical-coordinate representation of color #FE9CCC: hue angle of 330.61º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FE9CCC is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 204 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.00 |
| HSL | 330.61º | 0.98% | 0.8% | - |
| HSV(B) | 330.61º | 0.39% | 1% | - |
| XYZ | 63.66 | 49.21 | 63.27 | - |
| YUV | 190.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 204 | 0 | 0.39 | 0.20 | 0.00 | 330.61 | 0.98 | 0.8 |
| Hex | FE | 9C | CC | 0 | 27 | 14 | 0 | 14B | 62 | 50 |
| Octal | 376 | 234 | 314 | 0 | 47 | 24 | 0 | 513 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11001100 | 0 | 100111 | 10100 | 0 | 101001011 | 1100010 | 1010000 |
Color Harmonies of #FE9CCC
Complementary color
Monochromatic Colors of #FE9CCC
Black with #FE9CCC
Text Example
Text Example
White with #FE9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CCC; }
p { color: rgb(254,156,204); }
H1.HeaderClassName
{
color: #FE9CCC;
}
.AnyTagClassName
{
color: #FE9CCC;
}
</style>
background-color css
<style>
a { background-color: #FE9CCC; }
a { background-color: rgb(254,156,204); }
div.DivClassName
{
background-color: #FE9CCC;
}
.BgClassName
{
background-color: #FE9CCC;
}
</style>
border-color css
<style>
span { border-color: #FE9CCC; }
span { border-color: rgb(254,156,204); }
td.TdClassName
{
border-color: #FE9CCC;
}
.TagClassName
{
border-color: #FE9CCC;
}
</style>