Color Hex Logo

#fdbdfd Color Hex

#FDBDFD
(253,189,253)
0 Favorites   0 Comments

Color spaces of #fdbdfd

RGB 253189253
HSL0.830.940.87
HSV300°25°99°
CMYK 0.000.250.00   0.01
XYZ76.435264.3697101.3245
Yxy64.36970.31570.2658
Hunter Lab80.230729.6518-18.7167
CIE-Lab84.157933.2515-22.5747

#fdbdfd color RGB value is (253,189,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 11111101
Octal 375 275 375
Decimal 253 189 253
Hex FD BD FD

RGB Percentages of Color #fdbdfd

%36.40
%27.19
%36.40

CMYK Percentages of Color #fdbdfd

%0
%25
%0
%1

Triadic Colors of #fdbdfd

#fdbdfd #fdfdbd #bdfdfd

Analogous Colors of #fdbdfd

#fdbdfd #fdbddd #ddbdfd

Monochromatic Colors of #fdbdfd

#fdbdfd

Complementary Color

#fdbdfd #bdfdbd

#fdbdfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdfd Color CSS Codes

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

#fdbdfd Text Font Color

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

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


#fdbdfd Background Color

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

This div background color is #fdbdfd


#fdbdfd Border Color

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

This div border color is #fdbdfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdfd

Related Colors


Comments

No comments written yet.

Please login to write comment.