#F6ABC0

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

Shades of Cupid #F6ABC0

Tints of Cupid #F6ABC0

Color information

#F6ABC0 (or 0xF6ABC0) is unknown color: approx Cupid. HEX triplet: F6, AB and C0. RGB value is (246,171,192). Sum of RGB (Red+Green+Blue) = 246+171+192=609 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.39% from 609); Green value is 171 (67.19% from 255 or 28.08% from 609); Blue value is 192 (75.39% from 255 or 31.53% from 609); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABC0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABC0 is #09543F. Grayscale: #C3C3C3. Windows color (decimal): -611392 or 12626934. OLE color: 12626934.

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

Color convert

RGB246171192-
CMYK00.300.220.04
HSL343.2º80.65%81.76%-
HSV(B)343.2º30.49%96.47%-
XYZ62.0852.5256.74-
YUV195.82125.85163.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.39%
GREEN value IS 171 (67.19% from 255) = 28.08%
BLUE value IS 192 (75.39% from 255) = 31.53%
R=40.39%
G=28.08%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617119200.300.220.04343.280.6581.76
HexF6ABC001E1641575152
Octal366253300036264527121122
Binary1111011010101011110000000111101011010010101011110100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABC0; }

 p { color: rgb(246,171,192); }

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

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

 a { background-color: rgb(246,171,192); }

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

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

 span { border-color: rgb(246,171,192); }

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