#F4AEBC

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

Shades of Cupid #F4AEBC

Tints of Cupid #F4AEBC

Color information

#F4AEBC (or 0xF4AEBC) is unknown color: approx Cupid. HEX triplet: F4, AE and BC. RGB value is (244,174,188). Sum of RGB (Red+Green+Blue) = 244+174+188=606 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.26% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4AEBC is #0B5143. Grayscale: #C4C4C4. Windows color (decimal): -741700 or 12365556. OLE color: 12365556.

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

Color convert

RGB244174188-
CMYK00.290.230.04
HSL348º76.09%81.96%-
HSV(B)348º28.69%95.69%-
XYZ61.5253.1454.59-
YUV196.53123.19161.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 40.26%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=40.26%
G=28.71%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417418800.290.230.0434876.0981.96
HexF4AEBC01D17415c4c52
Octal364256274035274534114122
Binary1111010010101110101111000111011011110010101110010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AEBC; }

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

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

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

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

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

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

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

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