#FEABC1

Color #FEABC1 Cupid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cupid #FEABC1

Tints of Cupid #FEABC1

Color information

#FEABC1 (or 0xFEABC1) is unknown color: approx 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

RGB254171193-
CMYK00.330.240.00
HSL344.1º97.65%83.33%-
HSV(B)344.1º32.68%99.61%-
XYZ65.0654.0557.46-
YUV198.32125167.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 41.10%
GREEN value IS 171 (67.19% from 255) = 27.67%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=41.10%
G=27.67%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417119300.330.240.00344.197.6583.33
HexFEABC10211801586253
Octal376253301041300530142123
Binary111111101010101111000001010000111000010101100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>