Color Hex Logo

#fdbadc Color Hex

#FDBADC
(253,186,220)
0 Favorites   0 Comments

Color spaces of #fdbadc

RGB 253186220
HSL0.920.940.86
HSV330°26°99°
CMYK 0.000.260.13   0.01
XYZ70.985261.167875.7754
Yxy61.16780.34140.2942
Hunter Lab78.209825.1438-2.6976
CIE-Lab82.468929.2071-7.4624

#fdbadc color RGB value is (253,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11011100
Octal 375 272 334
Decimal 253 186 220
Hex FD BA DC

RGB Percentages of Color #fdbadc

%38.39
%28.22
%33.38

CMYK Percentages of Color #fdbadc

%0
%26
%13
%1

Triadic Colors of #fdbadc

#fdbadc #dcfdba #badcfd

Analogous Colors of #fdbadc

#fdbadc #fdbabb #fdbafd

Monochromatic Colors of #fdbadc

#fdbadc

Complementary Color

#fdbadc #bafddb

#fdbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbadc Color CSS Codes

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

#fdbadc Text Font Color

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

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


#fdbadc Background Color

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

This div background color is #fdbadc


#fdbadc Border Color

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

This div border color is #fdbadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbadc

Related Colors


Comments

No comments written yet.

Please login to write comment.