Color Hex Logo

#fdbdb6 Color Hex

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

Color spaces of #fdbdb6

RGB 253189182
HSL0.020.950.85
HSV28°99°
CMYK 0.000.250.28   0.01
XYZ67.149160.655252.4245
Yxy60.65520.37260.3365
Hunter Lab77.881417.609514.6070
CIE-Lab82.193022.072512.5433

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

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

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

Base Numbers

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

RGB Percentages of Color #fdbdb6

%40.54
%30.29
%29.17

CMYK Percentages of Color #fdbdb6

%0
%25
%28
%1

Triadic Colors of #fdbdb6

#fdbdb6 #b6fdbd #bdb6fd

Analogous Colors of #fdbdb6

#fdbdb6 #fde1b6 #fdb6d3

Monochromatic Colors of #fdbdb6

#fdbdb6

Complementary Color

#fdbdb6 #b6f6fd

#fdbdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdb6 Color CSS Codes

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

#fdbdb6 Text Font Color

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

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


#fdbdb6 Background Color

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

This div background color is #fdbdb6


#fdbdb6 Border Color

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

This div border color is #fdbdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdb6


Comments

No comments written yet.

Please login to write comment.