Color Hex Logo

#f5bebb Color Hex

#F5BEBB
(245,190,187)
0 Favorites   0 Comments

Color spaces of #f5bebb

RGB 245190187
HSL0.010.740.85
HSV24°96°
CMYK 0.000.220.24   0.04
XYZ65.039359.827255.1336
Yxy59.82720.36130.3324
Hunter Lab77.348014.735411.8818
CIE-Lab81.744219.29369.1145

#f5bebb color RGB value is (245,190,187).

#f5bebb hex color red value is 245, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f5bebb hue: 0.01 , saturation: 0.74 and the lightness value of f5bebb is 0.85.

The process color (four color CMYK) of #f5bebb color hex is 0.00, 0.22, 0.24, 0.04. Web safe color of #f5bebb is #ffcccc. Color #f5bebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111110 10111011
Octal 365 276 273
Decimal 245 190 187
Hex F5 BE BB

RGB Percentages of Color #f5bebb

%39.39
%30.55
%30.06

CMYK Percentages of Color #f5bebb

%0
%22
%24
%4

Triadic Colors of #f5bebb

#f5bebb #bbf5be #bebbf5

Analogous Colors of #f5bebb

#f5bebb #f5dbbb #f5bbd5

Monochromatic Colors of #f5bebb

#f5bebb

Complementary Color

#f5bebb #bbf2f5

#f5bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bebb Color CSS Codes

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

#f5bebb Text Font Color

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

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


#f5bebb Background Color

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

This div background color is #f5bebb


#f5bebb Border Color

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

This div border color is #f5bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bebb

Related Colors


Comments

No comments written yet.

Please login to write comment.