Color Hex Logo

#f6ade1 Color Hex

#F6ADE1
(246,173,225)
0 Favorites   0 Comments

Color spaces of #f6ade1

RGB 246173225
HSL0.880.800.82
HSV317°30°96°
CMYK 0.000.300.09   0.04
XYZ66.540254.916278.3270
Yxy54.91620.33310.2749
Hunter Lab74.105530.5928-10.7937
CIE-Lab78.993034.5158-15.4228

#f6ade1 color RGB value is (246,173,225).

#f6ade1 hex color red value is 246, green value is 173 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #f6ade1 hue: 0.88 , saturation: 0.80 and the lightness value of f6ade1 is 0.82.

The process color (four color CMYK) of #f6ade1 color hex is 0.00, 0.30, 0.09, 0.04. Web safe color of #f6ade1 is #ff99cc. Color #f6ade1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101101 11100001
Octal 366 255 341
Decimal 246 173 225
Hex F6 AD E1

RGB Percentages of Color #f6ade1

%38.20
%26.86
%34.94

CMYK Percentages of Color #f6ade1

%0
%30
%9
%4

Triadic Colors of #f6ade1

#f6ade1 #e1f6ad #ade1f6

Analogous Colors of #f6ade1

#f6ade1 #f6adbd #e7adf6

Monochromatic Colors of #f6ade1

#f6ade1

Complementary Color

#f6ade1 #adf6c2

#f6ade1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6ade1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6ade1 Color CSS Codes

.mybgcolor {background-color:#f6ade1; } 
.myforecolor {color:#f6ade1; }
.mybordercolor {border:3px solid #f6ade1; }

#f6ade1 Text Font Color

<p style="color:#f6ade1">Text here</p>

This sample text font color is #f6ade1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f6ade1 Background Color

<div style="background-color:#f6ade1">
Div content here</div>

This div background color is #f6ade1


#f6ade1 Border Color

<div style="border:3px solid #f6ade1">
Div here</div>

This div border color is #f6ade1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(246,173,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f6ade1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f6ade1;
  -webkit-box-shadow: 1px 1px 3px 2px #f6ade1;
  box-shadow:         1px 1px 3px 2px #f6ade1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,173,225, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f6ade1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f6ade1;
  -webkit-box-shadow: 1px 1px 3px 2px #f6ade1;
  box-shadow:         1px 1px 3px 2px #f6ade1;">
Div content here</div>

This div box has shadow with color #f6ade1


Comments

No comments written yet.

Please login to write comment.