Color Hex Logo

#f1bddd Color Hex

#F1BDDD
(241,189,221)
0 Favorites   0 Comments

Color spaces of #f1bddd

RGB 241189221
HSL0.900.650.84
HSV323°22°95°
CMYK 0.000.220.08   0.05
XYZ67.524460.316476.4899
Yxy60.31640.33050.2952
Hunter Lab77.663619.2849-4.0294
CIE-Lab82.009923.6901-8.8091

#f1bddd color RGB value is (241,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111101 11011101
Octal 361 275 335
Decimal 241 189 221
Hex F1 BD DD

RGB Percentages of Color #f1bddd

%37.02
%29.03
%33.95

CMYK Percentages of Color #f1bddd

%0
%22
%8
%5

Triadic Colors of #f1bddd

#f1bddd #ddf1bd #bdddf1

Analogous Colors of #f1bddd

#f1bddd #f1bdc3 #ebbdf1

Monochromatic Colors of #f1bddd

#f1bddd

Complementary Color

#f1bddd #bdf1d1

#f1bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bddd Color CSS Codes

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

#f1bddd Text Font Color

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

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


#f1bddd Background Color

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

This div background color is #f1bddd


#f1bddd Border Color

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

This div border color is #f1bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bddd


Comments

No comments written yet.

Please login to write comment.