#FEAEC5

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

Shades of Cupid #FEAEC5

Tints of Cupid #FEAEC5

Color information

#FEAEC5 (or 0xFEAEC5) is unknown color: approx Cupid. HEX triplet: FE, AE and C5. RGB value is (254,174,197). Sum of RGB (Red+Green+Blue) = 254+174+197=625 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.64% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 197 (77.34% from 255 or 31.52% from 625); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEC5 is #01513A. Grayscale: #C8C8C8. Windows color (decimal): -86331 or 12955390. OLE color: 12955390.

HSL color Cylindrical-coordinate representation of color #FEAEC5: hue angle of 342.75º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FEAEC5 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB254174197-
CMYK00.310.220.00
HSL342.75º97.56%83.92%-
HSV(B)342.75º31.5%99.61%-
XYZ66.0955.3760.03-
YUV200.54126166.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.64%
GREEN value IS 174 (68.36% from 255) = 27.84%
BLUE value IS 197 (77.34% from 255) = 31.52%
R=40.64%
G=27.84%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417419700.310.220.00342.7597.5683.92
HexFEAEC501F1601576254
Octal376256305037260527142124
Binary11111110101011101100010101111110110010101011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEC5; }

 p { color: rgb(254,174,197); }

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

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

 a { background-color: rgb(254,174,197); }

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

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

 span { border-color: rgb(254,174,197); }

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