#F1AEC5

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

Shades of Cupid #F1AEC5

Tints of Cupid #F1AEC5

Color information

#F1AEC5 (or 0xF1AEC5) is unknown color: approx Cupid. HEX triplet: F1, AE and C5. RGB value is (241,174,197). Sum of RGB (Red+Green+Blue) = 241+174+197=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AEC5 is #0E513A. Grayscale: #C4C4C4. Windows color (decimal): -938299 or 12955377. OLE color: 12955377.

HSL color Cylindrical-coordinate representation of color #F1AEC5: hue angle of 339.4º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1AEC5 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB241174197-
CMYK00.280.180.05
HSL339.4º70.53%81.37%-
HSV(B)339.4º27.8%94.51%-
XYZ61.495359.81-
YUV196.66128.2159.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.38%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 197 (77.34% from 255) = 32.19%
R=39.38%
G=28.43%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117419700.280.180.05339.470.5381.37
HexF1AEC501C1251534751
Octal361256305034225523107121
Binary1111000110101110110001010111001001010110101001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AEC5; }

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

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

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

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

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

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

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

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