Color Hex Logo

#fdb9c1 Color Hex

#FDB9C1
(253,185,193)
0 Favorites   0 Comments

Color spaces of #fdb9c1

RGB 253185193
HSL0.980.940.86
HSV353°27°99°
CMYK 0.000.270.24   0.01
XYZ67.482659.430858.3667
Yxy59.43080.36420.3208
Hunter Lab77.091421.34169.0749
CIE-Lab81.527825.67585.6845

#fdb9c1 color RGB value is (253,185,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111001 11000001
Octal 375 271 301
Decimal 253 185 193
Hex FD B9 C1

RGB Percentages of Color #fdb9c1

%40.10
%29.32
%30.59

CMYK Percentages of Color #fdb9c1

%0
%27
%24
%1

Triadic Colors of #fdb9c1

#fdb9c1 #c1fdb9 #b9c1fd

Analogous Colors of #fdb9c1

#fdb9c1 #fdd3b9 #fdb9e3

Monochromatic Colors of #fdb9c1

#fdb9c1

Complementary Color

#fdb9c1 #b9fdf5

#fdb9c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb9c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb9c1 Color CSS Codes

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

#fdb9c1 Text Font Color

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

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


#fdb9c1 Background Color

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

This div background color is #fdb9c1


#fdb9c1 Border Color

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

This div border color is #fdb9c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb9c1

Related Colors


Comments

No comments written yet.

Please login to write comment.