#F5ABBC

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

Shades of Cupid #F5ABBC

Tints of Cupid #F5ABBC

Color information

#F5ABBC (or 0xF5ABBC) is unknown color: approx Cupid. HEX triplet: F5, AB and BC. RGB value is (245,171,188). Sum of RGB (Red+Green+Blue) = 245+171+188=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABBC is #0A5443. Grayscale: #C3C3C3. Windows color (decimal): -676932 or 12364789. OLE color: 12364789.

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

Color convert

RGB245171188-
CMYK00.300.230.04
HSL346.22º78.72%81.57%-
HSV(B)346.22º30.2%96.08%-
XYZ61.352.1754.42-
YUV195.06124.02163.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.56%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=40.56%
G=28.31%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517118800.300.230.04346.2278.7281.57
HexF5ABBC01E17415a4f52
Octal365253274036274532117122
Binary1111010110101011101111000111101011110010101101010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ABBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ABBC; }

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

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

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

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

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

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

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

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