#F7AAC4

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

Shades of Cupid #F7AAC4

Tints of Cupid #F7AAC4

Color information

#F7AAC4 (or 0xF7AAC4) is unknown color: approx Cupid. HEX triplet: F7, AA and C4. RGB value is (247,170,196). Sum of RGB (Red+Green+Blue) = 247+170+196=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F7AAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7AAC4 is #08553B. Grayscale: #C3C3C3. Windows color (decimal): -546108 or 12888823. OLE color: 12888823.

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

Color convert

RGB247170196-
CMYK00.310.210.03
HSL339.74º82.8%81.76%-
HSV(B)339.74º31.17%96.86%-
XYZ62.752.5159.06-
YUV195.99128.01164.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.29%
GREEN value IS 170 (66.80% from 255) = 27.73%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=40.29%
G=27.73%
B=31.97%

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
Decimal24717019600.310.210.03339.7482.881.76
HexF7AAC401F1531545352
Octal367252304037253524123122
Binary111101111010101011000100011111101011110101010010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7AAC4; }

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

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

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

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

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

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

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

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