Color Hex Logo

#f5bbde Color Hex

#F5BBDE
(245,187,222)
0 Favorites   0 Comments

Color spaces of #f5bbde

RGB 245187222
HSL0.900.740.85
HSV324°24°96°
CMYK 0.000.240.09   0.04
XYZ68.611360.227177.1160
Yxy60.22710.33310.2924
Hunter Lab77.606122.0005-4.5913
CIE-Lab81.961526.2798-9.3763

#f5bbde color RGB value is (245,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111011 11011110
Octal 365 273 336
Decimal 245 187 222
Hex F5 BB DE

RGB Percentages of Color #f5bbde

%37.46
%28.59
%33.94

CMYK Percentages of Color #f5bbde

%0
%24
%9
%4

Triadic Colors of #f5bbde

#f5bbde #def5bb #bbdef5

Analogous Colors of #f5bbde

#f5bbde #f5bbc1 #efbbf5

Monochromatic Colors of #f5bbde

#f5bbde

Complementary Color

#f5bbde #bbf5d2

#f5bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bbde Color CSS Codes

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

#f5bbde Text Font Color

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

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


#f5bbde Background Color

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

This div background color is #f5bbde


#f5bbde Border Color

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

This div border color is #f5bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bbde


Comments

No comments written yet.

Please login to write comment.