#F5AECA

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

Shades of Cupid #F5AECA

Tints of Cupid #F5AECA

Color information

#F5AECA (or 0xF5AECA) is unknown color: approx Cupid. HEX triplet: F5, AE and CA. RGB value is (245,174,202). Sum of RGB (Red+Green+Blue) = 245+174+202=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AECA is #0A5135. Grayscale: #C6C6C6. Windows color (decimal): -676150 or 13283061. OLE color: 13283061.

HSL color Cylindrical-coordinate representation of color #F5AECA: hue angle of 336.34º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5AECA is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB245174202-
CMYK00.290.180.04
HSL336.34º78.02%82.16%-
HSV(B)336.34º28.98%96.08%-
XYZ63.4553.9562.95-
YUV198.42130.02161.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.45%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 202 (79.30% from 255) = 32.53%
R=39.45%
G=28.02%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517420200.290.180.04336.3478.0282.16
HexF5AECA01D1241504e52
Octal365256312035224520116122
Binary1111010110101110110010100111011001010010101000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AECA; }

 p { color: rgb(245,174,202); }

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

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

 a { background-color: rgb(245,174,202); }

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

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

 span { border-color: rgb(245,174,202); }

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