#FAADC0

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

Shades of Cupid #FAADC0

Tints of Cupid #FAADC0

Color information

#FAADC0 (or 0xFAADC0) is unknown color: approx Cupid. HEX triplet: FA, AD and C0. RGB value is (250,173,192). Sum of RGB (Red+Green+Blue) = 250+173+192=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 173 (67.97% from 255 or 28.13% from 615); Blue value is 192 (75.39% from 255 or 31.22% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC0 is #05523F. Grayscale: #C6C6C6. Windows color (decimal): -348736 or 12627450. OLE color: 12627450.

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

Color convert

RGB250173192-
CMYK00.310.230.02
HSL345.19º88.51%82.94%-
HSV(B)345.19º30.8%98.04%-
XYZ63.8854.0256.93-
YUV198.19124.51164.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 173 (67.97% from 255) = 28.13%
BLUE value IS 192 (75.39% from 255) = 31.22%
R=40.65%
G=28.13%
B=31.22%

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
Decimal25017319200.310.230.02345.1988.5182.94
HexFAADC001F1721595953
Octal372255300037272531131123
Binary111110101010110111000000011111101111010101100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAADC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAADC0; }

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

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

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

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

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

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

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

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