Color Hex Logo

#f1b1fc Color Hex

#F1B1FC
(241,177,252)
0 Favorites   0 Comments

Color spaces of #f1b1fc

RGB 241177252
HSL0.810.930.84
HSV291°30°99°
CMYK 0.040.300.00   0.01
XYZ69.568557.173399.4644
Yxy57.17330.30750.2527
Hunter Lab75.613031.9079-25.0633
CIE-Lab80.277035.6168-28.0637

#f1b1fc color RGB value is (241,177,252).

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

The process color (four color CMYK) of #f1b1fc color hex is 0.04, 0.30, 0.00, 0.01. Web safe color of #f1b1fc is #ff99ff. Color #f1b1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10110001 11111100
Octal 361 261 374
Decimal 241 177 252
Hex F1 B1 FC

RGB Percentages of Color #f1b1fc

%35.97
%26.42
%37.61

CMYK Percentages of Color #f1b1fc

%4
%30
%0
%1

Triadic Colors of #f1b1fc

#f1b1fc #fcf1b1 #b1fcf1

Analogous Colors of #f1b1fc

#f1b1fc #fcb1e2 #ccb1fc

Monochromatic Colors of #f1b1fc

#f1b1fc

Complementary Color

#f1b1fc #bcfcb1

#f1b1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1b1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1b1fc Color CSS Codes

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

#f1b1fc Text Font Color

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

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


#f1b1fc Background Color

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

This div background color is #f1b1fc


#f1b1fc Border Color

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

This div border color is #f1b1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1b1fc


Comments

No comments written yet.

Please login to write comment.