#F4AEC3

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

Shades of Cupid #F4AEC3

Tints of Cupid #F4AEC3

Color information

#F4AEC3 (or 0xF4AEC3) is unknown color: approx Cupid. HEX triplet: F4, AE and C3. RGB value is (244,174,195). Sum of RGB (Red+Green+Blue) = 244+174+195=613 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.80% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEC3 is #0B513C. Grayscale: #C5C5C5. Windows color (decimal): -741693 or 12824308. OLE color: 12824308.

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

Color convert

RGB244174195-
CMYK00.290.200.04
HSL342º76.09%81.96%-
HSV(B)342º28.69%95.69%-
XYZ62.2953.4558.66-
YUV197.32126.69161.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 39.80%
GREEN value IS 174 (68.36% from 255) = 28.38%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=39.80%
G=28.38%
B=31.81%

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
Decimal24417419500.290.200.0434276.0981.96
HexF4AEC301D1441564c52
Octal364256303035244526114122
Binary1111010010101110110000110111011010010010101011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AEC3; }

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

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

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

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

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

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

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

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