Shades of Carnation Pink #FEA1BD
Tints of Carnation Pink #FEA1BD
RGB
CMYK
RGB Variations
Color information
#FEA1BD (or 0xFEA1BD) is known color: Carnation Pink. HEX triplet: FE, A1 and BD. RGB value is (254,161,189). Sum of RGB (Red+Green+Blue) = 254+161+189=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1BD is #015E42. Grayscale: #BFBFBF. Windows color (decimal): -89667 or 12427774. OLE color: 12427774.
HSL color Cylindrical-coordinate representation of color #FEA1BD: hue angle of 341.94º 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 #FEA1BD is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 189 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.00 |
| HSL | 341.94º | 0.98% | 0.81% | - |
| HSV(B) | 341.94º | 0.37% | 1% | - |
| XYZ | 62.8 | 50.23 | 54.53 | - |
| YUV | 192 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 189 | 0 | 0.37 | 0.26 | 0.00 | 341.94 | 0.98 | 0.81 |
| Hex | FE | A1 | BD | 0 | 25 | 1A | 0 | 156 | 62 | 51 |
| Octal | 376 | 241 | 275 | 0 | 45 | 32 | 0 | 526 | 142 | 121 |
| Binary | 11111110 | 10100001 | 10111101 | 0 | 100101 | 11010 | 0 | 101010110 | 1100010 | 1010001 |
Color Harmonies of #FEA1BD
Complementary color
Monochromatic Colors of #FEA1BD
Black with #FEA1BD
Text Example
Text Example
White with #FEA1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1BD; }
p { color: rgb(254,161,189); }
H1.HeaderClassName
{
color: #FEA1BD;
}
.AnyTagClassName
{
color: #FEA1BD;
}
</style>
background-color css
<style>
a { background-color: #FEA1BD; }
a { background-color: rgb(254,161,189); }
div.DivClassName
{
background-color: #FEA1BD;
}
.BgClassName
{
background-color: #FEA1BD;
}
</style>
border-color css
<style>
span { border-color: #FEA1BD; }
span { border-color: rgb(254,161,189); }
td.TdClassName
{
border-color: #FEA1BD;
}
.TagClassName
{
border-color: #FEA1BD;
}
</style>