Color Hex Logo

#fdb9bf Color Hex

#FDB9BF
(253,185,191)
0 Favorites   0 Comments

Color spaces of #fdb9bf

RGB 253185191
HSL0.990.940.86
HSV355°27°99°
CMYK 0.000.270.25   0.01
XYZ67.260959.342257.1994
Yxy59.34220.36590.3229
Hunter Lab77.033921.04519.8996
CIE-Lab81.479325.39586.6912

#fdb9bf color RGB value is (253,185,191).

#fdb9bf hex color red value is 253, green value is 185 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #fdb9bf hue: 0.99 , saturation: 0.94 and the lightness value of fdb9bf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 10111111
Octal 375 271 277
Decimal 253 185 191
Hex FD B9 BF

RGB Percentages of Color #fdb9bf

%40.22
%29.41
%30.37

CMYK Percentages of Color #fdb9bf

%0
%27
%25
%1

Triadic Colors of #fdb9bf

#fdb9bf #bffdb9 #b9bffd

Analogous Colors of #fdb9bf

#fdb9bf #fdd5b9 #fdb9e1

Monochromatic Colors of #fdb9bf

#fdb9bf

Complementary Color

#fdb9bf #b9fdf7

#fdb9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb9bf Color CSS Codes

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

#fdb9bf Text Font Color

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

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


#fdb9bf Background Color

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

This div background color is #fdb9bf


#fdb9bf Border Color

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

This div border color is #fdb9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb9bf

Related Colors


Comments

No comments written yet.

Please login to write comment.