#F7ACBD

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

Shades of Cupid #F7ACBD

Tints of Cupid #F7ACBD

Color information

#F7ACBD (or 0xF7ACBD) is unknown color: approx Cupid. HEX triplet: F7, AC and BD. RGB value is (247,172,189). Sum of RGB (Red+Green+Blue) = 247+172+189=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACBD is #085342. Grayscale: #C4C4C4. Windows color (decimal): -545603 or 12430583. OLE color: 12430583.

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

Color convert

RGB247172189-
CMYK00.300.230.03
HSL346.4º82.42%82.16%-
HSV(B)346.4º30.36%96.86%-
XYZ62.352.9555.08-
YUV196.36123.85164.12-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=40.62%
G=28.29%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717218900.300.230.03346.482.4282.16
HexF7ACBD01E17315a5252
Octal367254275036273532122122
Binary111101111010110010111101011110101111110101101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACBD; }

 p { color: rgb(247,172,189); }

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

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

 a { background-color: rgb(247,172,189); }

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

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

 span { border-color: rgb(247,172,189); }

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