Color Hex Logo

#f6adfc Color Hex

#F6ADFC
(246,173,252)
0 Favorites   0 Comments

Color spaces of #f6adfc

RGB 246173252
HSL0.820.930.83
HSV295°31°99°
CMYK 0.020.310.00   0.01
XYZ70.520356.508299.2858
Yxy56.50820.31160.2497
Hunter Lab75.171935.9035-25.6889
CIE-Lab79.902239.2779-28.5936

#f6adfc color RGB value is (246,173,252).

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

The process color (four color CMYK) of #f6adfc color hex is 0.02, 0.31, 0.00, 0.01. Web safe color of #f6adfc is #ff99ff. Color #f6adfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101101 11111100
Octal 366 255 374
Decimal 246 173 252
Hex F6 AD FC

RGB Percentages of Color #f6adfc

%36.66
%25.78
%37.56

CMYK Percentages of Color #f6adfc

%2
%31
%0
%1

Triadic Colors of #f6adfc

#f6adfc #fcf6ad #adfcf6

Analogous Colors of #f6adfc

#f6adfc #fcaddb #cfadfc

Monochromatic Colors of #f6adfc

#f6adfc

Complementary Color

#f6adfc #b3fcad

#f6adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6adfc Color CSS Codes

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

#f6adfc Text Font Color

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

This sample text font color is #f6adfc
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.


#f6adfc Background Color

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

This div background color is #f6adfc


#f6adfc Border Color

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

This div border color is #f6adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6adfc

Related Colors


Comments

No comments written yet.

Please login to write comment.