Shades of Carnation Pink #FEA3C2
Tints of Carnation Pink #FEA3C2
RGB
CMYK
RGB Variations
Color information
#FEA3C2 (or 0xFEA3C2) is known color: Carnation Pink. HEX triplet: FE, A3 and C2. RGB value is (254,163,194). Sum of RGB (Red+Green+Blue) = 254+163+194=611 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.57% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3C2 is #015C3D. Grayscale: #C1C1C1. Windows color (decimal): -89150 or 12755966. OLE color: 12755966.
HSL color Cylindrical-coordinate representation of color #FEA3C2: hue angle of 339.56º 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 #FEA3C2 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 194 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.00 |
| HSL | 339.56º | 0.98% | 0.82% | - |
| HSV(B) | 339.56º | 0.36% | 1% | - |
| XYZ | 63.71 | 51.16 | 57.56 | - |
| YUV | 193.74 | 128.15 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 194 | 0 | 0.36 | 0.24 | 0.00 | 339.56 | 0.98 | 0.82 |
| Hex | FE | A3 | C2 | 0 | 24 | 18 | 0 | 154 | 62 | 52 |
| Octal | 376 | 243 | 302 | 0 | 44 | 30 | 0 | 524 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11000010 | 0 | 100100 | 11000 | 0 | 101010100 | 1100010 | 1010010 |
Color Harmonies of #FEA3C2
Complementary color
Monochromatic Colors of #FEA3C2
Black with #FEA3C2
Text Example
Text Example
White with #FEA3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3C2; }
p { color: rgb(254,163,194); }
H1.HeaderClassName
{
color: #FEA3C2;
}
.AnyTagClassName
{
color: #FEA3C2;
}
</style>
background-color css
<style>
a { background-color: #FEA3C2; }
a { background-color: rgb(254,163,194); }
div.DivClassName
{
background-color: #FEA3C2;
}
.BgClassName
{
background-color: #FEA3C2;
}
</style>
border-color css
<style>
span { border-color: #FEA3C2; }
span { border-color: rgb(254,163,194); }
td.TdClassName
{
border-color: #FEA3C2;
}
.TagClassName
{
border-color: #FEA3C2;
}
</style>