Color Hex Logo

#fdbebd Color Hex

#FDBEBD
(253,190,189)
0 Favorites   0 Comments

Color spaces of #fdbebd

RGB 253190189
HSL0.000.940.87
HSV25°99°
CMYK 0.000.250.25   0.01
XYZ68.106861.383756.4027
Yxy61.38370.36640.3302
Hunter Lab78.347818.059412.1604
CIE-Lab82.584622.49199.3496

#fdbebd color RGB value is (253,190,189).

#fdbebd hex color red value is 253, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fdbebd hue: 0.00 , saturation: 0.94 and the lightness value of fdbebd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 10111101
Octal 375 276 275
Decimal 253 190 189
Hex FD BE BD

RGB Percentages of Color #fdbebd

%40.03
%30.06
%29.91

CMYK Percentages of Color #fdbebd

%0
%25
%25
%1

Triadic Colors of #fdbebd

#fdbebd #bdfdbe #bebdfd

Analogous Colors of #fdbebd

#fdbebd #fddebd #fdbddc

Monochromatic Colors of #fdbebd

#fdbebd

Complementary Color

#fdbebd #bdfcfd

#fdbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbebd Color CSS Codes

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

#fdbebd Text Font Color

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

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


#fdbebd Background Color

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

This div background color is #fdbebd


#fdbebd Border Color

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

This div border color is #fdbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbebd


Comments

No comments written yet.

Please login to write comment.