Color Hex Logo

#f1b5dc Color Hex

#F1B5DC
(241,181,220)
0 Favorites   0 Comments

Color spaces of #f1b5dc

RGB 241181220
HSL0.890.680.83
HSV321°25°95°
CMYK 0.000.250.09   0.05
XYZ65.717856.915875.2323
Yxy56.91580.33210.2876
Hunter Lab75.442623.4664-6.3150
CIE-Lab80.132227.7686-11.0667

#f1b5dc color RGB value is (241,181,220).

#f1b5dc hex color red value is 241, green value is 181 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f1b5dc hue: 0.89 , saturation: 0.68 and the lightness value of f1b5dc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10110101 11011100
Octal 361 265 334
Decimal 241 181 220
Hex F1 B5 DC

RGB Percentages of Color #f1b5dc

%37.54
%28.19
%34.27

CMYK Percentages of Color #f1b5dc

%0
%25
%9
%5

Triadic Colors of #f1b5dc

#f1b5dc #dcf1b5 #b5dcf1

Analogous Colors of #f1b5dc

#f1b5dc #f1b5be #e8b5f1

Monochromatic Colors of #f1b5dc

#f1b5dc

Complementary Color

#f1b5dc #b5f1ca

#f1b5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1b5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1b5dc Color CSS Codes

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

#f1b5dc Text Font Color

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

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


#f1b5dc Background Color

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

This div background color is #f1b5dc


#f1b5dc Border Color

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

This div border color is #f1b5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1b5dc


Comments

No comments written yet.

Please login to write comment.