#F5ACBA

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

Shades of Cupid #F5ACBA

Tints of Cupid #F5ACBA

Color information

#F5ACBA (or 0xF5ACBA) is unknown color: approx Cupid. HEX triplet: F5, AC and BA. RGB value is (245,172,186). Sum of RGB (Red+Green+Blue) = 245+172+186=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACBA is #0A5345. Grayscale: #C3C3C3. Windows color (decimal): -676678 or 12233973. OLE color: 12233973.

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

Color convert

RGB245172186-
CMYK00.300.240.04
HSL348.49º78.49%81.76%-
HSV(B)348.49º29.8%96.08%-
XYZ61.2752.4653.35-
YUV195.42122.68163.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.63%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=40.63%
G=28.52%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517218600.300.240.04348.4978.4981.76
HexF5ACBA01E18415c4e52
Octal365254272036304534116122
Binary1111010110101100101110100111101100010010101110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACBA; }

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

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

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

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

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

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

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

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