Color Hex Logo

#fdb1eb Color Hex

#FDB1EB
(253,177,235)
0 Favorites   0 Comments

Color spaces of #fdb1eb

RGB 253177235
HSL0.870.950.84
HSV314°30°99°
CMYK 0.000.300.07   0.01
XYZ71.225558.325186.1011
Yxy58.32510.33030.2705
Hunter Lab76.370932.8248-13.3844
CIE-Lab80.919236.3980-17.8445

#fdb1eb color RGB value is (253,177,235).

#fdb1eb hex color red value is 253, green value is 177 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fdb1eb hue: 0.87 , saturation: 0.95 and the lightness value of fdb1eb is 0.84.

The process color (four color CMYK) of #fdb1eb color hex is 0.00, 0.30, 0.07, 0.01. Web safe color of #fdb1eb is #ff99ff. Color #fdb1eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 11101011
Octal 375 261 353
Decimal 253 177 235
Hex FD B1 EB

RGB Percentages of Color #fdb1eb

%38.05
%26.62
%35.34

CMYK Percentages of Color #fdb1eb

%0
%30
%7
%1

Triadic Colors of #fdb1eb

#fdb1eb #ebfdb1 #b1ebfd

Analogous Colors of #fdb1eb

#fdb1eb #fdb1c5 #e9b1fd

Monochromatic Colors of #fdb1eb

#fdb1eb

Complementary Color

#fdb1eb #b1fdc3

#fdb1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb1eb Color CSS Codes

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

#fdb1eb Text Font Color

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

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


#fdb1eb Background Color

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

This div background color is #fdb1eb


#fdb1eb Border Color

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

This div border color is #fdb1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb1eb


Comments

No comments written yet.

Please login to write comment.