Color Hex Logo

#f5bbdd Color Hex

#F5BBDD
(245,187,221)
0 Favorites   0 Comments

Color spaces of #f5bbdd

RGB 245187221
HSL0.900.740.85
HSV325°24°96°
CMYK 0.000.240.10   0.04
XYZ68.477760.173676.4121
Yxy60.17360.33390.2934
Hunter Lab77.571621.8236-4.1036
CIE-Lab81.932526.1135-8.8823

#f5bbdd color RGB value is (245,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111011 11011101
Octal 365 273 335
Decimal 245 187 221
Hex F5 BB DD

RGB Percentages of Color #f5bbdd

%37.52
%28.64
%33.84

CMYK Percentages of Color #f5bbdd

%0
%24
%10
%4

Triadic Colors of #f5bbdd

#f5bbdd #ddf5bb #bbddf5

Analogous Colors of #f5bbdd

#f5bbdd #f5bbc0 #f0bbf5

Monochromatic Colors of #f5bbdd

#f5bbdd

Complementary Color

#f5bbdd #bbf5d3

#f5bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5bbdd Color CSS Codes

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

#f5bbdd Text Font Color

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

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


#f5bbdd Background Color

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

This div background color is #f5bbdd


#f5bbdd Border Color

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

This div border color is #f5bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5bbdd


Comments

No comments written yet.

Please login to write comment.