Color Hex Logo

#fdb3c5 Color Hex

#FDB3C5
(253,179,197)
0 Favorites   0 Comments

Color spaces of #fdb3c5

RGB 253179197
HSL0.960.950.85
HSV345°29°99°
CMYK 0.000.290.22   0.01
XYZ66.706257.154160.3394
Yxy57.15410.36210.3103
Hunter Lab75.600325.19955.5987
CIE-Lab80.266229.39661.6991

#fdb3c5 color RGB value is (253,179,197).

#fdb3c5 hex color red value is 253, green value is 179 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #fdb3c5 hue: 0.96 , saturation: 0.95 and the lightness value of fdb3c5 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110011 11000101
Octal 375 263 305
Decimal 253 179 197
Hex FD B3 C5

RGB Percentages of Color #fdb3c5

%40.22
%28.46
%31.32

CMYK Percentages of Color #fdb3c5

%0
%29
%22
%1

Triadic Colors of #fdb3c5

#fdb3c5 #c5fdb3 #b3c5fd

Analogous Colors of #fdb3c5

#fdb3c5 #fdc6b3 #fdb3ea

Monochromatic Colors of #fdb3c5

#fdb3c5

Complementary Color

#fdb3c5 #b3fdeb

#fdb3c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb3c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb3c5 Color CSS Codes

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

#fdb3c5 Text Font Color

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

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


#fdb3c5 Background Color

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

This div background color is #fdb3c5


#fdb3c5 Border Color

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

This div border color is #fdb3c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb3c5

Related Colors

#fdb3c5 Color Palettes


Comments

No comments written yet.

Please login to write comment.