#F6ACBC

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

Shades of Cupid #F6ACBC

Tints of Cupid #F6ACBC

Color information

#F6ACBC (or 0xF6ACBC) is unknown color: approx Cupid. HEX triplet: F6, AC and BC. RGB value is (246,172,188). Sum of RGB (Red+Green+Blue) = 246+172+188=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 172 (67.58% from 255 or 28.38% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ACBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ACBC is #095343. Grayscale: #C3C3C3. Windows color (decimal): -611140 or 12365046. OLE color: 12365046.

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

Color convert

RGB246172188-
CMYK00.300.240.04
HSL347.03º80.43%81.96%-
HSV(B)347.03º30.08%96.47%-
XYZ61.8452.7354.5-
YUV195.95123.52163.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.59%
GREEN value IS 172 (67.58% from 255) = 28.38%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=40.59%
G=28.38%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617218800.300.240.04347.0380.4381.96
HexF6ACBC01E18415b5052
Octal366254274036304533120122
Binary1111011010101100101111000111101100010010101101110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ACBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ACBC; }

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

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

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

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

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

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

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

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