#F4AEC4

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

Shades of Cupid #F4AEC4

Tints of Cupid #F4AEC4

Color information

#F4AEC4 (or 0xF4AEC4) is unknown color: approx Cupid. HEX triplet: F4, AE and C4. RGB value is (244,174,196). Sum of RGB (Red+Green+Blue) = 244+174+196=614 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.74% from 614); Green value is 174 (68.36% from 255 or 28.34% from 614); Blue value is 196 (76.95% from 255 or 31.92% from 614); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEC4 is #0B513B. Grayscale: #C5C5C5. Windows color (decimal): -741692 or 12889844. OLE color: 12889844.

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

Color convert

RGB244174196-
CMYK00.290.200.04
HSL341.14º76.09%81.96%-
HSV(B)341.14º28.69%95.69%-
XYZ62.4153.4959.26-
YUV197.44127.19161.21-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.74%
GREEN value IS 174 (68.36% from 255) = 28.34%
BLUE value IS 196 (76.95% from 255) = 31.92%
R=39.74%
G=28.34%
B=31.92%

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
Decimal24417419600.290.200.04341.1476.0981.96
HexF4AEC401D1441554c52
Octal364256304035244525114122
Binary1111010010101110110001000111011010010010101010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AEC4; }

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

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

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

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

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

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

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

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