Color Hex Logo

#fdb0ec Color Hex

#FDB0EC
(253,176,236)
0 Favorites   0 Comments

Color spaces of #fdb0ec

RGB 253176236
HSL0.870.950.84
HSV313°30°99°
CMYK 0.000.300.07   0.01
XYZ71.173757.989486.7987
Yxy57.98940.32960.2685
Hunter Lab76.150833.5697-14.2748
CIE-Lab80.732937.0909-18.6638

#fdb0ec color RGB value is (253,176,236).

#fdb0ec hex color red value is 253, green value is 176 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fdb0ec hue: 0.87 , saturation: 0.95 and the lightness value of fdb0ec is 0.84.

The process color (four color CMYK) of #fdb0ec color hex is 0.00, 0.30, 0.07, 0.01. Web safe color of #fdb0ec is #ff99ff. Color #fdb0ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110000 11101100
Octal 375 260 354
Decimal 253 176 236
Hex FD B0 EC

RGB Percentages of Color #fdb0ec

%38.05
%26.47
%35.49

CMYK Percentages of Color #fdb0ec

%0
%30
%7
%1

Triadic Colors of #fdb0ec

#fdb0ec #ecfdb0 #b0ecfd

Analogous Colors of #fdb0ec

#fdb0ec #fdb0c6 #e8b0fd

Monochromatic Colors of #fdb0ec

#fdb0ec

Complementary Color

#fdb0ec #b0fdc1

#fdb0ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb0ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb0ec Color CSS Codes

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

#fdb0ec Text Font Color

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

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


#fdb0ec Background Color

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

This div background color is #fdb0ec


#fdb0ec Border Color

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

This div border color is #fdb0ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb0ec

Related Colors


Comments

No comments written yet.

Please login to write comment.