#F6AAC4

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

Shades of Cupid #F6AAC4

Tints of Cupid #F6AAC4

Color information

#F6AAC4 (or 0xF6AAC4) is unknown color: approx Cupid. HEX triplet: F6, AA and C4. RGB value is (246,170,196). Sum of RGB (Red+Green+Blue) = 246+170+196=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AAC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6AAC4 is #09553B. Grayscale: #C3C3C3. Windows color (decimal): -611644 or 12888822. OLE color: 12888822.

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

Color convert

RGB246170196-
CMYK00.310.200.04
HSL339.47º80.85%81.57%-
HSV(B)339.47º30.89%96.47%-
XYZ62.3452.3359.04-
YUV195.69128.18163.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.20%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 196 (76.95% from 255) = 32.03%
R=40.20%
G=27.78%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617019600.310.200.04339.4780.8581.57
HexF6AAC401F1441535152
Octal366252304037244523121122
Binary1111011010101010110001000111111010010010101001110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AAC4; }

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

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

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

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

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

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

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

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