Shades of Carnation Pink #FEA2B8
Tints of Carnation Pink #FEA2B8
RGB
CMYK
RGB Variations
Color information
#FEA2B8 (or 0xFEA2B8) is known color: Carnation Pink. HEX triplet: FE, A2 and B8. RGB value is (254,162,184). Sum of RGB (Red+Green+Blue) = 254+162+184=600 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.33% from 600); Green value is 162 (63.67% from 255 or 27% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2B8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2B8 is #015D47. Grayscale: #C0C0C0. Windows color (decimal): -89416 or 12100350. OLE color: 12100350.
HSL color Cylindrical-coordinate representation of color #FEA2B8: hue angle of 345.65º 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 #FEA2B8 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 184 | - |
| CMYK | 0 | 0.36 | 0.28 | 0.00 |
| HSL | 345.65º | 0.98% | 0.82% | - |
| HSV(B) | 345.65º | 0.36% | 1% | - |
| XYZ | 62.45 | 50.37 | 51.78 | - |
| YUV | 192.02 | 123.48 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 184 | 0 | 0.36 | 0.28 | 0.00 | 345.65 | 0.98 | 0.82 |
| Hex | FE | A2 | B8 | 0 | 24 | 1C | 0 | 15A | 62 | 52 |
| Octal | 376 | 242 | 270 | 0 | 44 | 34 | 0 | 532 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10111000 | 0 | 100100 | 11100 | 0 | 101011010 | 1100010 | 1010010 |
Color Harmonies of #FEA2B8
Complementary color
Monochromatic Colors of #FEA2B8
Black with #FEA2B8
Text Example
Text Example
White with #FEA2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2B8; }
p { color: rgb(254,162,184); }
H1.HeaderClassName
{
color: #FEA2B8;
}
.AnyTagClassName
{
color: #FEA2B8;
}
</style>
background-color css
<style>
a { background-color: #FEA2B8; }
a { background-color: rgb(254,162,184); }
div.DivClassName
{
background-color: #FEA2B8;
}
.BgClassName
{
background-color: #FEA2B8;
}
</style>
border-color css
<style>
span { border-color: #FEA2B8; }
span { border-color: rgb(254,162,184); }
td.TdClassName
{
border-color: #FEA2B8;
}
.TagClassName
{
border-color: #FEA2B8;
}
</style>