#FAADC7

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

Shades of Cupid #FAADC7

Tints of Cupid #FAADC7

Color information

#FAADC7 (or 0xFAADC7) is unknown color: approx Cupid. HEX triplet: FA, AD and C7. RGB value is (250,173,199). Sum of RGB (Red+Green+Blue) = 250+173+199=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 199 (78.12% from 255 or 31.99% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAADC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAADC7 is #055238. Grayscale: #C6C6C6. Windows color (decimal): -348729 or 13086202. OLE color: 13086202.

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

Color convert

RGB250173199-
CMYK00.310.200.02
HSL339.74º88.51%82.94%-
HSV(B)339.74º30.8%98.04%-
XYZ64.6854.3361.11-
YUV198.99128.01164.39-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 173 (67.97% from 255) = 27.81%
BLUE value IS 199 (78.12% from 255) = 31.99%
R=40.19%
G=27.81%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017319900.310.200.02339.7488.5182.94
HexFAADC701F1421545953
Octal372255307037242524131123
Binary111110101010110111000111011111101001010101010010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAADC7; }

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

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

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

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

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

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

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

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