#FAADC2

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

Shades of Cupid #FAADC2

Tints of Cupid #FAADC2

Color information

#FAADC2 (or 0xFAADC2) is unknown color: approx Cupid. HEX triplet: FA, AD and C2. RGB value is (250,173,194). Sum of RGB (Red+Green+Blue) = 250+173+194=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 173 (67.97% from 255 or 28.04% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC2 is #05523D. Grayscale: #C6C6C6. Windows color (decimal): -348734 or 12758522. OLE color: 12758522.

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

Color convert

RGB250173194-
CMYK00.310.220.02
HSL343.64º88.51%82.94%-
HSV(B)343.64º30.8%98.04%-
XYZ64.1154.1158.1-
YUV198.42125.51164.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 173 (67.97% from 255) = 28.04%
BLUE value IS 194 (76.17% from 255) = 31.44%
R=40.52%
G=28.04%
B=31.44%

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
Decimal25017319400.310.220.02343.6488.5182.94
HexFAADC201F1621585953
Octal372255302037262530131123
Binary111110101010110111000010011111101101010101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAADC2; }

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

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

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

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

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

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

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

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