Color Hex Logo

#ffb5be Color Hex

#FFB5BE
(255,181,190)
3 Favorites   0 Comments

Color spaces of #ffb5be

RGB 255181190
HSL0.981.000.85
HSV353°29°100°
CMYK 0.000.290.25   0.00
XYZ67.058158.025556.3809
Yxy58.02550.36950.3198
Hunter Lab76.174523.83229.4384
CIE-Lab80.753028.07856.2123

#ffb5be color RGB value is (255,181,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110101 10111110
Octal 377 265 276
Decimal 255 181 190
Hex FF B5 BE

RGB Percentages of Color #ffb5be

%40.73
%28.91
%30.35

CMYK Percentages of Color #ffb5be

%0
%29
%25
%0

Triadic Colors of #ffb5be

#ffb5be #beffb5 #b5beff

Analogous Colors of #ffb5be

#ffb5be #ffd1b5 #ffb5e3

Monochromatic Colors of #ffb5be

#ffb5be

Complementary Color

#ffb5be #b5fff6

#ffb5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb5be Color CSS Codes

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

#ffb5be Text Font Color

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

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


#ffb5be Background Color

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

This div background color is #ffb5be


#ffb5be Border Color

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

This div border color is #ffb5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb5be

Related Colors

#ffb5be Color Palettes


Comments

No comments written yet.

Please login to write comment.