Color Hex Logo

#fdbad0 Color Hex

#FDBAD0
(253,186,208)
0 Favorites   0 Comments

Color spaces of #fdbad0

RGB 253186208
HSL0.950.940.86
HSV340°26°99°
CMYK 0.000.260.18   0.01
XYZ69.452160.554567.7022
Yxy60.55450.35130.3063
Hunter Lab77.816823.13332.8882
CIE-Lab82.138727.3408-1.4996

#fdbad0 color RGB value is (253,186,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11010000
Octal 375 272 320
Decimal 253 186 208
Hex FD BA D0

RGB Percentages of Color #fdbad0

%39.10
%28.75
%32.15

CMYK Percentages of Color #fdbad0

%0
%26
%18
%1

Triadic Colors of #fdbad0

#fdbad0 #d0fdba #bad0fd

Analogous Colors of #fdbad0

#fdbad0 #fdc6ba #fdbaf2

Monochromatic Colors of #fdbad0

#fdbad0

Complementary Color

#fdbad0 #bafde7

#fdbad0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbad0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbad0 Color CSS Codes

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

#fdbad0 Text Font Color

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

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


#fdbad0 Background Color

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

This div background color is #fdbad0


#fdbad0 Border Color

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

This div border color is #fdbad0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbad0

Related Colors


Comments

No comments written yet.

Please login to write comment.