#F7AAC5

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

Shades of Cupid #F7AAC5

Tints of Cupid #F7AAC5

Color information

#F7AAC5 (or 0xF7AAC5) is unknown color: approx Cupid. HEX triplet: F7, AA and C5. RGB value is (247,170,197). Sum of RGB (Red+Green+Blue) = 247+170+197=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 197 (77.34% from 255 or 32.08% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC5 is #08553A. Grayscale: #C4C4C4. Windows color (decimal): -546107 or 12954359. OLE color: 12954359.

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

Color convert

RGB247170197-
CMYK00.310.200.03
HSL338.96º82.8%81.76%-
HSV(B)338.96º31.17%96.86%-
XYZ62.8152.5559.66-
YUV196.1128.51164.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.23%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 197 (77.34% from 255) = 32.08%
R=40.23%
G=27.69%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717019700.310.200.03338.9682.881.76
HexF7AAC501F1431535352
Octal367252305037243523123122
Binary111101111010101011000101011111101001110101001110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAC5; }

 p { color: rgb(247,170,197); }

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

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

 a { background-color: rgb(247,170,197); }

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

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

 span { border-color: rgb(247,170,197); }

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