Color Hex Logo

#f5bcde Color Hex

#F5BCDE
(245,188,222)
0 Favorites   0 Comments

Color spaces of #f5bcde

RGB 245188222
HSL0.900.740.85
HSV324°23°96°
CMYK 0.000.230.09   0.04
XYZ68.824260.652877.1870
Yxy60.65280.33300.2935
Hunter Lab77.879921.4546-4.2466
CIE-Lab82.191725.7507-9.0340

#f5bcde color RGB value is (245,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111100 11011110
Octal 365 274 336
Decimal 245 188 222
Hex F5 BC DE

RGB Percentages of Color #f5bcde

%37.40
%28.70
%33.89

CMYK Percentages of Color #f5bcde

%0
%23
%9
%4

Triadic Colors of #f5bcde

#f5bcde #def5bc #bcdef5

Analogous Colors of #f5bcde

#f5bcde #f5bcc2 #f0bcf5

Monochromatic Colors of #f5bcde

#f5bcde

Complementary Color

#f5bcde #bcf5d3

#f5bcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bcde Color CSS Codes

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

#f5bcde Text Font Color

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

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


#f5bcde Background Color

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

This div background color is #f5bcde


#f5bcde Border Color

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

This div border color is #f5bcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bcde


Comments

No comments written yet.

Please login to write comment.