Shades of Carnation Pink #FEA0D1
Tints of Carnation Pink #FEA0D1
RGB
CMYK
RGB Variations
Color information
#FEA0D1 (or 0xFEA0D1) is known color: Carnation Pink. HEX triplet: FE, A0 and D1. RGB value is (254,160,209). Sum of RGB (Red+Green+Blue) = 254+160+209=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 160 (62.89% from 255 or 25.68% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0D1 is #015F2E. Grayscale: #C1C1C1. Windows color (decimal): -89903 or 13738238. OLE color: 13738238.
HSL color Cylindrical-coordinate representation of color #FEA0D1: hue angle of 328.72º 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 #FEA0D1 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 209 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.00 |
| HSL | 328.72º | 0.98% | 0.81% | - |
| HSV(B) | 328.72º | 0.37% | 1% | - |
| XYZ | 64.95 | 50.82 | 66.71 | - |
| YUV | 193.69 | 136.64 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 209 | 0 | 0.37 | 0.18 | 0.00 | 328.72 | 0.98 | 0.81 |
| Hex | FE | A0 | D1 | 0 | 25 | 12 | 0 | 149 | 62 | 51 |
| Octal | 376 | 240 | 321 | 0 | 45 | 22 | 0 | 511 | 142 | 121 |
| Binary | 11111110 | 10100000 | 11010001 | 0 | 100101 | 10010 | 0 | 101001001 | 1100010 | 1010001 |
Color Harmonies of #FEA0D1
Complementary color
Monochromatic Colors of #FEA0D1
Black with #FEA0D1
Text Example
Text Example
White with #FEA0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0D1; }
p { color: rgb(254,160,209); }
H1.HeaderClassName
{
color: #FEA0D1;
}
.AnyTagClassName
{
color: #FEA0D1;
}
</style>
background-color css
<style>
a { background-color: #FEA0D1; }
a { background-color: rgb(254,160,209); }
div.DivClassName
{
background-color: #FEA0D1;
}
.BgClassName
{
background-color: #FEA0D1;
}
</style>
border-color css
<style>
span { border-color: #FEA0D1; }
span { border-color: rgb(254,160,209); }
td.TdClassName
{
border-color: #FEA0D1;
}
.TagClassName
{
border-color: #FEA0D1;
}
</style>