Color Hex Logo

#f1bbfc Color Hex

#F1BBFC
(241,187,252)
0 Favorites   0 Comments

Color spaces of #f1bbfc

RGB 241187252
HSL0.810.920.86
HSV290°26°99°
CMYK 0.040.260.00   0.01
XYZ71.616661.2697100.1471
Yxy61.26970.30730.2629
Hunter Lab78.275026.3349-21.0648
CIE-Lab82.523530.3126-24.6333

#f1bbfc color RGB value is (241,187,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111011 11111100
Octal 361 273 374
Decimal 241 187 252
Hex F1 BB FC

RGB Percentages of Color #f1bbfc

%35.44
%27.50
%37.06

CMYK Percentages of Color #f1bbfc

%4
%26
%0
%1

Triadic Colors of #f1bbfc

#f1bbfc #fcf1bb #bbfcf1

Analogous Colors of #f1bbfc

#f1bbfc #fcbbe7 #d1bbfc

Monochromatic Colors of #f1bbfc

#f1bbfc

Complementary Color

#f1bbfc #c6fcbb

#f1bbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bbfc Color CSS Codes

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

#f1bbfc Text Font Color

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

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


#f1bbfc Background Color

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

This div background color is #f1bbfc


#f1bbfc Border Color

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

This div border color is #f1bbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.