Color Hex Logo

#f6adfd Color Hex

#F6ADFD
(246,173,253)
0 Favorites   0 Comments

Color spaces of #f6adfd

RGB 246173253
HSL0.820.950.84
HSV295°32°99°
CMYK 0.030.320.00   0.01
XYZ70.679256.5718100.1228
Yxy56.57180.31090.2488
Hunter Lab75.214236.1125-26.2750
CIE-Lab79.938139.4626-29.0751

#f6adfd color RGB value is (246,173,253).

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

The process color (four color CMYK) of #f6adfd color hex is 0.03, 0.32, 0.00, 0.01. Web safe color of #f6adfd is #ff99ff. Color #f6adfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10101101 11111101
Octal 366 255 375
Decimal 246 173 253
Hex F6 AD FD

RGB Percentages of Color #f6adfd

%36.61
%25.74
%37.65

CMYK Percentages of Color #f6adfd

%3
%32
%0
%1

Triadic Colors of #f6adfd

#f6adfd #fdf6ad #adfdf6

Analogous Colors of #f6adfd

#f6adfd #fdaddc #ceadfd

Monochromatic Colors of #f6adfd

#f6adfd

Complementary Color

#f6adfd #b4fdad

#f6adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6adfd Color CSS Codes

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

#f6adfd Text Font Color

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

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


#f6adfd Background Color

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

This div background color is #f6adfd


#f6adfd Border Color

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

This div border color is #f6adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6adfd

Related Colors


Comments

No comments written yet.

Please login to write comment.