Shades of Carnation Pink #FEA2B9
Tints of Carnation Pink #FEA2B9
RGB
CMYK
RGB Variations
Color information
#FEA2B9 (or 0xFEA2B9) is known color: Carnation Pink. HEX triplet: FE, A2 and B9. RGB value is (254,162,185). Sum of RGB (Red+Green+Blue) = 254+162+185=601 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.26% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 185 (72.66% from 255 or 30.78% from 601); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2B9 is #015D46. Grayscale: #C0C0C0. Windows color (decimal): -89415 or 12165886. OLE color: 12165886.
HSL color Cylindrical-coordinate representation of color #FEA2B9: hue angle of 345º 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 #FEA2B9 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 185 | - |
| CMYK | 0 | 0.36 | 0.27 | 0.00 |
| HSL | 345º | 0.98% | 0.82% | - |
| HSV(B) | 345º | 0.36% | 1% | - |
| XYZ | 62.55 | 50.41 | 52.33 | - |
| YUV | 192.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 185 | 0 | 0.36 | 0.27 | 0.00 | 345 | 0.98 | 0.82 |
| Hex | FE | A2 | B9 | 0 | 24 | 1B | 0 | 159 | 62 | 52 |
| Octal | 376 | 242 | 271 | 0 | 44 | 33 | 0 | 531 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10111001 | 0 | 100100 | 11011 | 0 | 101011001 | 1100010 | 1010010 |
Color Harmonies of #FEA2B9
Complementary color
Monochromatic Colors of #FEA2B9
Black with #FEA2B9
Text Example
Text Example
White with #FEA2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2B9; }
p { color: rgb(254,162,185); }
H1.HeaderClassName
{
color: #FEA2B9;
}
.AnyTagClassName
{
color: #FEA2B9;
}
</style>
background-color css
<style>
a { background-color: #FEA2B9; }
a { background-color: rgb(254,162,185); }
div.DivClassName
{
background-color: #FEA2B9;
}
.BgClassName
{
background-color: #FEA2B9;
}
</style>
border-color css
<style>
span { border-color: #FEA2B9; }
span { border-color: rgb(254,162,185); }
td.TdClassName
{
border-color: #FEA2B9;
}
.TagClassName
{
border-color: #FEA2B9;
}
</style>