Color Hex Logo

#f3bcfc Color Hex

#F3BCFC
(243,188,252)
0 Favorites   0 Comments

Color spaces of #f3bcfc

RGB 243188252
HSL0.810.910.86
HSV292°25°99°
CMYK 0.040.250.00   0.01
XYZ72.516162.0494100.2502
Yxy62.04940.30880.2642
Hunter Lab78.771426.4751-20.3167
CIE-Lab82.939730.4157-23.9825

#f3bcfc color RGB value is (243,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111100 11111100
Octal 363 274 374
Decimal 243 188 252
Hex F3 BC FC

RGB Percentages of Color #f3bcfc

%35.58
%27.53
%36.90

CMYK Percentages of Color #f3bcfc

%4
%25
%0
%1

Triadic Colors of #f3bcfc

#f3bcfc #fcf3bc #bcfcf3

Analogous Colors of #f3bcfc

#f3bcfc #fcbce5 #d3bcfc

Monochromatic Colors of #f3bcfc

#f3bcfc

Complementary Color

#f3bcfc #c5fcbc

#f3bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bcfc Color CSS Codes

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

#f3bcfc Text Font Color

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

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


#f3bcfc Background Color

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

This div background color is #f3bcfc


#f3bcfc Border Color

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

This div border color is #f3bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bcfc


Comments

No comments written yet.

Please login to write comment.