Shades of Carnation Pink #FEA2BD
Tints of Carnation Pink #FEA2BD
RGB
CMYK
RGB Variations
Color information
#FEA2BD (or 0xFEA2BD) is known color: Carnation Pink. HEX triplet: FE, A2 and BD. RGB value is (254,162,189). Sum of RGB (Red+Green+Blue) = 254+162+189=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 162 (63.67% from 255 or 26.78% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2BD is #015D42. Grayscale: #C0C0C0. Windows color (decimal): -89411 or 12428030. OLE color: 12428030.
HSL color Cylindrical-coordinate representation of color #FEA2BD: hue angle of 342.39º 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 #FEA2BD is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 189 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.00 |
| HSL | 342.39º | 0.98% | 0.82% | - |
| HSV(B) | 342.39º | 0.36% | 1% | - |
| XYZ | 62.98 | 50.59 | 54.59 | - |
| YUV | 192.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 189 | 0 | 0.36 | 0.26 | 0.00 | 342.39 | 0.98 | 0.82 |
| Hex | FE | A2 | BD | 0 | 24 | 1A | 0 | 156 | 62 | 52 |
| Octal | 376 | 242 | 275 | 0 | 44 | 32 | 0 | 526 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10111101 | 0 | 100100 | 11010 | 0 | 101010110 | 1100010 | 1010010 |
Color Harmonies of #FEA2BD
Complementary color
Monochromatic Colors of #FEA2BD
Black with #FEA2BD
Text Example
Text Example
White with #FEA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2BD; }
p { color: rgb(254,162,189); }
H1.HeaderClassName
{
color: #FEA2BD;
}
.AnyTagClassName
{
color: #FEA2BD;
}
</style>
background-color css
<style>
a { background-color: #FEA2BD; }
a { background-color: rgb(254,162,189); }
div.DivClassName
{
background-color: #FEA2BD;
}
.BgClassName
{
background-color: #FEA2BD;
}
</style>
border-color css
<style>
span { border-color: #FEA2BD; }
span { border-color: rgb(254,162,189); }
td.TdClassName
{
border-color: #FEA2BD;
}
.TagClassName
{
border-color: #FEA2BD;
}
</style>