Shades of Carnation Pink #FE9CC8
Tints of Carnation Pink #FE9CC8
RGB
CMYK
RGB Variations
Color information
#FE9CC8 (or 0xFE9CC8) is known color: Carnation Pink. HEX triplet: FE, 9C and C8. RGB value is (254,156,200). Sum of RGB (Red+Green+Blue) = 254+156+200=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 156 (61.33% from 255 or 25.57% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9CC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FE9CC8 is #016337. Grayscale: #BEBEBE. Windows color (decimal): -90936 or 13147390. OLE color: 13147390.
HSL color Cylindrical-coordinate representation of color #FE9CC8: hue angle of 333.06º 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 #FE9CC8 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 156 | 200 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.00 |
| HSL | 333.06º | 0.98% | 0.8% | - |
| HSV(B) | 333.06º | 0.39% | 1% | - |
| XYZ | 63.19 | 49.02 | 60.77 | - |
| YUV | 190.32 | 133.47 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 156 | 200 | 0 | 0.39 | 0.21 | 0.00 | 333.06 | 0.98 | 0.8 |
| Hex | FE | 9C | C8 | 0 | 27 | 15 | 0 | 14D | 62 | 50 |
| Octal | 376 | 234 | 310 | 0 | 47 | 25 | 0 | 515 | 142 | 120 |
| Binary | 11111110 | 10011100 | 11001000 | 0 | 100111 | 10101 | 0 | 101001101 | 1100010 | 1010000 |
Color Harmonies of #FE9CC8
Complementary color
Monochromatic Colors of #FE9CC8
Black with #FE9CC8
Text Example
Text Example
White with #FE9CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9CC8; }
p { color: rgb(254,156,200); }
H1.HeaderClassName
{
color: #FE9CC8;
}
.AnyTagClassName
{
color: #FE9CC8;
}
</style>
background-color css
<style>
a { background-color: #FE9CC8; }
a { background-color: rgb(254,156,200); }
div.DivClassName
{
background-color: #FE9CC8;
}
.BgClassName
{
background-color: #FE9CC8;
}
</style>
border-color css
<style>
span { border-color: #FE9CC8; }
span { border-color: rgb(254,156,200); }
td.TdClassName
{
border-color: #FE9CC8;
}
.TagClassName
{
border-color: #FE9CC8;
}
</style>