Color Hex Logo

#fdb6bd Color Hex

#FDB6BD
(253,182,189)
0 Favorites   0 Comments

Color spaces of #fdb6bd

RGB 253182189
HSL0.980.950.85
HSV354°28°99°
CMYK 0.000.280.25   0.01
XYZ66.421358.012755.8409
Yxy58.01270.36840.3218
Hunter Lab76.166122.37199.8480
CIE-Lab80.745926.69576.7145

#fdb6bd color RGB value is (253,182,189).

#fdb6bd hex color red value is 253, green value is 182 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fdb6bd hue: 0.98 , saturation: 0.95 and the lightness value of fdb6bd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110110 10111101
Octal 375 266 275
Decimal 253 182 189
Hex FD B6 BD

RGB Percentages of Color #fdb6bd

%40.54
%29.17
%30.29

CMYK Percentages of Color #fdb6bd

%0
%28
%25
%1

Triadic Colors of #fdb6bd

#fdb6bd #bdfdb6 #b6bdfd

Analogous Colors of #fdb6bd

#fdb6bd #fdd3b6 #fdb6e1

Monochromatic Colors of #fdb6bd

#fdb6bd

Complementary Color

#fdb6bd #b6fdf6

#fdb6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb6bd Color CSS Codes

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

#fdb6bd Text Font Color

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

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


#fdb6bd Background Color

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

This div background color is #fdb6bd


#fdb6bd Border Color

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

This div border color is #fdb6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb6bd


Comments

No comments written yet.

Please login to write comment.