#F5AEBC

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

Shades of Cupid #F5AEBC

Tints of Cupid #F5AEBC

Color information

#F5AEBC (or 0xF5AEBC) is unknown color: approx Cupid. HEX triplet: F5, AE and BC. RGB value is (245,174,188). Sum of RGB (Red+Green+Blue) = 245+174+188=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEBC is #0A5143. Grayscale: #C4C4C4. Windows color (decimal): -676164 or 12365557. OLE color: 12365557.

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

Color convert

RGB245174188-
CMYK00.290.230.04
HSL348.17º78.02%82.16%-
HSV(B)348.17º28.98%96.08%-
XYZ61.8753.3254.61-
YUV196.82123.02162.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.36%
GREEN value IS 174 (68.36% from 255) = 28.67%
BLUE value IS 188 (73.83% from 255) = 30.97%
R=40.36%
G=28.67%
B=30.97%

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
Decimal24517418800.290.230.04348.1778.0282.16
HexF5AEBC01D17415c4e52
Octal365256274035274534116122
Binary1111010110101110101111000111011011110010101110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEBC; }

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

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

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

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

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

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

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

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