Color Hex Logo

#fdbada Color Hex

#FDBADA
(253,186,218)
0 Favorites   0 Comments

Color spaces of #fdbada

RGB 253186218
HSL0.920.940.86
HSV331°26°99°
CMYK 0.000.260.14   0.01
XYZ70.721861.062474.3884
Yxy61.06240.34300.2962
Hunter Lab78.142424.7999-1.7420
CIE-Lab82.412328.8892-6.4719

#fdbada color RGB value is (253,186,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11011010
Octal 375 272 332
Decimal 253 186 218
Hex FD BA DA

RGB Percentages of Color #fdbada

%38.51
%28.31
%33.18

CMYK Percentages of Color #fdbada

%0
%26
%14
%1

Triadic Colors of #fdbada

#fdbada #dafdba #badafd

Analogous Colors of #fdbada

#fdbada #fdbcba #fdbafc

Monochromatic Colors of #fdbada

#fdbada

Complementary Color

#fdbada #bafddd

#fdbada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbada Color CSS Codes

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

#fdbada Text Font Color

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

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


#fdbada Background Color

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

This div background color is #fdbada


#fdbada Border Color

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

This div border color is #fdbada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbada

Related Colors


Comments

No comments written yet.

Please login to write comment.