Shades of Carnation Pink #FEA6CE
Tints of Carnation Pink #FEA6CE
RGB
CMYK
RGB Variations
Color information
#FEA6CE (or 0xFEA6CE) is known color: Carnation Pink. HEX triplet: FE, A6 and CE. RGB value is (254,166,206). Sum of RGB (Red+Green+Blue) = 254+166+206=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 206 (80.86% from 255 or 32.91% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA6CE is #015931. Grayscale: #C4C4C4. Windows color (decimal): -88370 or 13543166. OLE color: 13543166.
HSL color Cylindrical-coordinate representation of color #FEA6CE: hue angle of 332.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA6CE is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 166 | 206 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.00 |
| HSL | 332.73º | 0.98% | 0.82% | - |
| HSV(B) | 332.73º | 0.35% | 1% | - |
| XYZ | 65.65 | 52.8 | 65.12 | - |
| YUV | 196.87 | 133.15 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 166 | 206 | 0 | 0.35 | 0.19 | 0.00 | 332.73 | 0.98 | 0.82 |
| Hex | FE | A6 | CE | 0 | 23 | 13 | 0 | 14D | 62 | 52 |
| Octal | 376 | 246 | 316 | 0 | 43 | 23 | 0 | 515 | 142 | 122 |
| Binary | 11111110 | 10100110 | 11001110 | 0 | 100011 | 10011 | 0 | 101001101 | 1100010 | 1010010 |
Color Harmonies of #FEA6CE
Complementary color
Monochromatic Colors of #FEA6CE
Black with #FEA6CE
Text Example
Text Example
White with #FEA6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA6CE; }
p { color: rgb(254,166,206); }
H1.HeaderClassName
{
color: #FEA6CE;
}
.AnyTagClassName
{
color: #FEA6CE;
}
</style>
background-color css
<style>
a { background-color: #FEA6CE; }
a { background-color: rgb(254,166,206); }
div.DivClassName
{
background-color: #FEA6CE;
}
.BgClassName
{
background-color: #FEA6CE;
}
</style>
border-color css
<style>
span { border-color: #FEA6CE; }
span { border-color: rgb(254,166,206); }
td.TdClassName
{
border-color: #FEA6CE;
}
.TagClassName
{
border-color: #FEA6CE;
}
</style>