#F6ABC4

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

Shades of Cupid #F6ABC4

Tints of Cupid #F6ABC4

Color information

#F6ABC4 (or 0xF6ABC4) is unknown color: approx Cupid. HEX triplet: F6, AB and C4. RGB value is (246,171,196). Sum of RGB (Red+Green+Blue) = 246+171+196=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 171 (67.19% from 255 or 27.90% from 613); Blue value is 196 (76.95% from 255 or 31.97% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ABC4 is #09543B. Grayscale: #C4C4C4. Windows color (decimal): -611388 or 12889078. OLE color: 12889078.

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

Color convert

RGB246171196-
CMYK00.300.200.04
HSL340º80.65%81.76%-
HSV(B)340º30.49%96.47%-
XYZ62.5352.759.1-
YUV196.27127.85163.47-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 171 (67.19% from 255) = 27.90%
BLUE value IS 196 (76.95% from 255) = 31.97%
R=40.13%
G=27.90%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617119600.300.200.0434080.6581.76
HexF6ABC401E1441545152
Octal366253304036244524121122
Binary1111011010101011110001000111101010010010101010010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ABC4; }

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

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

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

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

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

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

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

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