Color Hex Logo

#fdbde6 Color Hex

#FDBDE6
(253,189,230)
0 Favorites   0 Comments

Color spaces of #fdbde6

RGB 253189230
HSL0.890.940.87
HSV322°25°99°
CMYK 0.000.250.09   0.01
XYZ72.988562.991083.1745
Yxy62.99100.33300.2874
Hunter Lab79.366925.2627-6.5776
CIE-Lab83.437629.2593-11.3827

#fdbde6 color RGB value is (253,189,230).

#fdbde6 hex color red value is 253, green value is 189 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fdbde6 hue: 0.89 , saturation: 0.94 and the lightness value of fdbde6 is 0.87.

The process color (four color CMYK) of #fdbde6 color hex is 0.00, 0.25, 0.09, 0.01. Web safe color of #fdbde6 is #ffccff. Color #fdbde6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 11100110
Octal 375 275 346
Decimal 253 189 230
Hex FD BD E6

RGB Percentages of Color #fdbde6

%37.65
%28.13
%34.23

CMYK Percentages of Color #fdbde6

%0
%25
%9
%1

Triadic Colors of #fdbde6

#fdbde6 #e6fdbd #bde6fd

Analogous Colors of #fdbde6

#fdbde6 #fdbdc6 #f4bdfd

Monochromatic Colors of #fdbde6

#fdbde6

Complementary Color

#fdbde6 #bdfdd4

#fdbde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbde6 Color CSS Codes

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

#fdbde6 Text Font Color

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

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


#fdbde6 Background Color

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

This div background color is #fdbde6


#fdbde6 Border Color

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

This div border color is #fdbde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbde6

#fdbde6 Color Palettes


Comments

No comments written yet.

Please login to write comment.