#F5ABC2

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

Shades of Cupid #F5ABC2

Tints of Cupid #F5ABC2

Color information

#F5ABC2 (or 0xF5ABC2) is unknown color: approx Cupid. HEX triplet: F5, AB and C2. RGB value is (245,171,194). Sum of RGB (Red+Green+Blue) = 245+171+194=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 194 (76.17% from 255 or 31.80% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABC2 is #0A543D. Grayscale: #C3C3C3. Windows color (decimal): -676926 or 12758005. OLE color: 12758005.

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

Color convert

RGB245171194-
CMYK00.300.210.04
HSL341.35º78.72%81.57%-
HSV(B)341.35º30.2%96.08%-
XYZ61.9652.4357.89-
YUV195.75127.02163.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.16%
GREEN value IS 171 (67.19% from 255) = 28.03%
BLUE value IS 194 (76.17% from 255) = 31.80%
R=40.16%
G=28.03%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517119400.300.210.04341.3578.7281.57
HexF5ABC201E1541554f52
Octal365253302036254525117122
Binary1111010110101011110000100111101010110010101010110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ABC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ABC2; }

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

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

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

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

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

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

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

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