#F5AABD

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

Shades of Cupid #F5AABD

Tints of Cupid #F5AABD

Color information

#F5AABD (or 0xF5AABD) is unknown color: approx Cupid. HEX triplet: F5, AA and BD. RGB value is (245,170,189). Sum of RGB (Red+Green+Blue) = 245+170+189=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 189 (74.22% from 255 or 31.29% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AABD is #0A5542. Grayscale: #C2C2C2. Windows color (decimal): -677187 or 12430069. OLE color: 12430069.

HSL color Cylindrical-coordinate representation of color #F5AABD: hue angle of 344.8º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AABD is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245170189-
CMYK00.310.230.04
HSL344.8º78.95%81.37%-
HSV(B)344.8º30.61%96.08%-
XYZ61.2251.8454.92-
YUV194.59124.85163.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 189 (74.22% from 255) = 31.29%
R=40.56%
G=28.15%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517018900.310.230.04344.878.9581.37
HexF5AABD01F1741594f51
Octal365252275037274531117121
Binary1111010110101010101111010111111011110010101100110011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AABD; }

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

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

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

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

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

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

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

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