#F5ACBE

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

Shades of Cupid #F5ACBE

Tints of Cupid #F5ACBE

Color information

#F5ACBE (or 0xF5ACBE) is unknown color: approx Cupid. HEX triplet: F5, AC and BE. RGB value is (245,172,190). Sum of RGB (Red+Green+Blue) = 245+172+190=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACBE is #0A5341. Grayscale: #C3C3C3. Windows color (decimal): -676674 or 12496117. OLE color: 12496117.

HSL color Cylindrical-coordinate representation of color #F5ACBE: hue angle of 345.21º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACBE is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB245172190-
CMYK00.300.220.04
HSL345.21º78.49%81.76%-
HSV(B)345.21º29.8%96.08%-
XYZ61.752.6455.62-
YUV195.88124.68163.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.36%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 190 (74.61% from 255) = 31.30%
R=40.36%
G=28.34%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517219000.300.220.04345.2178.4981.76
HexF5ACBE01E1641594e52
Octal365254276036264531116122
Binary1111010110101100101111100111101011010010101100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACBE; }

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

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

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

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

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

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

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

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