Shades of Carnation Pink #FEA3C1
Tints of Carnation Pink #FEA3C1
RGB
CMYK
RGB Variations
Color information
#FEA3C1 (or 0xFEA3C1) is known color: Carnation Pink. HEX triplet: FE, A3 and C1. RGB value is (254,163,193). Sum of RGB (Red+Green+Blue) = 254+163+193=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 163 (64.06% from 255 or 26.72% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3C1 is #015C3E. Grayscale: #C1C1C1. Windows color (decimal): -89151 or 12690430. OLE color: 12690430.
HSL color Cylindrical-coordinate representation of color #FEA3C1: hue angle of 340.22º 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 #FEA3C1 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 163 | 193 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.00 |
| HSL | 340.22º | 0.98% | 0.82% | - |
| HSV(B) | 340.22º | 0.36% | 1% | - |
| XYZ | 63.6 | 51.12 | 56.97 | - |
| YUV | 193.63 | 127.65 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 163 | 193 | 0 | 0.36 | 0.24 | 0.00 | 340.22 | 0.98 | 0.82 |
| Hex | FE | A3 | C1 | 0 | 24 | 18 | 0 | 154 | 62 | 52 |
| Octal | 376 | 243 | 301 | 0 | 44 | 30 | 0 | 524 | 142 | 122 |
| Binary | 11111110 | 10100011 | 11000001 | 0 | 100100 | 11000 | 0 | 101010100 | 1100010 | 1010010 |
Color Harmonies of #FEA3C1
Complementary color
Monochromatic Colors of #FEA3C1
Black with #FEA3C1
Text Example
Text Example
White with #FEA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA3C1; }
p { color: rgb(254,163,193); }
H1.HeaderClassName
{
color: #FEA3C1;
}
.AnyTagClassName
{
color: #FEA3C1;
}
</style>
background-color css
<style>
a { background-color: #FEA3C1; }
a { background-color: rgb(254,163,193); }
div.DivClassName
{
background-color: #FEA3C1;
}
.BgClassName
{
background-color: #FEA3C1;
}
</style>
border-color css
<style>
span { border-color: #FEA3C1; }
span { border-color: rgb(254,163,193); }
td.TdClassName
{
border-color: #FEA3C1;
}
.TagClassName
{
border-color: #FEA3C1;
}
</style>