Shades of Carnation Pink #FEA0CD
Tints of Carnation Pink #FEA0CD
RGB
CMYK
RGB Variations
Color information
#FEA0CD (or 0xFEA0CD) is known color: Carnation Pink. HEX triplet: FE, A0 and CD. RGB value is (254,160,205). Sum of RGB (Red+Green+Blue) = 254+160+205=619 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.03% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0CD is #015F32. Grayscale: #C1C1C1. Windows color (decimal): -89907 or 13476094. OLE color: 13476094.
HSL color Cylindrical-coordinate representation of color #FEA0CD: hue angle of 331.28º 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 #FEA0CD is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 205 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.00 |
| HSL | 331.28º | 0.98% | 0.81% | - |
| HSV(B) | 331.28º | 0.37% | 1% | - |
| XYZ | 64.46 | 50.62 | 64.13 | - |
| YUV | 193.24 | 134.64 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 205 | 0 | 0.37 | 0.19 | 0.00 | 331.28 | 0.98 | 0.81 |
| Hex | FE | A0 | CD | 0 | 25 | 13 | 0 | 14B | 62 | 51 |
| Octal | 376 | 240 | 315 | 0 | 45 | 23 | 0 | 513 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11001101 | 0 | 100101 | 10011 | 0 | 101001011 | 1100010 | 1010001 |
Color Harmonies of #FEA0CD
Complementary color
Monochromatic Colors of #FEA0CD
Black with #FEA0CD
Text Example
Text Example
White with #FEA0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0CD; }
p { color: rgb(254,160,205); }
H1.HeaderClassName
{
color: #FEA0CD;
}
.AnyTagClassName
{
color: #FEA0CD;
}
</style>
background-color css
<style>
a { background-color: #FEA0CD; }
a { background-color: rgb(254,160,205); }
div.DivClassName
{
background-color: #FEA0CD;
}
.BgClassName
{
background-color: #FEA0CD;
}
</style>
border-color css
<style>
span { border-color: #FEA0CD; }
span { border-color: rgb(254,160,205); }
td.TdClassName
{
border-color: #FEA0CD;
}
.TagClassName
{
border-color: #FEA0CD;
}
</style>