Color Hex Logo

#fdc8eb Color Hex

#FDC8EB
(253,200,235)
0 Favorites   0 Comments

Color spaces of #fdc8eb

RGB 253200235
HSL0.890.930.89
HSV320°21°99°
CMYK 0.000.210.07   0.01
XYZ76.157768.189487.7452
Yxy68.18940.32810.2938
Hunter Lab82.576920.1146-5.1970
CIE-Lab86.101124.3123-10.0800

#fdc8eb color RGB value is (253,200,235).

#fdc8eb hex color red value is 253, green value is 200 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fdc8eb hue: 0.89 , saturation: 0.93 and the lightness value of fdc8eb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001000 11101011
Octal 375 310 353
Decimal 253 200 235
Hex FD C8 EB

RGB Percentages of Color #fdc8eb

%36.77
%29.07
%34.16

CMYK Percentages of Color #fdc8eb

%0
%21
%7
%1

Triadic Colors of #fdc8eb

#fdc8eb #ebfdc8 #c8ebfd

Analogous Colors of #fdc8eb

#fdc8eb #fdc8d1 #f5c8fd

Monochromatic Colors of #fdc8eb

#fdc8eb

Complementary Color

#fdc8eb #c8fdda

#fdc8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc8eb Color CSS Codes

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

#fdc8eb Text Font Color

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

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


#fdc8eb Background Color

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

This div background color is #fdc8eb


#fdc8eb Border Color

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

This div border color is #fdc8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc8eb

Related Colors


Comments

No comments written yet.

Please login to write comment.