Color Hex Logo

#fdbbe5 Color Hex

#FDBBE5
(253,187,229)
0 Favorites   0 Comments

Color spaces of #fdbbe5

RGB 253187229
HSL0.890.940.86
HSV322°26°99°
CMYK 0.000.260.09   0.01
XYZ72.421262.080482.2945
Yxy62.08040.33410.2864
Hunter Lab78.791126.1846-6.7725
CIE-Lab82.956230.1453-11.5657

#fdbbe5 color RGB value is (253,187,229).

#fdbbe5 hex color red value is 253, green value is 187 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fdbbe5 hue: 0.89 , saturation: 0.94 and the lightness value of fdbbe5 is 0.86.

The process color (four color CMYK) of #fdbbe5 color hex is 0.00, 0.26, 0.09, 0.01. Web safe color of #fdbbe5 is #ffcccc. Color #fdbbe5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11100101
Octal 375 273 345
Decimal 253 187 229
Hex FD BB E5

RGB Percentages of Color #fdbbe5

%37.82
%27.95
%34.23

CMYK Percentages of Color #fdbbe5

%0
%26
%9
%1

Triadic Colors of #fdbbe5

#fdbbe5 #e5fdbb #bbe5fd

Analogous Colors of #fdbbe5

#fdbbe5 #fdbbc4 #f4bbfd

Monochromatic Colors of #fdbbe5

#fdbbe5

Complementary Color

#fdbbe5 #bbfdd3

#fdbbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbe5 Color CSS Codes

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

#fdbbe5 Text Font Color

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

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


#fdbbe5 Background Color

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

This div background color is #fdbbe5


#fdbbe5 Border Color

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

This div border color is #fdbbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbe5

Related Colors


Comments

No comments written yet.

Please login to write comment.