#F2AAC5

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

Shades of Cupid #F2AAC5

Tints of Cupid #F2AAC5

Color information

#F2AAC5 (or 0xF2AAC5) is unknown color: approx Cupid. HEX triplet: F2, AA and C5. RGB value is (242,170,197). Sum of RGB (Red+Green+Blue) = 242+170+197=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2AAC5 is #0D553A. Grayscale: #C2C2C2. Windows color (decimal): -873787 or 12954354. OLE color: 12954354.

HSL color Cylindrical-coordinate representation of color #F2AAC5: hue angle of 337.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2AAC5 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB242170197-
CMYK00.300.190.05
HSL337.5º73.47%80.78%-
HSV(B)337.5º29.75%94.9%-
XYZ61.0751.6659.58-
YUV194.61129.35161.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.74%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=39.74%
G=27.91%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217019700.300.190.05337.573.4780.78
HexF2AAC501E1351524951
Octal362252305036235522111121
Binary1111001010101010110001010111101001110110101001010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AAC5; }

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

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

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

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

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

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

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

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