#F1ACC2

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

Shades of Cupid #F1ACC2

Tints of Cupid #F1ACC2

Color information

#F1ACC2 (or 0xF1ACC2) is unknown color: approx Cupid. HEX triplet: F1, AC and C2. RGB value is (241,172,194). Sum of RGB (Red+Green+Blue) = 241+172+194=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACC2 is #0E533D. Grayscale: #C3C3C3. Windows color (decimal): -938814 or 12758257. OLE color: 12758257.

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

Color convert

RGB241172194-
CMYK00.290.200.05
HSL340.87º71.13%80.98%-
HSV(B)340.87º28.63%94.51%-
XYZ60.7752.157.89-
YUV195.14127.36160.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=39.70%
G=28.34%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117219400.290.200.05340.8771.1380.98
HexF1ACC201D1451554751
Octal361254302035245525107121
Binary1111000110101100110000100111011010010110101010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ACC2; }

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

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

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

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

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

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

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

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