Shades of Carnation Pink #FEA1C0
Tints of Carnation Pink #FEA1C0
RGB
CMYK
RGB Variations
Color information
#FEA1C0 (or 0xFEA1C0) is known color: Carnation Pink. HEX triplet: FE, A1 and C0. RGB value is (254,161,192). Sum of RGB (Red+Green+Blue) = 254+161+192=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 161 (63.28% from 255 or 26.52% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1C0 is #015E3F. Grayscale: #C0C0C0. Windows color (decimal): -89664 or 12624382. OLE color: 12624382.
HSL color Cylindrical-coordinate representation of color #FEA1C0: hue angle of 340º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FEA1C0 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 192 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.00 |
| HSL | 340º | 0.98% | 0.81% | - |
| HSV(B) | 340º | 0.37% | 1% | - |
| XYZ | 63.13 | 50.37 | 56.26 | - |
| YUV | 192.34 | 127.81 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 192 | 0 | 0.37 | 0.24 | 0.00 | 340 | 0.98 | 0.81 |
| Hex | FE | A1 | C0 | 0 | 25 | 18 | 0 | 154 | 62 | 51 |
| Octal | 376 | 241 | 300 | 0 | 45 | 30 | 0 | 524 | 142 | 121 |
| Binary | 11111110 | 10100001 | 11000000 | 0 | 100101 | 11000 | 0 | 101010100 | 1100010 | 1010001 |
Color Harmonies of #FEA1C0
Complementary color
Monochromatic Colors of #FEA1C0
Black with #FEA1C0
Text Example
Text Example
White with #FEA1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1C0; }
p { color: rgb(254,161,192); }
H1.HeaderClassName
{
color: #FEA1C0;
}
.AnyTagClassName
{
color: #FEA1C0;
}
</style>
background-color css
<style>
a { background-color: #FEA1C0; }
a { background-color: rgb(254,161,192); }
div.DivClassName
{
background-color: #FEA1C0;
}
.BgClassName
{
background-color: #FEA1C0;
}
</style>
border-color css
<style>
span { border-color: #FEA1C0; }
span { border-color: rgb(254,161,192); }
td.TdClassName
{
border-color: #FEA1C0;
}
.TagClassName
{
border-color: #FEA1C0;
}
</style>