Color Hex Logo

#f1bedd Color Hex

#F1BEDD
(241,190,221)
0 Favorites   0 Comments

Color spaces of #f1bedd

RGB 241190221
HSL0.900.650.85
HSV324°21°95°
CMYK 0.000.210.08   0.05
XYZ67.740260.748176.5619
Yxy60.74810.33040.2963
Hunter Lab77.941118.7412-3.6821
CIE-Lab82.243123.1594-8.4627

#f1bedd color RGB value is (241,190,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111110 11011101
Octal 361 276 335
Decimal 241 190 221
Hex F1 BE DD

RGB Percentages of Color #f1bedd

%36.96
%29.14
%33.90

CMYK Percentages of Color #f1bedd

%0
%21
%8
%5

Triadic Colors of #f1bedd

#f1bedd #ddf1be #beddf1

Analogous Colors of #f1bedd

#f1bedd #f1bec4 #ecbef1

Monochromatic Colors of #f1bedd

#f1bedd

Complementary Color

#f1bedd #bef1d2

#f1bedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bedd Color CSS Codes

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

#f1bedd Text Font Color

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

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


#f1bedd Background Color

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

This div background color is #f1bedd


#f1bedd Border Color

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

This div border color is #f1bedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bedd


Comments

No comments written yet.

Please login to write comment.