Shades of Carnation Pink #FEABC4
Tints of Carnation Pink #FEABC4
RGB
CMYK
RGB Variations
Color information
#FEABC4 (or 0xFEABC4) is known color: Carnation Pink. HEX triplet: FE, AB and C4. RGB value is (254,171,196). Sum of RGB (Red+Green+Blue) = 254+171+196=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 171 (67.19% from 255 or 27.54% from 621); Blue value is 196 (76.95% from 255 or 31.56% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABC4 is #01543B. Grayscale: #C6C6C6. Windows color (decimal): -87100 or 12889086. OLE color: 12889086.
HSL color Cylindrical-coordinate representation of color #FEABC4: hue angle of 341.93º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEABC4 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 196 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.00 |
| HSL | 341.93º | 0.98% | 0.83% | - |
| HSV(B) | 341.93º | 0.33% | 1% | - |
| XYZ | 65.4 | 54.18 | 59.24 | - |
| YUV | 198.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 196 | 0 | 0.33 | 0.23 | 0.00 | 341.93 | 0.98 | 0.83 |
| Hex | FE | AB | C4 | 0 | 21 | 17 | 0 | 156 | 62 | 53 |
| Octal | 376 | 253 | 304 | 0 | 41 | 27 | 0 | 526 | 142 | 123 |
| Binary | 11111110 | 10101011 | 11000100 | 0 | 100001 | 10111 | 0 | 101010110 | 1100010 | 1010011 |
Color Harmonies of #FEABC4
Complementary color
Monochromatic Colors of #FEABC4
Black with #FEABC4
Text Example
Text Example
White with #FEABC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABC4; }
p { color: rgb(254,171,196); }
H1.HeaderClassName
{
color: #FEABC4;
}
.AnyTagClassName
{
color: #FEABC4;
}
</style>
background-color css
<style>
a { background-color: #FEABC4; }
a { background-color: rgb(254,171,196); }
div.DivClassName
{
background-color: #FEABC4;
}
.BgClassName
{
background-color: #FEABC4;
}
</style>
border-color css
<style>
span { border-color: #FEABC4; }
span { border-color: rgb(254,171,196); }
td.TdClassName
{
border-color: #FEABC4;
}
.TagClassName
{
border-color: #FEABC4;
}
</style>