Color Hex Logo

#fdb9b0 Color Hex

#FDB9B0
(253,185,176)
0 Favorites   0 Comments

Color spaces of #fdb9b0

RGB 253185176
HSL0.020.950.84
HSV30°99°
CMYK 0.000.270.30   0.01
XYZ65.693458.715248.9450
Yxy58.71520.37900.3387
Hunter Lab76.625818.937615.7664
CIE-Lab81.134823.392414.2665

#fdb9b0 color RGB value is (253,185,176).

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

The process color (four color CMYK) of #fdb9b0 color hex is 0.00, 0.27, 0.30, 0.01. Web safe color of #fdb9b0 is #ffcc99. Color #fdb9b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10110000
Octal 375 271 260
Decimal 253 185 176
Hex FD B9 B0

RGB Percentages of Color #fdb9b0

%41.21
%30.13
%28.66

CMYK Percentages of Color #fdb9b0

%0
%27
%30
%1

Triadic Colors of #fdb9b0

#fdb9b0 #b0fdb9 #b9b0fd

Analogous Colors of #fdb9b0

#fdb9b0 #fde0b0 #fdb0ce

Monochromatic Colors of #fdb9b0

#fdb9b0

Complementary Color

#fdb9b0 #b0f4fd

#fdb9b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb9b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb9b0 Color CSS Codes

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

#fdb9b0 Text Font Color

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

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


#fdb9b0 Background Color

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

This div background color is #fdb9b0


#fdb9b0 Border Color

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

This div border color is #fdb9b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb9b0

Related Colors


Comments

No comments written yet.

Please login to write comment.