Color Hex Logo

#f8bcfc Color Hex

#F8BCFC
(248,188,252)
0 Favorites   0 Comments

Color spaces of #f8bcfc

RGB 248188252
HSL0.820.910.86
HSV296°25°99°
CMYK 0.020.250.00   0.01
XYZ74.265362.9512100.3320
Yxy62.95120.31260.2650
Hunter Lab79.341828.2310-19.4362
CIE-Lab83.416732.0040-23.2129

#f8bcfc color RGB value is (248,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111100 11111100
Octal 370 274 374
Decimal 248 188 252
Hex F8 BC FC

RGB Percentages of Color #f8bcfc

%36.05
%27.33
%36.63

CMYK Percentages of Color #f8bcfc

%2
%25
%0
%1

Triadic Colors of #f8bcfc

#f8bcfc #fcf8bc #bcfcf8

Analogous Colors of #f8bcfc

#f8bcfc #fcbce0 #d8bcfc

Monochromatic Colors of #f8bcfc

#f8bcfc

Complementary Color

#f8bcfc #c0fcbc

#f8bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bcfc Color CSS Codes

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

#f8bcfc Text Font Color

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

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


#f8bcfc Background Color

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

This div background color is #f8bcfc


#f8bcfc Border Color

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

This div border color is #f8bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.