#F3ACC2

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

Shades of Cupid #F3ACC2

Tints of Cupid #F3ACC2

Color information

#F3ACC2 (or 0xF3ACC2) is unknown color: approx Cupid. HEX triplet: F3, AC and C2. RGB value is (243,172,194). Sum of RGB (Red+Green+Blue) = 243+172+194=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACC2 is #0C533D. Grayscale: #C3C3C3. Windows color (decimal): -807742 or 12758259. OLE color: 12758259.

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

Color convert

RGB243172194-
CMYK00.290.200.05
HSL341.41º74.74%81.37%-
HSV(B)341.41º29.22%95.29%-
XYZ61.4552.4557.92-
YUV195.74127.02161.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.90%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 194 (76.17% from 255) = 31.86%
R=39.90%
G=28.24%
B=31.86%

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
Decimal24317219400.290.200.05341.4174.7481.37
HexF3ACC201D1451554b51
Octal363254302035245525113121
Binary1111001110101100110000100111011010010110101010110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACC2; }

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

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

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

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

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

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

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

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