Shades of Carnation Pink #FEA0C9
Tints of Carnation Pink #FEA0C9
RGB
CMYK
RGB Variations
Color information
#FEA0C9 (or 0xFEA0C9) is known color: Carnation Pink. HEX triplet: FE, A0 and C9. RGB value is (254,160,201). Sum of RGB (Red+Green+Blue) = 254+160+201=615 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.30% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0C9 is #015F36. Grayscale: #C0C0C0. Windows color (decimal): -89911 or 13213950. OLE color: 13213950.
HSL color Cylindrical-coordinate representation of color #FEA0C9: hue angle of 333.83º 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 #FEA0C9 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 201 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.00 |
| HSL | 333.83º | 0.98% | 0.81% | - |
| HSV(B) | 333.83º | 0.37% | 1% | - |
| XYZ | 63.99 | 50.43 | 61.62 | - |
| YUV | 192.78 | 132.64 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 201 | 0 | 0.37 | 0.21 | 0.00 | 333.83 | 0.98 | 0.81 |
| Hex | FE | A0 | C9 | 0 | 25 | 15 | 0 | 14E | 62 | 51 |
| Octal | 376 | 240 | 311 | 0 | 45 | 25 | 0 | 516 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11001001 | 0 | 100101 | 10101 | 0 | 101001110 | 1100010 | 1010001 |
Color Harmonies of #FEA0C9
Complementary color
Monochromatic Colors of #FEA0C9
Black with #FEA0C9
Text Example
Text Example
White with #FEA0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0C9; }
p { color: rgb(254,160,201); }
H1.HeaderClassName
{
color: #FEA0C9;
}
.AnyTagClassName
{
color: #FEA0C9;
}
</style>
background-color css
<style>
a { background-color: #FEA0C9; }
a { background-color: rgb(254,160,201); }
div.DivClassName
{
background-color: #FEA0C9;
}
.BgClassName
{
background-color: #FEA0C9;
}
</style>
border-color css
<style>
span { border-color: #FEA0C9; }
span { border-color: rgb(254,160,201); }
td.TdClassName
{
border-color: #FEA0C9;
}
.TagClassName
{
border-color: #FEA0C9;
}
</style>