#F6ACBD

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

Shades of Cupid #F6ACBD

Tints of Cupid #F6ACBD

Color information

#F6ACBD (or 0xF6ACBD) is unknown color: approx Cupid. HEX triplet: F6, AC and BD. RGB value is (246,172,189). Sum of RGB (Red+Green+Blue) = 246+172+189=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACBD is #095342. Grayscale: #C4C4C4. Windows color (decimal): -611139 or 12430582. OLE color: 12430582.

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

Color convert

RGB246172189-
CMYK00.300.230.04
HSL346.22º80.43%81.96%-
HSV(B)346.22º30.08%96.47%-
XYZ61.9452.7755.07-
YUV196.06124.02163.62-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=40.53%
G=28.34%
B=31.14%

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
Decimal24617218900.300.230.04346.2280.4381.96
HexF6ACBD01E17415a5052
Octal366254275036274532120122
Binary1111011010101100101111010111101011110010101101010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACBD; }

 p { color: rgb(246,172,189); }

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

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

 a { background-color: rgb(246,172,189); }

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

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

 span { border-color: rgb(246,172,189); }

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