#F1ACBF

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

Shades of Cupid #F1ACBF

Tints of Cupid #F1ACBF

Color information

#F1ACBF (or 0xF1ACBF) is unknown color: approx Cupid. HEX triplet: F1, AC and BF. RGB value is (241,172,191). Sum of RGB (Red+Green+Blue) = 241+172+191=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACBF is #0E5340. Grayscale: #C2C2C2. Windows color (decimal): -938817 or 12561649. OLE color: 12561649.

HSL color Cylindrical-coordinate representation of color #F1ACBF: hue angle of 343.48º 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 #F1ACBF is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241172191-
CMYK00.290.210.05
HSL343.48º71.13%80.98%-
HSV(B)343.48º28.63%94.51%-
XYZ60.4351.9756.14-
YUV194.8125.86160.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 172 (67.58% from 255) = 28.48%
BLUE value IS 191 (75% from 255) = 31.62%
R=39.90%
G=28.48%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117219100.290.210.05343.4871.1380.98
HexF1ACBF01D1551574751
Octal361254277035255527107121
Binary1111000110101100101111110111011010110110101011110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACBF; }

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

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

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

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

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

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

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

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