Color Hex Logo

#fdbfb0 Color Hex

#FDBFB0
(253,191,176)
0 Favorites   0 Comments

Color spaces of #fdbfb0

RGB 253191176
HSL0.030.950.84
HSV12°30°99°
CMYK 0.000.250.30   0.01
XYZ66.975361.278849.3723
Yxy61.27880.37710.3450
Hunter Lab78.280815.729317.4019
CIE-Lab82.528420.242516.2247

#fdbfb0 color RGB value is (253,191,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111111 10110000
Octal 375 277 260
Decimal 253 191 176
Hex FD BF B0

RGB Percentages of Color #fdbfb0

%40.81
%30.81
%28.39

CMYK Percentages of Color #fdbfb0

%0
%25
%30
%1

Triadic Colors of #fdbfb0

#fdbfb0 #b0fdbf #bfb0fd

Analogous Colors of #fdbfb0

#fdbfb0 #fde6b0 #fdb0c8

Monochromatic Colors of #fdbfb0

#fdbfb0

Complementary Color

#fdbfb0 #b0eefd

#fdbfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbfb0 Color CSS Codes

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

#fdbfb0 Text Font Color

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

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


#fdbfb0 Background Color

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

This div background color is #fdbfb0


#fdbfb0 Border Color

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

This div border color is #fdbfb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbfb0

Related Colors


Comments

No comments written yet.

Please login to write comment.