Shades of Carnation Pink #FEA9CE
Tints of Carnation Pink #FEA9CE
RGB
CMYK
RGB Variations
Color information
#FEA9CE (or 0xFEA9CE) is known color: Carnation Pink. HEX triplet: FE, A9 and CE. RGB value is (254,169,206). Sum of RGB (Red+Green+Blue) = 254+169+206=629 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.38% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA9CE is #015631. Grayscale: #C6C6C6. Windows color (decimal): -87602 or 13543934. OLE color: 13543934.
HSL color Cylindrical-coordinate representation of color #FEA9CE: hue angle of 333.88º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9CE is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 169 | 206 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.00 |
| HSL | 333.88º | 0.98% | 0.83% | - |
| HSV(B) | 333.88º | 0.33% | 1% | - |
| XYZ | 66.2 | 53.9 | 65.31 | - |
| YUV | 198.63 | 132.16 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 169 | 206 | 0 | 0.33 | 0.19 | 0.00 | 333.88 | 0.98 | 0.83 |
| Hex | FE | A9 | CE | 0 | 21 | 13 | 0 | 14E | 62 | 53 |
| Octal | 376 | 251 | 316 | 0 | 41 | 23 | 0 | 516 | 142 | 123 |
| Binary | 11111110 | 10101001 | 11001110 | 0 | 100001 | 10011 | 0 | 101001110 | 1100010 | 1010011 |
Color Harmonies of #FEA9CE
Complementary color
Monochromatic Colors of #FEA9CE
Black with #FEA9CE
Text Example
Text Example
White with #FEA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA9CE; }
p { color: rgb(254,169,206); }
H1.HeaderClassName
{
color: #FEA9CE;
}
.AnyTagClassName
{
color: #FEA9CE;
}
</style>
background-color css
<style>
a { background-color: #FEA9CE; }
a { background-color: rgb(254,169,206); }
div.DivClassName
{
background-color: #FEA9CE;
}
.BgClassName
{
background-color: #FEA9CE;
}
</style>
border-color css
<style>
span { border-color: #FEA9CE; }
span { border-color: rgb(254,169,206); }
td.TdClassName
{
border-color: #FEA9CE;
}
.TagClassName
{
border-color: #FEA9CE;
}
</style>