#F5ABC7

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

Shades of Cupid #F5ABC7

Tints of Cupid #F5ABC7

Color information

#F5ABC7 (or 0xF5ABC7) is unknown color: approx Cupid. HEX triplet: F5, AB and C7. RGB value is (245,171,199). Sum of RGB (Red+Green+Blue) = 245+171+199=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 199 (78.12% from 255 or 32.36% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5ABC7 is #0A5438. Grayscale: #C4C4C4. Windows color (decimal): -676921 or 13085685. OLE color: 13085685.

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

Color convert

RGB245171199-
CMYK00.300.190.04
HSL337.3º78.72%81.57%-
HSV(B)337.3º30.2%96.08%-
XYZ62.5352.6660.9-
YUV196.32129.52162.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 39.84%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 199 (78.12% from 255) = 32.36%
R=39.84%
G=27.80%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517119900.300.190.04337.378.7281.57
HexF5ABC701E1341514f52
Octal365253307036234521117122
Binary1111010110101011110001110111101001110010101000110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ABC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ABC7; }

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

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

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

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

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

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

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

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