Shades of Carnation Pink #FEA0BE
Tints of Carnation Pink #FEA0BE
RGB
CMYK
RGB Variations
Color information
#FEA0BE (or 0xFEA0BE) is known color: Carnation Pink. HEX triplet: FE, A0 and BE. RGB value is (254,160,190). Sum of RGB (Red+Green+Blue) = 254+160+190=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 160 (62.89% from 255 or 26.49% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA0BE is #015F41. Grayscale: #BFBFBF. Windows color (decimal): -89922 or 12493054. OLE color: 12493054.
HSL color Cylindrical-coordinate representation of color #FEA0BE: hue angle of 340.85º 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 #FEA0BE is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 160 | 190 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.00 |
| HSL | 340.85º | 0.98% | 0.81% | - |
| HSV(B) | 340.85º | 0.37% | 1% | - |
| XYZ | 62.74 | 49.93 | 55.05 | - |
| YUV | 191.53 | 127.14 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 160 | 190 | 0 | 0.37 | 0.25 | 0.00 | 340.85 | 0.98 | 0.81 |
| Hex | FE | A0 | BE | 0 | 25 | 19 | 0 | 155 | 62 | 51 |
| Octal | 376 | 240 | 276 | 0 | 45 | 31 | 0 | 525 | 142 | 121 |
| Binary | 11111110 | 10100000 | 10111110 | 0 | 100101 | 11001 | 0 | 101010101 | 1100010 | 1010001 |
Color Harmonies of #FEA0BE
Complementary color
Monochromatic Colors of #FEA0BE
Black with #FEA0BE
Text Example
Text Example
White with #FEA0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA0BE; }
p { color: rgb(254,160,190); }
H1.HeaderClassName
{
color: #FEA0BE;
}
.AnyTagClassName
{
color: #FEA0BE;
}
</style>
background-color css
<style>
a { background-color: #FEA0BE; }
a { background-color: rgb(254,160,190); }
div.DivClassName
{
background-color: #FEA0BE;
}
.BgClassName
{
background-color: #FEA0BE;
}
</style>
border-color css
<style>
span { border-color: #FEA0BE; }
span { border-color: rgb(254,160,190); }
td.TdClassName
{
border-color: #FEA0BE;
}
.TagClassName
{
border-color: #FEA0BE;
}
</style>