#F4AEC5

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

Shades of Cupid #F4AEC5

Tints of Cupid #F4AEC5

Color information

#F4AEC5 (or 0xF4AEC5) is unknown color: approx Cupid. HEX triplet: F4, AE and C5. RGB value is (244,174,197). Sum of RGB (Red+Green+Blue) = 244+174+197=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 174 (68.36% from 255 or 28.29% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEC5 is #0B513A. Grayscale: #C5C5C5. Windows color (decimal): -741691 or 12955380. OLE color: 12955380.

HSL color Cylindrical-coordinate representation of color #F4AEC5: hue angle of 340.29º 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 #F4AEC5 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB244174197-
CMYK00.290.190.04
HSL340.29º76.09%81.96%-
HSV(B)340.29º28.69%95.69%-
XYZ62.5253.5459.86-
YUV197.55127.69161.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.67%
GREEN value IS 174 (68.36% from 255) = 28.29%
BLUE value IS 197 (77.34% from 255) = 32.03%
R=39.67%
G=28.29%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417419700.290.190.04340.2976.0981.96
HexF4AEC501D1341544c52
Octal364256305035234524114122
Binary1111010010101110110001010111011001110010101010010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AEC5; }

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

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

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

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

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

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

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

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