Color Hex Logo

#f6bcfc Color Hex

#F6BCFC
(246,188,252)
0 Favorites   0 Comments

Color spaces of #f6bcfc

RGB 246188252
HSL0.820.910.86
HSV294°25°99°
CMYK 0.020.250.00   0.01
XYZ73.559962.5875100.2990
Yxy62.58750.31110.2647
Hunter Lab79.112327.5258-19.7896
CIE-Lab83.224931.3681-23.5223

#f6bcfc color RGB value is (246,188,252).

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

The process color (four color CMYK) of #f6bcfc color hex is 0.02, 0.25, 0.00, 0.01. Web safe color of #f6bcfc is #ffccff. Color #f6bcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10111100 11111100
Octal 366 274 374
Decimal 246 188 252
Hex F6 BC FC

RGB Percentages of Color #f6bcfc

%35.86
%27.41
%36.73

CMYK Percentages of Color #f6bcfc

%2
%25
%0
%1

Triadic Colors of #f6bcfc

#f6bcfc #fcf6bc #bcfcf6

Analogous Colors of #f6bcfc

#f6bcfc #fcbce2 #d6bcfc

Monochromatic Colors of #f6bcfc

#f6bcfc

Complementary Color

#f6bcfc #c2fcbc

#f6bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6bcfc Color CSS Codes

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

#f6bcfc Text Font Color

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

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


#f6bcfc Background Color

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

This div background color is #f6bcfc


#f6bcfc Border Color

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

This div border color is #f6bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6bcfc


Comments

No comments written yet.

Please login to write comment.