#F5AEBD

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

Shades of Cupid #F5AEBD

Tints of Cupid #F5AEBD

Color information

#F5AEBD (or 0xF5AEBD) is unknown color: approx Cupid. HEX triplet: F5, AE and BD. RGB value is (245,174,189). Sum of RGB (Red+Green+Blue) = 245+174+189=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 174 (68.36% from 255 or 28.62% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AEBD is #0A5142. Grayscale: #C4C4C4. Windows color (decimal): -676163 or 12431093. OLE color: 12431093.

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

Color convert

RGB245174189-
CMYK00.290.230.04
HSL347.32º78.02%82.16%-
HSV(B)347.32º28.98%96.08%-
XYZ61.9853.3655.18-
YUV196.94123.52162.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.30%
GREEN value IS 174 (68.36% from 255) = 28.62%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=40.30%
G=28.62%
B=31.09%

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
Decimal24517418900.290.230.04347.3278.0282.16
HexF5AEBD01D17415b4e52
Octal365256275035274533116122
Binary1111010110101110101111010111011011110010101101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEBD; }

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

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

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

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

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

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

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

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