#F5ABBA

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

Shades of Cupid #F5ABBA

Tints of Cupid #F5ABBA

Color information

#F5ABBA (or 0xF5ABBA) is unknown color: approx Cupid. HEX triplet: F5, AB and BA. RGB value is (245,171,186). Sum of RGB (Red+Green+Blue) = 245+171+186=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABBA is #0A5445. Grayscale: #C2C2C2. Windows color (decimal): -676934 or 12233717. OLE color: 12233717.

HSL color Cylindrical-coordinate representation of color #F5ABBA: hue angle of 347.84º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABBA is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB245171186-
CMYK00.300.240.04
HSL347.84º78.72%81.57%-
HSV(B)347.84º30.2%96.08%-
XYZ61.0852.0853.29-
YUV194.84123.02163.78-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.70%
GREEN value IS 171 (67.19% from 255) = 28.41%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=40.70%
G=28.41%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517118600.300.240.04347.8478.7281.57
HexF5ABBA01E18415c4f52
Octal365253272036304534117122
Binary1111010110101011101110100111101100010010101110010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ABBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ABBA; }

 p { color: rgb(245,171,186); }

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

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

 a { background-color: rgb(245,171,186); }

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

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

 span { border-color: rgb(245,171,186); }

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