#F5ACBB

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

Shades of Cupid #F5ACBB

Tints of Cupid #F5ACBB

Color information

#F5ACBB (or 0xF5ACBB) is unknown color: approx Cupid. HEX triplet: F5, AC and BB. RGB value is (245,172,187). Sum of RGB (Red+Green+Blue) = 245+172+187=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ACBB is #0A5344. Grayscale: #C3C3C3. Windows color (decimal): -676677 or 12299509. OLE color: 12299509.

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

Color convert

RGB245172187-
CMYK00.300.240.04
HSL347.67º78.49%81.76%-
HSV(B)347.67º29.8%96.08%-
XYZ61.3852.5153.91-
YUV195.54123.18163.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 187 (73.44% from 255) = 30.96%
R=40.56%
G=28.48%
B=30.96%

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
Decimal24517218700.300.240.04347.6778.4981.76
HexF5ACBB01E18415c4e52
Octal365254273036304534116122
Binary1111010110101100101110110111101100010010101110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACBB; }

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

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

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

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

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

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

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

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