#F5AEBF

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

Shades of Cupid #F5AEBF

Tints of Cupid #F5AEBF

Color information

#F5AEBF (or 0xF5AEBF) is unknown color: approx Cupid. HEX triplet: F5, AE and BF. RGB value is (245,174,191). Sum of RGB (Red+Green+Blue) = 245+174+191=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEBF is #0A5140. Grayscale: #C5C5C5. Windows color (decimal): -676161 or 12562165. OLE color: 12562165.

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

Color convert

RGB245174191-
CMYK00.290.220.04
HSL345.63º78.02%82.16%-
HSV(B)345.63º28.98%96.08%-
XYZ62.253.4556.33-
YUV197.17124.52162.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 174 (68.36% from 255) = 28.52%
BLUE value IS 191 (75% from 255) = 31.31%
R=40.16%
G=28.52%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517419100.290.220.04345.6378.0282.16
HexF5AEBF01D16415a4e52
Octal365256277035264532116122
Binary1111010110101110101111110111011011010010101101010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEBF; }

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

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

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

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

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

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

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

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