Shades of Carnation Pink #FEA2CE
Tints of Carnation Pink #FEA2CE
RGB
CMYK
RGB Variations
Color information
#FEA2CE (or 0xFEA2CE) is known color: Carnation Pink. HEX triplet: FE, A2 and CE. RGB value is (254,162,206). Sum of RGB (Red+Green+Blue) = 254+162+206=622 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.84% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2CE is #015D31. Grayscale: #C2C2C2. Windows color (decimal): -89394 or 13542142. OLE color: 13542142.
HSL color Cylindrical-coordinate representation of color #FEA2CE: hue angle of 331.3º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FEA2CE is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 206 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.00 |
| HSL | 331.3º | 0.98% | 0.82% | - |
| HSV(B) | 331.3º | 0.36% | 1% | - |
| XYZ | 64.93 | 51.37 | 64.89 | - |
| YUV | 194.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 206 | 0 | 0.36 | 0.19 | 0.00 | 331.3 | 0.98 | 0.82 |
| Hex | FE | A2 | CE | 0 | 24 | 13 | 0 | 14B | 62 | 52 |
| Octal | 376 | 242 | 316 | 0 | 44 | 23 | 0 | 513 | 142 | 122 |
| Binary | 11111110 | 10100010 | 11001110 | 0 | 100100 | 10011 | 0 | 101001011 | 1100010 | 1010010 |
Color Harmonies of #FEA2CE
Complementary color
Monochromatic Colors of #FEA2CE
Black with #FEA2CE
Text Example
Text Example
White with #FEA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2CE; }
p { color: rgb(254,162,206); }
H1.HeaderClassName
{
color: #FEA2CE;
}
.AnyTagClassName
{
color: #FEA2CE;
}
</style>
background-color css
<style>
a { background-color: #FEA2CE; }
a { background-color: rgb(254,162,206); }
div.DivClassName
{
background-color: #FEA2CE;
}
.BgClassName
{
background-color: #FEA2CE;
}
</style>
border-color css
<style>
span { border-color: #FEA2CE; }
span { border-color: rgb(254,162,206); }
td.TdClassName
{
border-color: #FEA2CE;
}
.TagClassName
{
border-color: #FEA2CE;
}
</style>