#F4AEC2

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

Shades of Cupid #F4AEC2

Tints of Cupid #F4AEC2

Color information

#F4AEC2 (or 0xF4AEC2) is unknown color: approx Cupid. HEX triplet: F4, AE and C2. RGB value is (244,174,194). Sum of RGB (Red+Green+Blue) = 244+174+194=612 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.87% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 194 (76.17% from 255 or 31.70% from 612); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEC2 is #0B513D. Grayscale: #C5C5C5. Windows color (decimal): -741694 or 12758772. OLE color: 12758772.

HSL color Cylindrical-coordinate representation of color #F4AEC2: hue angle of 342.86º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4AEC2 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB244174194-
CMYK00.290.200.04
HSL342.86º76.09%81.96%-
HSV(B)342.86º28.69%95.69%-
XYZ62.1853.458.07-
YUV197.21126.19161.37-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.87%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 194 (76.17% from 255) = 31.70%
R=39.87%
G=28.43%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417419400.290.200.04342.8676.0981.96
HexF4AEC201D1441574c52
Octal364256302035244527114122
Binary1111010010101110110000100111011010010010101011110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AEC2; }

 p { color: rgb(244,174,194); }

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

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

 a { background-color: rgb(244,174,194); }

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

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

 span { border-color: rgb(244,174,194); }

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