Color Hex Logo

#f5bbfc Color Hex

#F5BBFC
(245,187,252)
0 Favorites   0 Comments

Color spaces of #f5bbfc

RGB 245187252
HSL0.820.920.86
HSV294°26°99°
CMYK 0.030.260.00   0.01
XYZ72.997261.9814100.2117
Yxy61.98140.31040.2635
Hunter Lab78.728327.7315-20.3593
CIE-Lab82.903531.5797-24.0199

#f5bbfc color RGB value is (245,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111011 11111100
Octal 365 273 374
Decimal 245 187 252
Hex F5 BB FC

RGB Percentages of Color #f5bbfc

%35.82
%27.34
%36.84

CMYK Percentages of Color #f5bbfc

%3
%26
%0
%1

Triadic Colors of #f5bbfc

#f5bbfc #fcf5bb #bbfcf5

Analogous Colors of #f5bbfc

#f5bbfc #fcbbe3 #d5bbfc

Monochromatic Colors of #f5bbfc

#f5bbfc

Complementary Color

#f5bbfc #c2fcbb

#f5bbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bbfc Color CSS Codes

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

#f5bbfc Text Font Color

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

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


#f5bbfc Background Color

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

This div background color is #f5bbfc


#f5bbfc Border Color

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

This div border color is #f5bbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.