Shades of Carnation Pink #FEA0CE
Tints of Carnation Pink #FEA0CE
RGB
CMYK
RGB Variations
Color information
#FEA0CE (or 0xFEA0CE) is known color: Carnation Pink. HEX triplet: FE, A0 and CE. RGB value is (254,160,206). Sum of RGB (Red+Green+Blue) = 254+160+206=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 206 (80.86% from 255 or 33.23% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0CE is #015F31. Grayscale: #C1C1C1. Windows color (decimal): -89906 or 13541630. OLE color: 13541630.
HSL color Cylindrical-coordinate representation of color #FEA0CE: hue angle of 330.64º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA0CE is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 206 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.00 |
| HSL | 330.64º | 0.98% | 0.81% | - |
| HSV(B) | 330.64º | 0.37% | 1% | - |
| XYZ | 64.58 | 50.67 | 64.77 | - |
| YUV | 193.35 | 135.14 | 171.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 206 | 0 | 0.37 | 0.19 | 0.00 | 330.64 | 0.98 | 0.81 |
| Hex | FE | A0 | CE | 0 | 25 | 13 | 0 | 14B | 62 | 51 |
| Octal | 376 | 240 | 316 | 0 | 45 | 23 | 0 | 513 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11001110 | 0 | 100101 | 10011 | 0 | 101001011 | 1100010 | 1010001 |
Color Harmonies of #FEA0CE
Complementary color
Monochromatic Colors of #FEA0CE
Black with #FEA0CE
Text Example
Text Example
White with #FEA0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0CE; }
p { color: rgb(254,160,206); }
H1.HeaderClassName
{
color: #FEA0CE;
}
.AnyTagClassName
{
color: #FEA0CE;
}
</style>
background-color css
<style>
a { background-color: #FEA0CE; }
a { background-color: rgb(254,160,206); }
div.DivClassName
{
background-color: #FEA0CE;
}
.BgClassName
{
background-color: #FEA0CE;
}
</style>
border-color css
<style>
span { border-color: #FEA0CE; }
span { border-color: rgb(254,160,206); }
td.TdClassName
{
border-color: #FEA0CE;
}
.TagClassName
{
border-color: #FEA0CE;
}
</style>