#FEAAC1

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

Shades of Cupid #FEAAC1

Tints of Cupid #FEAAC1

Color information

#FEAAC1 (or 0xFEAAC1) is unknown color: approx Cupid. HEX triplet: FE, AA and C1. RGB value is (254,170,193). Sum of RGB (Red+Green+Blue) = 254+170+193=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAAC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEAAC1 is #01553E. Grayscale: #C5C5C5. Windows color (decimal): -87359 or 12692222. OLE color: 12692222.

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

Color convert

RGB254170193-
CMYK00.330.240.00
HSL343.57º97.67%83.14%-
HSV(B)343.57º33.07%99.61%-
XYZ64.8753.6757.39-
YUV197.74125.33168.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 41.17%
GREEN value IS 170 (66.80% from 255) = 27.55%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=41.17%
G=27.55%
B=31.28%

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
Decimal25417019300.330.240.00343.5797.6783.14
HexFEAAC10211801586253
Octal376252301041300530142123
Binary111111101010101011000001010000111000010101100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAAC1; }

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

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

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

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

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

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

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

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