Shades of Carnation Pink #FEA0CF
Tints of Carnation Pink #FEA0CF
RGB
CMYK
RGB Variations
Color information
#FEA0CF (or 0xFEA0CF) is known color: Carnation Pink. HEX triplet: FE, A0 and CF. RGB value is (254,160,207). Sum of RGB (Red+Green+Blue) = 254+160+207=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 160 (62.89% from 255 or 25.76% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0CF is #015F30. Grayscale: #C1C1C1. Windows color (decimal): -89905 or 13607166. OLE color: 13607166.
HSL color Cylindrical-coordinate representation of color #FEA0CF: hue angle of 330º 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 #FEA0CF is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 207 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.00 |
| HSL | 330º | 0.98% | 0.81% | - |
| HSV(B) | 330º | 0.37% | 1% | - |
| XYZ | 64.71 | 50.72 | 65.41 | - |
| YUV | 193.46 | 135.64 | 171.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 207 | 0 | 0.37 | 0.19 | 0.00 | 330 | 0.98 | 0.81 |
| Hex | FE | A0 | CF | 0 | 25 | 13 | 0 | 14A | 62 | 51 |
| Octal | 376 | 240 | 317 | 0 | 45 | 23 | 0 | 512 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11001111 | 0 | 100101 | 10011 | 0 | 101001010 | 1100010 | 1010001 |
Color Harmonies of #FEA0CF
Complementary color
Monochromatic Colors of #FEA0CF
Black with #FEA0CF
Text Example
Text Example
White with #FEA0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0CF; }
p { color: rgb(254,160,207); }
H1.HeaderClassName
{
color: #FEA0CF;
}
.AnyTagClassName
{
color: #FEA0CF;
}
</style>
background-color css
<style>
a { background-color: #FEA0CF; }
a { background-color: rgb(254,160,207); }
div.DivClassName
{
background-color: #FEA0CF;
}
.BgClassName
{
background-color: #FEA0CF;
}
</style>
border-color css
<style>
span { border-color: #FEA0CF; }
span { border-color: rgb(254,160,207); }
td.TdClassName
{
border-color: #FEA0CF;
}
.TagClassName
{
border-color: #FEA0CF;
}
</style>