Color Hex Logo

#f1bbfa Color Hex

#F1BBFA
(241,187,250)
0 Favorites   0 Comments

Color spaces of #f1bbfa

RGB 241187250
HSL0.810.860.86
HSV291°25°98°
CMYK 0.040.250.00   0.02
XYZ71.301361.143598.4864
Yxy61.14350.30880.2648
Hunter Lab78.194325.9248-19.9402
CIE-Lab82.455829.9357-23.6689

#f1bbfa color RGB value is (241,187,250).

#f1bbfa hex color red value is 241, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f1bbfa hue: 0.81 , saturation: 0.86 and the lightness value of f1bbfa is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111011 11111010
Octal 361 273 372
Decimal 241 187 250
Hex F1 BB FA

RGB Percentages of Color #f1bbfa

%35.55
%27.58
%36.87

CMYK Percentages of Color #f1bbfa

%4
%25
%0
%2

Triadic Colors of #f1bbfa

#f1bbfa #faf1bb #bbfaf1

Analogous Colors of #f1bbfa

#f1bbfa #fabbe4 #d2bbfa

Monochromatic Colors of #f1bbfa

#f1bbfa

Complementary Color

#f1bbfa #c4fabb

#f1bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bbfa Color CSS Codes

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

#f1bbfa Text Font Color

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

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


#f1bbfa Background Color

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

This div background color is #f1bbfa


#f1bbfa Border Color

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

This div border color is #f1bbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,187,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.