Shades of Cupid #FEABC1
Tints of Cupid #FEABC1
RGB
CMYK
RGB Variations
Color information
#FEABC1 (or 0xFEABC1) is known color: Cupid. HEX triplet: FE, AB and C1. RGB value is (254,171,193). Sum of RGB (Red+Green+Blue) = 254+171+193=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 171 (67.19% from 255 or 27.67% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEABC1 is #01543E. Grayscale: #C6C6C6. Windows color (decimal): -87103 or 12692478. OLE color: 12692478.
HSL color Cylindrical-coordinate representation of color #FEABC1: hue angle of 344.1º 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 #FEABC1 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 171 | 193 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.00 |
| HSL | 344.1º | 0.98% | 0.83% | - |
| HSV(B) | 344.1º | 0.33% | 1% | - |
| XYZ | 65.06 | 54.05 | 57.46 | - |
| YUV | 198.33 | 125 | 167.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 171 | 193 | 0 | 0.33 | 0.24 | 0.00 | 344.1 | 0.98 | 0.83 |
| Hex | FE | AB | C1 | 0 | 21 | 18 | 0 | 158 | 62 | 53 |
| Octal | 376 | 253 | 301 | 0 | 41 | 30 | 0 | 530 | 142 | 123 |
| Binary | 11111110 | 10101011 | 11000001 | 0 | 100001 | 11000 | 0 | 101011000 | 1100010 | 1010011 |
Color Harmonies of #FEABC1
Complementary color
Monochromatic Colors of #FEABC1
Black with #FEABC1
Text Example
Text Example
White with #FEABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEABC1; }
p { color: rgb(254,171,193); }
H1.HeaderClassName
{
color: #FEABC1;
}
.AnyTagClassName
{
color: #FEABC1;
}
</style>
background-color css
<style>
a { background-color: #FEABC1; }
a { background-color: rgb(254,171,193); }
div.DivClassName
{
background-color: #FEABC1;
}
.BgClassName
{
background-color: #FEABC1;
}
</style>
border-color css
<style>
span { border-color: #FEABC1; }
span { border-color: rgb(254,171,193); }
td.TdClassName
{
border-color: #FEABC1;
}
.TagClassName
{
border-color: #FEABC1;
}
</style>