Color Hex Logo

#f1bbdc Color Hex

#F1BBDC
(241,187,220)
0 Favorites   0 Comments

Color spaces of #f1bbdc

RGB 241187220
HSL0.900.660.84
HSV323°22°95°
CMYK 0.000.220.09   0.05
XYZ66.964259.408775.6478
Yxy59.40870.33150.2941
Hunter Lab77.077020.1952-4.2367
CIE-Lab81.515724.5828-9.0062

#f1bbdc color RGB value is (241,187,220).

#f1bbdc hex color red value is 241, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f1bbdc hue: 0.90 , saturation: 0.66 and the lightness value of f1bbdc is 0.84.

The process color (four color CMYK) of #f1bbdc color hex is 0.00, 0.22, 0.09, 0.05. Web safe color of #f1bbdc is #ffcccc. Color #f1bbdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111011 11011100
Octal 361 273 334
Decimal 241 187 220
Hex F1 BB DC

RGB Percentages of Color #f1bbdc

%37.19
%28.86
%33.95

CMYK Percentages of Color #f1bbdc

%0
%22
%9
%5

Triadic Colors of #f1bbdc

#f1bbdc #dcf1bb #bbdcf1

Analogous Colors of #f1bbdc

#f1bbdc #f1bbc1 #ebbbf1

Monochromatic Colors of #f1bbdc

#f1bbdc

Complementary Color

#f1bbdc #bbf1d0

#f1bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bbdc Color CSS Codes

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

#f1bbdc Text Font Color

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

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


#f1bbdc Background Color

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

This div background color is #f1bbdc


#f1bbdc Border Color

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

This div border color is #f1bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bbdc


Comments

No comments written yet.

Please login to write comment.