#FAACC4

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

Shades of Cupid #FAACC4

Tints of Cupid #FAACC4

Color information

#FAACC4 (or 0xFAACC4) is unknown color: approx Cupid. HEX triplet: FA, AC and C4. RGB value is (250,172,196). Sum of RGB (Red+Green+Blue) = 250+172+196=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC4 is #05533B. Grayscale: #C6C6C6. Windows color (decimal): -348988 or 12889338. OLE color: 12889338.

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

Color convert

RGB250172196-
CMYK00.310.220.02
HSL341.54º88.64%82.75%-
HSV(B)341.54º31.2%98.04%-
XYZ64.1453.8159.23-
YUV198.06126.84165.05-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 196 (76.95% from 255) = 31.72%
R=40.45%
G=27.83%
B=31.72%

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
Decimal25017219600.310.220.02341.5488.6482.75
HexFAACC401F1621565953
Octal372254304037262526131123
Binary111110101010110011000100011111101101010101011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACC4; }

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

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

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

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

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

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

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

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