Shades of Carnation Pink #FEA2BF
Tints of Carnation Pink #FEA2BF
RGB
CMYK
RGB Variations
Color information
#FEA2BF (or 0xFEA2BF) is known color: Carnation Pink. HEX triplet: FE, A2 and BF. RGB value is (254,162,191). Sum of RGB (Red+Green+Blue) = 254+162+191=607 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.85% from 607); Green value is 162 (63.67% from 255 or 26.69% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA2BF is #015D40. Grayscale: #C0C0C0. Windows color (decimal): -89409 or 12559102. OLE color: 12559102.
HSL color Cylindrical-coordinate representation of color #FEA2BF: hue angle of 341.09º 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 #FEA2BF is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 162 | 191 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.00 |
| HSL | 341.09º | 0.98% | 0.82% | - |
| HSV(B) | 341.09º | 0.36% | 1% | - |
| XYZ | 63.2 | 50.67 | 55.74 | - |
| YUV | 192.81 | 126.98 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 162 | 191 | 0 | 0.36 | 0.25 | 0.00 | 341.09 | 0.98 | 0.82 |
| Hex | FE | A2 | BF | 0 | 24 | 19 | 0 | 155 | 62 | 52 |
| Octal | 376 | 242 | 277 | 0 | 44 | 31 | 0 | 525 | 142 | 122 |
| Binary | 11111110 | 10100010 | 10111111 | 0 | 100100 | 11001 | 0 | 101010101 | 1100010 | 1010010 |
Color Harmonies of #FEA2BF
Complementary color
Monochromatic Colors of #FEA2BF
Black with #FEA2BF
Text Example
Text Example
White with #FEA2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA2BF; }
p { color: rgb(254,162,191); }
H1.HeaderClassName
{
color: #FEA2BF;
}
.AnyTagClassName
{
color: #FEA2BF;
}
</style>
background-color css
<style>
a { background-color: #FEA2BF; }
a { background-color: rgb(254,162,191); }
div.DivClassName
{
background-color: #FEA2BF;
}
.BgClassName
{
background-color: #FEA2BF;
}
</style>
border-color css
<style>
span { border-color: #FEA2BF; }
span { border-color: rgb(254,162,191); }
td.TdClassName
{
border-color: #FEA2BF;
}
.TagClassName
{
border-color: #FEA2BF;
}
</style>