#FEAEC7

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

Shades of Cupid #FEAEC7

Tints of Cupid #FEAEC7

Color information

#FEAEC7 (or 0xFEAEC7) is unknown color: approx Cupid. HEX triplet: FE, AE and C7. RGB value is (254,174,199). Sum of RGB (Red+Green+Blue) = 254+174+199=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 199 (78.12% from 255 or 31.74% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAEC7 is #015138. Grayscale: #C8C8C8. Windows color (decimal): -86329 or 13086462. OLE color: 13086462.

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

Color convert

RGB254174199-
CMYK00.310.220.00
HSL341.25º97.56%83.92%-
HSV(B)341.25º31.5%99.61%-
XYZ66.3255.4761.24-
YUV200.77127165.97-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 174 (68.36% from 255) = 27.75%
BLUE value IS 199 (78.12% from 255) = 31.74%
R=40.51%
G=27.75%
B=31.74%

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
Decimal25417419900.310.220.00341.2597.5683.92
HexFEAEC701F1601556254
Octal376256307037260525142124
Binary11111110101011101100011101111110110010101010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAEC7; }

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

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

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

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

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

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

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

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