#F3ACC1

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

Shades of Cupid #F3ACC1

Tints of Cupid #F3ACC1

Color information

#F3ACC1 (or 0xF3ACC1) is unknown color: approx Cupid. HEX triplet: F3, AC and C1. RGB value is (243,172,193). Sum of RGB (Red+Green+Blue) = 243+172+193=608 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.97% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 193 (75.78% from 255 or 31.74% from 608); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ACC1 is #0C533E. Grayscale: #C3C3C3. Windows color (decimal): -807743 or 12692723. OLE color: 12692723.

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

Color convert

RGB243172193-
CMYK00.290.210.05
HSL342.25º74.74%81.37%-
HSV(B)342.25º29.22%95.29%-
XYZ61.3452.4157.34-
YUV195.62126.52161.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 39.97%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 193 (75.78% from 255) = 31.74%
R=39.97%
G=28.29%
B=31.74%

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
Decimal24317219300.290.210.05342.2574.7481.37
HexF3ACC101D1551564b51
Octal363254301035255526113121
Binary1111001110101100110000010111011010110110101011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ACC1; }

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

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

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

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

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

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

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

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