Shades of Carnation Pink #FEABC8
Tints of Carnation Pink #FEABC8
RGB
CMYK
RGB Variations
Color information
#FEABC8 (or 0xFEABC8) is known color: Carnation Pink. HEX triplet: FE, AB and C8. RGB value is (254,171,200). Sum of RGB (Red+Green+Blue) = 254+171+200=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 171 (67.19% from 255 or 27.36% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABC8 is #015437. Grayscale: #C7C7C7. Windows color (decimal): -87096 or 13151230. OLE color: 13151230.
HSL color Cylindrical-coordinate representation of color #FEABC8: hue angle of 339.04º 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 #FEABC8 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 200 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.00 |
| HSL | 339.04º | 0.98% | 0.83% | - |
| HSV(B) | 339.04º | 0.33% | 1% | - |
| XYZ | 65.86 | 54.37 | 61.67 | - |
| YUV | 199.12 | 128.5 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 200 | 0 | 0.33 | 0.21 | 0.00 | 339.04 | 0.98 | 0.83 |
| Hex | FE | AB | C8 | 0 | 21 | 15 | 0 | 153 | 62 | 53 |
| Octal | 376 | 253 | 310 | 0 | 41 | 25 | 0 | 523 | 142 | 123 |
| Binary | 11111110 | 10101011 | 11001000 | 0 | 100001 | 10101 | 0 | 101010011 | 1100010 | 1010011 |
Color Harmonies of #FEABC8
Complementary color
Monochromatic Colors of #FEABC8
Black with #FEABC8
Text Example
Text Example
White with #FEABC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABC8; }
p { color: rgb(254,171,200); }
H1.HeaderClassName
{
color: #FEABC8;
}
.AnyTagClassName
{
color: #FEABC8;
}
</style>
background-color css
<style>
a { background-color: #FEABC8; }
a { background-color: rgb(254,171,200); }
div.DivClassName
{
background-color: #FEABC8;
}
.BgClassName
{
background-color: #FEABC8;
}
</style>
border-color css
<style>
span { border-color: #FEABC8; }
span { border-color: rgb(254,171,200); }
td.TdClassName
{
border-color: #FEABC8;
}
.TagClassName
{
border-color: #FEABC8;
}
</style>