#F6ADC2

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

Shades of Cupid #F6ADC2

Tints of Cupid #F6ADC2

Color information

#F6ADC2 (or 0xF6ADC2) is unknown color: approx Cupid. HEX triplet: F6, AD and C2. RGB value is (246,173,194). Sum of RGB (Red+Green+Blue) = 246+173+194=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 173 (67.97% from 255 or 28.22% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ADC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F6ADC2 is #09523D. Grayscale: #C5C5C5. Windows color (decimal): -610878 or 12758518. OLE color: 12758518.

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

Color convert

RGB246173194-
CMYK00.300.210.04
HSL342.74º80.22%82.16%-
HSV(B)342.74º29.67%96.47%-
XYZ62.6953.3858.04-
YUV197.22126.18162.79-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.13%
GREEN value IS 173 (67.97% from 255) = 28.22%
BLUE value IS 194 (76.17% from 255) = 31.65%
R=40.13%
G=28.22%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617319400.300.210.04342.7480.2282.16
HexF6ADC201E1541575052
Octal366255302036254527120122
Binary1111011010101101110000100111101010110010101011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ADC2; }

 p { color: rgb(246,173,194); }

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

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

 a { background-color: rgb(246,173,194); }

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

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

 span { border-color: rgb(246,173,194); }

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