Shades of Carnation Pink #FEA4C0
Tints of Carnation Pink #FEA4C0
RGB
CMYK
RGB Variations
Color information
#FEA4C0 (or 0xFEA4C0) is known color: Carnation Pink. HEX triplet: FE, A4 and C0. RGB value is (254,164,192). Sum of RGB (Red+Green+Blue) = 254+164+192=610 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.64% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4C0 is #015B3F. Grayscale: #C2C2C2. Windows color (decimal): -88896 or 12625150. OLE color: 12625150.
HSL color Cylindrical-coordinate representation of color #FEA4C0: hue angle of 341.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA4C0 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 192 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.00 |
| HSL | 341.33º | 0.98% | 0.82% | - |
| HSV(B) | 341.33º | 0.35% | 1% | - |
| XYZ | 63.66 | 51.43 | 56.44 | - |
| YUV | 194.1 | 126.82 | 170.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 192 | 0 | 0.35 | 0.24 | 0.00 | 341.33 | 0.98 | 0.82 |
| Hex | FE | A4 | C0 | 0 | 23 | 18 | 0 | 155 | 62 | 52 |
| Octal | 376 | 244 | 300 | 0 | 43 | 30 | 0 | 525 | 142 | 122 |
| Binary | 11111110 | 10100100 | 11000000 | 0 | 100011 | 11000 | 0 | 101010101 | 1100010 | 1010010 |
Color Harmonies of #FEA4C0
Complementary color
Monochromatic Colors of #FEA4C0
Black with #FEA4C0
Text Example
Text Example
White with #FEA4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4C0; }
p { color: rgb(254,164,192); }
H1.HeaderClassName
{
color: #FEA4C0;
}
.AnyTagClassName
{
color: #FEA4C0;
}
</style>
background-color css
<style>
a { background-color: #FEA4C0; }
a { background-color: rgb(254,164,192); }
div.DivClassName
{
background-color: #FEA4C0;
}
.BgClassName
{
background-color: #FEA4C0;
}
</style>
border-color css
<style>
span { border-color: #FEA4C0; }
span { border-color: rgb(254,164,192); }
td.TdClassName
{
border-color: #FEA4C0;
}
.TagClassName
{
border-color: #FEA4C0;
}
</style>