Color Hex Logo

#fdb1bf Color Hex

#FDB1BF
(253,177,191)
0 Favorites   0 Comments

Color spaces of #fdb1bf

RGB 253177191
HSL0.970.950.84
HSV349°30°99°
CMYK 0.000.300.25   0.01
XYZ65.634156.088556.6571
Yxy56.08850.36790.3144
Hunter Lab74.892325.37247.5708
CIE-Lab79.664229.59834.0733

#fdb1bf color RGB value is (253,177,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 10111111
Octal 375 261 277
Decimal 253 177 191
Hex FD B1 BF

RGB Percentages of Color #fdb1bf

%40.74
%28.50
%30.76

CMYK Percentages of Color #fdb1bf

%0
%30
%25
%1

Triadic Colors of #fdb1bf

#fdb1bf #bffdb1 #b1bffd

Analogous Colors of #fdb1bf

#fdb1bf #fdc9b1 #fdb1e5

Monochromatic Colors of #fdb1bf

#fdb1bf

Complementary Color

#fdb1bf #b1fdef

#fdb1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb1bf Color CSS Codes

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

#fdb1bf Text Font Color

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

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


#fdb1bf Background Color

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

This div background color is #fdb1bf


#fdb1bf Border Color

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

This div border color is #fdb1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb1bf

#fdb1bf Color Palettes


Comments

No comments written yet.

Please login to write comment.