#F0AEBC

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

Shades of Cupid #F0AEBC

Tints of Cupid #F0AEBC

Color information

#F0AEBC (or 0xF0AEBC) is unknown color: approx Cupid. HEX triplet: F0, AE and BC. RGB value is (240,174,188). Sum of RGB (Red+Green+Blue) = 240+174+188=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AEBC is #0F5143. Grayscale: #C3C3C3. Windows color (decimal): -1003844 or 12365552. OLE color: 12365552.

HSL color Cylindrical-coordinate representation of color #F0AEBC: hue angle of 347.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0AEBC is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB240174188-
CMYK00.280.220.06
HSL347.27º68.75%81.18%-
HSV(B)347.27º27.5%94.12%-
XYZ60.1552.4354.53-
YUV195.33123.87159.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.87%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 188 (73.83% from 255) = 31.23%
R=39.87%
G=28.90%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24017418800.280.220.06347.2768.7581.18
HexF0AEBC01C16615b4551
Octal360256274034266533105121
Binary1111000010101110101111000111001011011010101101110001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0AEBC; }

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

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

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

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

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

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

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

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