Color Hex Logo

#fdbde1 Color Hex

#FDBDE1
(253,189,225)
0 Favorites   0 Comments

Color spaces of #fdbde1

RGB 253189225
HSL0.910.940.87
HSV326°25°99°
CMYK 0.000.250.11   0.01
XYZ72.296262.714179.5288
Yxy62.71410.33700.2923
Hunter Lab79.192224.3699-4.1074
CIE-Lab83.291728.4360-8.9230

#fdbde1 color RGB value is (253,189,225).

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

The process color (four color CMYK) of #fdbde1 color hex is 0.00, 0.25, 0.11, 0.01. Web safe color of #fdbde1 is #ffcccc. Color #fdbde1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 11100001
Octal 375 275 341
Decimal 253 189 225
Hex FD BD E1

RGB Percentages of Color #fdbde1

%37.93
%28.34
%33.73

CMYK Percentages of Color #fdbde1

%0
%25
%11
%1

Triadic Colors of #fdbde1

#fdbde1 #e1fdbd #bde1fd

Analogous Colors of #fdbde1

#fdbde1 #fdbdc1 #f9bdfd

Monochromatic Colors of #fdbde1

#fdbde1

Complementary Color

#fdbde1 #bdfdd9

#fdbde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbde1 Color CSS Codes

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

#fdbde1 Text Font Color

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

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


#fdbde1 Background Color

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

This div background color is #fdbde1


#fdbde1 Border Color

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

This div border color is #fdbde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbde1


Comments

No comments written yet.

Please login to write comment.