Color Hex Logo

#f6bcfd Color Hex

#F6BCFD
(246,188,253)
0 Favorites   0 Comments

Color spaces of #f6bcfd

RGB 246188253
HSL0.820.940.86
HSV294°26°99°
CMYK 0.030.260.00   0.01
XYZ73.718962.6511101.1360
Yxy62.65110.31040.2638
Hunter Lab79.152427.7298-20.3503
CIE-Lab83.258531.5538-24.0042

#f6bcfd color RGB value is (246,188,253).

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

The process color (four color CMYK) of #f6bcfd color hex is 0.03, 0.26, 0.00, 0.01. Web safe color of #f6bcfd is #ffccff. Color #f6bcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 11111101
Octal 366 274 375
Decimal 246 188 253
Hex F6 BC FD

RGB Percentages of Color #f6bcfd

%35.81
%27.37
%36.83

CMYK Percentages of Color #f6bcfd

%3
%26
%0
%1

Triadic Colors of #f6bcfd

#f6bcfd #fdf6bc #bcfdf6

Analogous Colors of #f6bcfd

#f6bcfd #fdbce4 #d6bcfd

Monochromatic Colors of #f6bcfd

#f6bcfd

Complementary Color

#f6bcfd #c3fdbc

#f6bcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bcfd Color CSS Codes

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

#f6bcfd Text Font Color

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

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


#f6bcfd Background Color

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

This div background color is #f6bcfd


#f6bcfd Border Color

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

This div border color is #f6bcfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,188,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 #f6bcfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bcfd


Comments

No comments written yet.

Please login to write comment.