Shades of Carnation Pink #FEA1BB
Tints of Carnation Pink #FEA1BB
RGB
CMYK
RGB Variations
Color information
#FEA1BB (or 0xFEA1BB) is known color: Carnation Pink. HEX triplet: FE, A1 and BB. RGB value is (254,161,187). Sum of RGB (Red+Green+Blue) = 254+161+187=602 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.19% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA1BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA1BB is #015E44. Grayscale: #BFBFBF. Windows color (decimal): -89669 or 12296702. OLE color: 12296702.
HSL color Cylindrical-coordinate representation of color #FEA1BB: hue angle of 343.23º 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 #FEA1BB is Cyan = 0, Magento = 0.37, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 161 | 187 | - |
| CMYK | 0 | 0.37 | 0.26 | 0.00 |
| HSL | 343.23º | 0.98% | 0.81% | - |
| HSV(B) | 343.23º | 0.37% | 1% | - |
| XYZ | 62.59 | 50.15 | 53.39 | - |
| YUV | 191.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 161 | 187 | 0 | 0.37 | 0.26 | 0.00 | 343.23 | 0.98 | 0.81 |
| Hex | FE | A1 | BB | 0 | 25 | 1A | 0 | 157 | 62 | 51 |
| Octal | 376 | 241 | 273 | 0 | 45 | 32 | 0 | 527 | 142 | 121 |
| Binary | 11111110 | 10100001 | 10111011 | 0 | 100101 | 11010 | 0 | 101010111 | 1100010 | 1010001 |
Color Harmonies of #FEA1BB
Complementary color
Monochromatic Colors of #FEA1BB
Black with #FEA1BB
Text Example
Text Example
White with #FEA1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA1BB; }
p { color: rgb(254,161,187); }
H1.HeaderClassName
{
color: #FEA1BB;
}
.AnyTagClassName
{
color: #FEA1BB;
}
</style>
background-color css
<style>
a { background-color: #FEA1BB; }
a { background-color: rgb(254,161,187); }
div.DivClassName
{
background-color: #FEA1BB;
}
.BgClassName
{
background-color: #FEA1BB;
}
</style>
border-color css
<style>
span { border-color: #FEA1BB; }
span { border-color: rgb(254,161,187); }
td.TdClassName
{
border-color: #FEA1BB;
}
.TagClassName
{
border-color: #FEA1BB;
}
</style>