#FAADC1

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

Shades of Cupid #FAADC1

Tints of Cupid #FAADC1

Color information

#FAADC1 (or 0xFAADC1) is unknown color: approx Cupid. HEX triplet: FA, AD and C1. RGB value is (250,173,193). Sum of RGB (Red+Green+Blue) = 250+173+193=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC1 is #05523E. Grayscale: #C6C6C6. Windows color (decimal): -348735 or 12692986. OLE color: 12692986.

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

Color convert

RGB250173193-
CMYK00.310.230.02
HSL344.42º88.51%82.94%-
HSV(B)344.42º30.8%98.04%-
XYZ63.9954.0657.51-
YUV198.3125.01164.87-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 193 (75.78% from 255) = 31.33%
R=40.58%
G=28.08%
B=31.33%

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
Decimal25017319300.310.230.02344.4288.5182.94
HexFAADC101F1721585953
Octal372255301037272530131123
Binary111110101010110111000001011111101111010101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAADC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAADC1; }

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

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

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

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

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

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

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

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