#F5AEC6

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

Shades of Cupid #F5AEC6

Tints of Cupid #F5AEC6

Color information

#F5AEC6 (or 0xF5AEC6) is unknown color: approx Cupid. HEX triplet: F5, AE and C6. RGB value is (245,174,198). Sum of RGB (Red+Green+Blue) = 245+174+198=617 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.71% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEC6 is #0A5139. Grayscale: #C5C5C5. Windows color (decimal): -676154 or 13020917. OLE color: 13020917.

HSL color Cylindrical-coordinate representation of color #F5AEC6: hue angle of 339.72º 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 #F5AEC6 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB245174198-
CMYK00.290.190.04
HSL339.72º78.02%82.16%-
HSV(B)339.72º28.98%96.08%-
XYZ62.9953.7660.48-
YUV197.96128.02161.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.71%
GREEN value IS 174 (68.36% from 255) = 28.20%
BLUE value IS 198 (77.73% from 255) = 32.09%
R=39.71%
G=28.20%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517419800.290.190.04339.7278.0282.16
HexF5AEC601D1341544e52
Octal365256306035234524116122
Binary1111010110101110110001100111011001110010101010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEC6; }

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

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

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

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

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

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

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

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