#FAAEC8

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

Shades of Cupid #FAAEC8

Tints of Cupid #FAAEC8

Color information

#FAAEC8 (or 0xFAAEC8) is unknown color: approx Cupid. HEX triplet: FA, AE and C8. RGB value is (250,174,200). Sum of RGB (Red+Green+Blue) = 250+174+200=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 200 (78.52% from 255 or 32.05% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC8 is #055137. Grayscale: #C7C7C7. Windows color (decimal): -348472 or 13151994. OLE color: 13151994.

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

Color convert

RGB250174200-
CMYK00.300.20.02
HSL339.47º88.37%83.14%-
HSV(B)339.47º30.4%98.04%-
XYZ64.9954.7761.79-
YUV199.69128.18163.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.06%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 200 (78.52% from 255) = 32.05%
R=40.06%
G=27.88%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.2
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017420000.300.20.02339.4788.3783.14
HexFAAEC801E1421535853
Octal372256310036242523130123
Binary111110101010111011001000011110101001010101001110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEC8; }

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

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

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

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

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

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

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

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