Shades of Carnation Pink #FEA3C5
Tints of Carnation Pink #FEA3C5
RGB
CMYK
RGB Variations
Color information
#FEA3C5 (or 0xFEA3C5) is known color: Carnation Pink. HEX triplet: FE, A3 and C5. RGB value is (254,163,197). Sum of RGB (Red+Green+Blue) = 254+163+197=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3C5 is #015C3A. Grayscale: #C2C2C2. Windows color (decimal): -89147 or 12952574. OLE color: 12952574.
HSL color Cylindrical-coordinate representation of color #FEA3C5: hue angle of 337.58º 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 #FEA3C5 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 197 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.00 |
| HSL | 337.58º | 0.98% | 0.82% | - |
| HSV(B) | 337.58º | 0.36% | 1% | - |
| XYZ | 64.05 | 51.3 | 59.35 | - |
| YUV | 194.09 | 129.65 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 197 | 0 | 0.36 | 0.22 | 0.00 | 337.58 | 0.98 | 0.82 |
| Hex | FE | A3 | C5 | 0 | 24 | 16 | 0 | 152 | 62 | 52 |
| Octal | 376 | 243 | 305 | 0 | 44 | 26 | 0 | 522 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11000101 | 0 | 100100 | 10110 | 0 | 101010010 | 1100010 | 1010010 |
Color Harmonies of #FEA3C5
Complementary color
Monochromatic Colors of #FEA3C5
Black with #FEA3C5
Text Example
Text Example
White with #FEA3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3C5; }
p { color: rgb(254,163,197); }
H1.HeaderClassName
{
color: #FEA3C5;
}
.AnyTagClassName
{
color: #FEA3C5;
}
</style>
background-color css
<style>
a { background-color: #FEA3C5; }
a { background-color: rgb(254,163,197); }
div.DivClassName
{
background-color: #FEA3C5;
}
.BgClassName
{
background-color: #FEA3C5;
}
</style>
border-color css
<style>
span { border-color: #FEA3C5; }
span { border-color: rgb(254,163,197); }
td.TdClassName
{
border-color: #FEA3C5;
}
.TagClassName
{
border-color: #FEA3C5;
}
</style>