Shades of Carnation Pink #FEA4BB
Tints of Carnation Pink #FEA4BB
RGB
CMYK
RGB Variations
Color information
#FEA4BB (or 0xFEA4BB) is known color: Carnation Pink. HEX triplet: FE, A4 and BB. RGB value is (254,164,187). Sum of RGB (Red+Green+Blue) = 254+164+187=605 (80% of max value = 765). Red value is 254 (99.61% from 255 or 41.98% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 187 (73.44% from 255 or 30.91% from 605); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA4BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA4BB is #015B44. Grayscale: #C1C1C1. Windows color (decimal): -88901 or 12297470. OLE color: 12297470.
HSL color Cylindrical-coordinate representation of color #FEA4BB: hue angle of 344.67º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FEA4BB is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 164 | 187 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.00 |
| HSL | 344.67º | 0.98% | 0.82% | - |
| HSV(B) | 344.67º | 0.35% | 1% | - |
| XYZ | 63.12 | 51.21 | 53.57 | - |
| YUV | 193.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 164 | 187 | 0 | 0.35 | 0.26 | 0.00 | 344.67 | 0.98 | 0.82 |
| Hex | FE | A4 | BB | 0 | 23 | 1A | 0 | 159 | 62 | 52 |
| Octal | 376 | 244 | 273 | 0 | 43 | 32 | 0 | 531 | 142 | 122 |
| Binary | 11111110 | 10100100 | 10111011 | 0 | 100011 | 11010 | 0 | 101011001 | 1100010 | 1010010 |
Color Harmonies of #FEA4BB
Complementary color
Monochromatic Colors of #FEA4BB
Black with #FEA4BB
Text Example
Text Example
White with #FEA4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEA4BB; }
p { color: rgb(254,164,187); }
H1.HeaderClassName
{
color: #FEA4BB;
}
.AnyTagClassName
{
color: #FEA4BB;
}
</style>
background-color css
<style>
a { background-color: #FEA4BB; }
a { background-color: rgb(254,164,187); }
div.DivClassName
{
background-color: #FEA4BB;
}
.BgClassName
{
background-color: #FEA4BB;
}
</style>
border-color css
<style>
span { border-color: #FEA4BB; }
span { border-color: rgb(254,164,187); }
td.TdClassName
{
border-color: #FEA4BB;
}
.TagClassName
{
border-color: #FEA4BB;
}
</style>