Shades of Carnation Pink #FEA3CE
Tints of Carnation Pink #FEA3CE
RGB
CMYK
RGB Variations
Color information
#FEA3CE (or 0xFEA3CE) is known color: Carnation Pink. HEX triplet: FE, A3 and CE. RGB value is (254,163,206). Sum of RGB (Red+Green+Blue) = 254+163+206=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3CE is #015C31. Grayscale: #C3C3C3. Windows color (decimal): -89138 or 13542398. OLE color: 13542398.
HSL color Cylindrical-coordinate representation of color #FEA3CE: hue angle of 331.65º 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 #FEA3CE is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 206 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.00 |
| HSL | 331.65º | 0.98% | 0.82% | - |
| HSV(B) | 331.65º | 0.36% | 1% | - |
| XYZ | 65.11 | 51.72 | 64.94 | - |
| YUV | 195.11 | 134.15 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 206 | 0 | 0.36 | 0.19 | 0.00 | 331.65 | 0.98 | 0.82 |
| Hex | FE | A3 | CE | 0 | 24 | 13 | 0 | 14C | 62 | 52 |
| Octal | 376 | 243 | 316 | 0 | 44 | 23 | 0 | 514 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11001110 | 0 | 100100 | 10011 | 0 | 101001100 | 1100010 | 1010010 |
Color Harmonies of #FEA3CE
Complementary color
Monochromatic Colors of #FEA3CE
Black with #FEA3CE
Text Example
Text Example
White with #FEA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3CE; }
p { color: rgb(254,163,206); }
H1.HeaderClassName
{
color: #FEA3CE;
}
.AnyTagClassName
{
color: #FEA3CE;
}
</style>
background-color css
<style>
a { background-color: #FEA3CE; }
a { background-color: rgb(254,163,206); }
div.DivClassName
{
background-color: #FEA3CE;
}
.BgClassName
{
background-color: #FEA3CE;
}
</style>
border-color css
<style>
span { border-color: #FEA3CE; }
span { border-color: rgb(254,163,206); }
td.TdClassName
{
border-color: #FEA3CE;
}
.TagClassName
{
border-color: #FEA3CE;
}
</style>