Color Hex Logo

#fdbad1 Color Hex

#FDBAD1
(253,186,209)
0 Favorites   0 Comments

Color spaces of #fdbad1

RGB 253186209
HSL0.940.940.86
HSV339°26°99°
CMYK 0.000.260.17   0.01
XYZ69.575560.603968.3523
Yxy60.60390.35050.3053
Hunter Lab77.848523.29582.4363
CIE-Lab82.165327.4923-1.9983

#fdbad1 color RGB value is (253,186,209).

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

The process color (four color CMYK) of #fdbad1 color hex is 0.00, 0.26, 0.17, 0.01. Web safe color of #fdbad1 is #ffcccc. Color #fdbad1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11010001
Octal 375 272 321
Decimal 253 186 209
Hex FD BA D1

RGB Percentages of Color #fdbad1

%39.04
%28.70
%32.25

CMYK Percentages of Color #fdbad1

%0
%26
%17
%1

Triadic Colors of #fdbad1

#fdbad1 #d1fdba #bad1fd

Analogous Colors of #fdbad1

#fdbad1 #fdc5ba #fdbaf3

Monochromatic Colors of #fdbad1

#fdbad1

Complementary Color

#fdbad1 #bafde6

#fdbad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbad1 Color CSS Codes

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

#fdbad1 Text Font Color

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

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


#fdbad1 Background Color

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

This div background color is #fdbad1


#fdbad1 Border Color

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

This div border color is #fdbad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbad1

Related Colors


Comments

No comments written yet.

Please login to write comment.