#FAAEC7

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

Shades of Cupid #FAAEC7

Tints of Cupid #FAAEC7

Color information

#FAAEC7 (or 0xFAAEC7) is unknown color: approx Cupid. HEX triplet: FA, AE and C7. RGB value is (250,174,199). Sum of RGB (Red+Green+Blue) = 250+174+199=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 199 (78.12% from 255 or 31.94% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC7 is #055138. Grayscale: #C7C7C7. Windows color (decimal): -348473 or 13086458. OLE color: 13086458.

HSL color Cylindrical-coordinate representation of color #FAAEC7: hue angle of 340.26º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAEC7 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB250174199-
CMYK00.300.200.02
HSL340.26º88.37%83.14%-
HSV(B)340.26º30.4%98.04%-
XYZ64.8754.7261.18-
YUV199.57127.68163.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.13%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 199 (78.12% from 255) = 31.94%
R=40.13%
G=27.93%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017419900.300.200.02340.2688.3783.14
HexFAAEC701E1421545853
Octal372256307036242524130123
Binary111110101010111011000111011110101001010101010010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEC7; }

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

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

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

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

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

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

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

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