#FAADC4

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

Shades of Cupid #FAADC4

Tints of Cupid #FAADC4

Color information

#FAADC4 (or 0xFAADC4) is unknown color: approx Cupid. HEX triplet: FA, AD and C4. RGB value is (250,173,196). Sum of RGB (Red+Green+Blue) = 250+173+196=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 196 (76.95% from 255 or 31.66% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC4 is #05523B. Grayscale: #C6C6C6. Windows color (decimal): -348732 or 12889594. OLE color: 12889594.

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

Color convert

RGB250173196-
CMYK00.310.220.02
HSL342.08º88.51%82.94%-
HSV(B)342.08º30.8%98.04%-
XYZ64.3354.259.29-
YUV198.64126.51164.63-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 196 (76.95% from 255) = 31.66%
R=40.39%
G=27.95%
B=31.66%

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
Decimal25017319600.310.220.02342.0888.5182.94
HexFAADC401F1621565953
Octal372255304037262526131123
Binary111110101010110111000100011111101101010101011010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAADC4; }

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

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

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

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

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

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

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

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