#FAACC1

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

Shades of Cupid #FAACC1

Tints of Cupid #FAACC1

Color information

#FAACC1 (or 0xFAACC1) is unknown color: approx Cupid. HEX triplet: FA, AC and C1. RGB value is (250,172,193). Sum of RGB (Red+Green+Blue) = 250+172+193=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 172 (67.58% from 255 or 27.97% from 615); Blue value is 193 (75.78% from 255 or 31.38% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACC1 is #05533E. Grayscale: #C5C5C5. Windows color (decimal): -348991 or 12692730. OLE color: 12692730.

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

Color convert

RGB250172193-
CMYK00.310.230.02
HSL343.85º88.64%82.75%-
HSV(B)343.85º31.2%98.04%-
XYZ63.853.6857.45-
YUV197.72125.34165.29-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 172 (67.58% from 255) = 27.97%
BLUE value IS 193 (75.78% from 255) = 31.38%
R=40.65%
G=27.97%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017219300.310.230.02343.8588.6482.75
HexFAACC101F1721585953
Octal372254301037272530131123
Binary111110101010110011000001011111101111010101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACC1; }

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

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

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

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

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

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

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

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