#F7AEC2

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

Shades of Cupid #F7AEC2

Tints of Cupid #F7AEC2

Color information

#F7AEC2 (or 0xF7AEC2) is unknown color: approx Cupid. HEX triplet: F7, AE and C2. RGB value is (247,174,194). Sum of RGB (Red+Green+Blue) = 247+174+194=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 194 (76.17% from 255 or 31.54% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AEC2 is #08513D. Grayscale: #C6C6C6. Windows color (decimal): -545086 or 12758775. OLE color: 12758775.

HSL color Cylindrical-coordinate representation of color #F7AEC2: hue angle of 343.56º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7AEC2 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB247174194-
CMYK00.300.210.03
HSL343.56º82.02%82.55%-
HSV(B)343.56º29.55%96.86%-
XYZ63.2353.9458.12-
YUV198.11125.68162.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.16%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 194 (76.17% from 255) = 31.54%
R=40.16%
G=28.29%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717419400.300.210.03343.5682.0282.55
HexF7AEC201E1531585253
Octal367256302036253530122123
Binary111101111010111011000010011110101011110101100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AEC2; }

 p { color: rgb(247,174,194); }

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

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

 a { background-color: rgb(247,174,194); }

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

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

 span { border-color: rgb(247,174,194); }

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