#FAACC5

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

Shades of Cupid #FAACC5

Tints of Cupid #FAACC5

Color information

#FAACC5 (or 0xFAACC5) is unknown color: approx Cupid. HEX triplet: FA, AC and C5. RGB value is (250,172,197). Sum of RGB (Red+Green+Blue) = 250+172+197=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 197 (77.34% from 255 or 31.83% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC5 is #05533A. Grayscale: #C6C6C6. Windows color (decimal): -348987 or 12954874. OLE color: 12954874.

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

Color convert

RGB250172197-
CMYK00.310.210.02
HSL340.77º88.64%82.75%-
HSV(B)340.77º31.2%98.04%-
XYZ64.2553.8659.83-
YUV198.17127.34164.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 197 (77.34% from 255) = 31.83%
R=40.39%
G=27.79%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017219700.310.210.02340.7788.6482.75
HexFAACC501F1521555953
Octal372254305037252525131123
Binary111110101010110011000101011111101011010101010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACC5; }

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

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

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

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

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

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

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

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