Color Hex Logo

#fdc5bf Color Hex

#FDC5BF
(253,197,191)
0 Favorites   0 Comments

Color spaces of #fdc5bf

RGB 253197191
HSL0.020.940.87
HSV25°99°
CMYK 0.000.220.25   0.01
XYZ69.878264.576758.0718
Yxy64.57670.36300.3354
Hunter Lab80.359614.588613.4059
CIE-Lab84.265119.094110.6781

#fdc5bf color RGB value is (253,197,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11000101 10111111
Octal 375 305 277
Decimal 253 197 191
Hex FD C5 BF

RGB Percentages of Color #fdc5bf

%39.47
%30.73
%29.80

CMYK Percentages of Color #fdc5bf

%0
%22
%25
%1

Triadic Colors of #fdc5bf

#fdc5bf #bffdc5 #c5bffd

Analogous Colors of #fdc5bf

#fdc5bf #fde4bf #fdbfd8

Monochromatic Colors of #fdc5bf

#fdc5bf

Complementary Color

#fdc5bf #bff7fd

#fdc5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc5bf Color CSS Codes

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

#fdc5bf Text Font Color

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

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


#fdc5bf Background Color

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

This div background color is #fdc5bf


#fdc5bf Border Color

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

This div border color is #fdc5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc5bf


Comments

No comments written yet.

Please login to write comment.