#F1ACBA

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

Shades of Cupid #F1ACBA

Tints of Cupid #F1ACBA

Color information

#F1ACBA (or 0xF1ACBA) is unknown color: approx Cupid. HEX triplet: F1, AC and BA. RGB value is (241,172,186). Sum of RGB (Red+Green+Blue) = 241+172+186=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACBA is #0E5345. Grayscale: #C2C2C2. Windows color (decimal): -938822 or 12233969. OLE color: 12233969.

HSL color Cylindrical-coordinate representation of color #F1ACBA: hue angle of 347.83º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ACBA is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241172186-
CMYK00.290.230.05
HSL347.83º71.13%80.98%-
HSV(B)347.83º28.63%94.51%-
XYZ59.8951.7553.29-
YUV194.23123.36161.36-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 186 (73.05% from 255) = 31.05%
R=40.23%
G=28.71%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117218600.290.230.05347.8371.1380.98
HexF1ACBA01D17515c4751
Octal361254272035275534107121
Binary1111000110101100101110100111011011110110101110010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACBA; }

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

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

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

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

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

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

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

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