#feaabe

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

Shades of Cupid #FEAABE

Tints of Cupid #FEAABE

Color information

#FEAABE (or 0xFEAABE) is unknown color: approx Cupid. HEX triplet: FE, AA and BE. RGB value is (254,170,190). Sum of RGB (Red+Green+Blue) = 254+170+190=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAABE is #015541. Grayscale: #C5C5C5. Windows color (decimal): -87362 or 12495614. OLE color: 12495614.

HSL color Cylindrical-coordinate representation of color #FEAABE: hue angle of 345.71º 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 #FEAABE is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB254170190-
CMYK00.330.250.00
HSL345.71º97.67%83.14%-
HSV(B)345.71º33.07%99.61%-
XYZ64.5453.5455.65-
YUV197.4123.83168.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.37%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=41.37%
G=27.69%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417019000.330.250.00345.7197.6783.14
HexFEAABE02119015a6253
Octal376252276041310532142123
Binary111111101010101010111110010000111001010101101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #feaabe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #feaabe; }

 p { color: rgb(254,170,190); }

 H1.HeaderClassName
 {
   color: #feaabe;
 }
 .AnyTagClassName
 {
   color: #feaabe;
 }
</style>
background-color css

<style>
 a { background-color: #feaabe; }

 a { background-color: rgb(254,170,190); }

 div.DivClassName
 {
   background-color: #feaabe;
 }
 .BgClassName
 {
   background-color: #feaabe;
 }
</style>
border-color css

<style>
 span { border-color: #feaabe; }

 span { border-color: rgb(254,170,190); }

 td.TdClassName
 {
   border-color: #feaabe;
 }
 .TagClassName
 {
   border-color: #feaabe;
 }
</style>