#FAADC6

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

Shades of Cupid #FAADC6

Tints of Cupid #FAADC6

Color information

#FAADC6 (or 0xFAADC6) is unknown color: approx Cupid. HEX triplet: FA, AD and C6. RGB value is (250,173,198). Sum of RGB (Red+Green+Blue) = 250+173+198=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 198 (77.73% from 255 or 31.88% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC6 is #055239. Grayscale: #C6C6C6. Windows color (decimal): -348730 or 13020666. OLE color: 13020666.

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

Color convert

RGB250173198-
CMYK00.310.210.02
HSL340.52º88.51%82.94%-
HSV(B)340.52º30.8%98.04%-
XYZ64.5654.2960.5-
YUV198.87127.51164.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 173 (67.97% from 255) = 27.86%
BLUE value IS 198 (77.73% from 255) = 31.88%
R=40.26%
G=27.86%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017319800.310.210.02340.5288.5182.94
HexFAADC601F1521555953
Octal372255306037252525131123
Binary111110101010110111000110011111101011010101010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAADC6; }

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

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

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

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

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

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

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

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