#F7AAC3

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

Shades of Cupid #F7AAC3

Tints of Cupid #F7AAC3

Color information

#F7AAC3 (or 0xF7AAC3) is unknown color: approx Cupid. HEX triplet: F7, AA and C3. RGB value is (247,170,195). Sum of RGB (Red+Green+Blue) = 247+170+195=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 195 (76.56% from 255 or 31.86% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC3 is #08553C. Grayscale: #C3C3C3. Windows color (decimal): -546109 or 12823287. OLE color: 12823287.

HSL color Cylindrical-coordinate representation of color #F7AAC3: hue angle of 340.52º 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 #F7AAC3 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB247170195-
CMYK00.310.210.03
HSL340.52º82.8%81.76%-
HSV(B)340.52º31.17%96.86%-
XYZ62.5852.4658.46-
YUV195.87127.51164.47-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.36%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 195 (76.56% from 255) = 31.86%
R=40.36%
G=27.78%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717019500.310.210.03340.5282.881.76
HexF7AAC301F1531555352
Octal367252303037253525123122
Binary111101111010101011000011011111101011110101010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAC3; }

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

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

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

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

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

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

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

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