#FAACC2

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

Shades of Cupid #FAACC2

Tints of Cupid #FAACC2

Color information

#FAACC2 (or 0xFAACC2) is unknown color: approx Cupid. HEX triplet: FA, AC and C2. RGB value is (250,172,194). Sum of RGB (Red+Green+Blue) = 250+172+194=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 172 (67.58% from 255 or 27.92% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC2 is #05533D. Grayscale: #C5C5C5. Windows color (decimal): -348990 or 12758266. OLE color: 12758266.

HSL color Cylindrical-coordinate representation of color #FAACC2: hue angle of 343.08º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACC2 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB250172194-
CMYK00.310.220.02
HSL343.08º88.64%82.75%-
HSV(B)343.08º31.2%98.04%-
XYZ63.9153.7258.04-
YUV197.83125.84165.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 172 (67.58% from 255) = 27.92%
BLUE value IS 194 (76.17% from 255) = 31.49%
R=40.58%
G=27.92%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017219400.310.220.02343.0888.6482.75
HexFAACC201F1621575953
Octal372254302037262527131123
Binary111110101010110011000010011111101101010101011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACC2; }

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

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

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

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

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

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

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

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