Color Hex Logo

#f1bebf Color Hex

#F1BEBF
(241,190,191)
0 Favorites   0 Comments

Color spaces of #f1bebf

RGB 241190191
HSL1.000.650.85
HSV359°21°95°
CMYK 0.000.210.21   0.05
XYZ64.093159.289357.3561
Yxy59.28930.35460.3280
Hunter Lab76.999513.83119.7352
CIE-Lab81.450418.41306.4941

#f1bebf color RGB value is (241,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111110 10111111
Octal 361 276 277
Decimal 241 190 191
Hex F1 BE BF

RGB Percentages of Color #f1bebf

%38.75
%30.55
%30.71

CMYK Percentages of Color #f1bebf

%0
%21
%21
%5

Triadic Colors of #f1bebf

#f1bebf #bff1be #bebff1

Analogous Colors of #f1bebf

#f1bebf #f1d7be #f1bed9

Monochromatic Colors of #f1bebf

#f1bebf

Complementary Color

#f1bebf #bef1f0

#f1bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bebf Color CSS Codes

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

#f1bebf Text Font Color

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

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


#f1bebf Background Color

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

This div background color is #f1bebf


#f1bebf Border Color

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

This div border color is #f1bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bebf


Comments

No comments written yet.

Please login to write comment.