Color Hex Logo

#f5bcfb Color Hex

#F5BCFB
(245,188,251)
0 Favorites   0 Comments

Color spaces of #f5bcfb

RGB 245188251
HSL0.820.890.86
HSV294°25°98°
CMYK 0.020.250.00   0.02
XYZ73.052062.344099.4501
Yxy62.34400.31110.2655
Hunter Lab78.958226.9710-19.4067
CIE-Lab83.096030.8645-23.1939

#f5bcfb color RGB value is (245,188,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111100 11111011
Octal 365 274 373
Decimal 245 188 251
Hex F5 BC FB

RGB Percentages of Color #f5bcfb

%35.82
%27.49
%36.70

CMYK Percentages of Color #f5bcfb

%2
%25
%0
%2

Triadic Colors of #f5bcfb

#f5bcfb #fbf5bc #bcfbf5

Analogous Colors of #f5bcfb

#f5bcfb #fbbce2 #d6bcfb

Monochromatic Colors of #f5bcfb

#f5bcfb

Complementary Color

#f5bcfb #c2fbbc

#f5bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bcfb Color CSS Codes

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

#f5bcfb Text Font Color

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

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


#f5bcfb Background Color

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

This div background color is #f5bcfb


#f5bcfb Border Color

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

This div border color is #f5bcfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,188,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.