Color Hex Logo

#fdb1ec Color Hex

#FDB1EC
(253,177,236)
0 Favorites   0 Comments

Color spaces of #fdb1ec

RGB 253177236
HSL0.870.950.84
HSV313°30°99°
CMYK 0.000.300.07   0.01
XYZ71.370558.383186.8643
Yxy58.38310.32950.2695
Hunter Lab76.408833.0144-13.9168
CIE-Lab80.951336.5676-18.3339

#fdb1ec color RGB value is (253,177,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 11101100
Octal 375 261 354
Decimal 253 177 236
Hex FD B1 EC

RGB Percentages of Color #fdb1ec

%37.99
%26.58
%35.44

CMYK Percentages of Color #fdb1ec

%0
%30
%7
%1

Triadic Colors of #fdb1ec

#fdb1ec #ecfdb1 #b1ecfd

Analogous Colors of #fdb1ec

#fdb1ec #fdb1c6 #e8b1fd

Monochromatic Colors of #fdb1ec

#fdb1ec

Complementary Color

#fdb1ec #b1fdc2

#fdb1ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb1ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb1ec Color CSS Codes

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

#fdb1ec Text Font Color

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

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


#fdb1ec Background Color

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

This div background color is #fdb1ec


#fdb1ec Border Color

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

This div border color is #fdb1ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,177,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 #fdb1ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb1ec


Comments

No comments written yet.

Please login to write comment.