#F7ACBE

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

Shades of Cupid #F7ACBE

Tints of Cupid #F7ACBE

Color information

#F7ACBE (or 0xF7ACBE) is unknown color: approx Cupid. HEX triplet: F7, AC and BE. RGB value is (247,172,190). Sum of RGB (Red+Green+Blue) = 247+172+190=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ACBE is #085341. Grayscale: #C4C4C4. Windows color (decimal): -545602 or 12496119. OLE color: 12496119.

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

Color convert

RGB247172190-
CMYK00.300.230.03
HSL345.6º82.42%82.16%-
HSV(B)345.6º30.36%96.86%-
XYZ62.45355.66-
YUV196.48124.35164.04-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.56%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 190 (74.61% from 255) = 31.20%
R=40.56%
G=28.24%
B=31.20%

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
Decimal24717219000.300.230.03345.682.4282.16
HexF7ACBE01E17315a5252
Octal367254276036273532122122
Binary111101111010110010111110011110101111110101101010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACBE; }

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

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

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

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

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

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

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

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