#FAAEC4

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

Shades of Cupid #FAAEC4

Tints of Cupid #FAAEC4

Color information

#FAAEC4 (or 0xFAAEC4) is unknown color: approx Cupid. HEX triplet: FA, AE and C4. RGB value is (250,174,196). Sum of RGB (Red+Green+Blue) = 250+174+196=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 174 (68.36% from 255 or 28.06% from 620); Blue value is 196 (76.95% from 255 or 31.61% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAEC4 is #05513B. Grayscale: #C7C7C7. Windows color (decimal): -348476 or 12889850. OLE color: 12889850.

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

Color convert

RGB250174196-
CMYK00.300.220.02
HSL342.63º88.37%83.14%-
HSV(B)342.63º30.4%98.04%-
XYZ64.5254.5859.36-
YUV199.23126.18164.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 174 (68.36% from 255) = 28.06%
BLUE value IS 196 (76.95% from 255) = 31.61%
R=40.32%
G=28.06%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017419600.300.220.02342.6388.3783.14
HexFAAEC401E1621575853
Octal372256304036262527130123
Binary111110101010111011000100011110101101010101011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAEC4; }

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

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

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

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

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

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

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

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