Color Hex Logo

#f1bcec Color Hex

#F1BCEC
(241,188,236)
0 Favorites   0 Comments

Color spaces of #f1bcec

RGB 241188236
HSL0.850.650.84
HSV306°22°95°
CMYK 0.000.220.02   0.05
XYZ69.399260.723387.4199
Yxy60.72330.31900.2791
Hunter Lab77.925222.6009-11.9665
CIE-Lab82.229826.8337-16.5244

#f1bcec color RGB value is (241,188,236).

#f1bcec hex color red value is 241, green value is 188 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f1bcec hue: 0.85 , saturation: 0.65 and the lightness value of f1bcec is 0.84.

The process color (four color CMYK) of #f1bcec color hex is 0.00, 0.22, 0.02, 0.05. Web safe color of #f1bcec is #ffccff. Color #f1bcec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111100 11101100
Octal 361 274 354
Decimal 241 188 236
Hex F1 BC EC

RGB Percentages of Color #f1bcec

%36.24
%28.27
%35.49

CMYK Percentages of Color #f1bcec

%0
%22
%2
%5

Triadic Colors of #f1bcec

#f1bcec #ecf1bc #bcecf1

Analogous Colors of #f1bcec

#f1bcec #f1bcd2 #dcbcf1

Monochromatic Colors of #f1bcec

#f1bcec

Complementary Color

#f1bcec #bcf1c1

#f1bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bcec Color CSS Codes

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

#f1bcec Text Font Color

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

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


#f1bcec Background Color

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

This div background color is #f1bcec


#f1bcec Border Color

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

This div border color is #f1bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bcec


Comments

No comments written yet.

Please login to write comment.