#F3ABC1

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

Shades of Cupid #F3ABC1

Tints of Cupid #F3ABC1

Color information

#F3ABC1 (or 0xF3ABC1) is unknown color: approx Cupid. HEX triplet: F3, AB and C1. RGB value is (243,171,193). Sum of RGB (Red+Green+Blue) = 243+171+193=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 171 (67.19% from 255 or 28.17% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3ABC1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3ABC1 is #0C543E. Grayscale: #C3C3C3. Windows color (decimal): -807999 or 12692467. OLE color: 12692467.

HSL color Cylindrical-coordinate representation of color #F3ABC1: hue angle of 341.67º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3ABC1 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB243171193-
CMYK00.300.210.05
HSL341.67º75%81.18%-
HSV(B)341.67º29.63%95.29%-
XYZ61.1552.0357.27-
YUV195.04126.85162.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.03%
GREEN value IS 171 (67.19% from 255) = 28.17%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=40.03%
G=28.17%
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.05
SystemRedGreenBlueCMYKHSL
Decimal24317119300.300.210.05341.677581.18
HexF3ABC101E1551564b51
Octal363253301036255526113121
Binary1111001110101011110000010111101010110110101011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3ABC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3ABC1; }

 p { color: rgb(243,171,193); }

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

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

 a { background-color: rgb(243,171,193); }

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

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

 span { border-color: rgb(243,171,193); }

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