Color Hex Logo

#feb5dc Color Hex

#FEB5DC
(254,181,220)
0 Favorites   0 Comments

Color spaces of #feb5dc

RGB 254181220
HSL0.910.970.85
HSV328°29°100°
CMYK 0.000.290.13   0.00
XYZ70.315259.285975.4475
Yxy59.28590.34290.2891
Hunter Lab76.997328.2637-4.1984
CIE-Lab81.448532.1735-8.9657

#feb5dc color RGB value is (254,181,220).

#feb5dc hex color red value is 254, green value is 181 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #feb5dc hue: 0.91 , saturation: 0.97 and the lightness value of feb5dc is 0.85.

The process color (four color CMYK) of #feb5dc color hex is 0.00, 0.29, 0.13, 0.00. Web safe color of #feb5dc is #ffcccc. Color #feb5dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 11011100
Octal 376 265 334
Decimal 254 181 220
Hex FE B5 DC

RGB Percentages of Color #feb5dc

%38.78
%27.63
%33.59

CMYK Percentages of Color #feb5dc

%0
%29
%13
%0

Triadic Colors of #feb5dc

#feb5dc #dcfeb5 #b5dcfe

Analogous Colors of #feb5dc

#feb5dc #feb5b8 #fcb5fe

Monochromatic Colors of #feb5dc

#feb5dc

Complementary Color

#feb5dc #b5fed7

#feb5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb5dc Color CSS Codes

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

#feb5dc Text Font Color

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

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


#feb5dc Background Color

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

This div background color is #feb5dc


#feb5dc Border Color

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

This div border color is #feb5dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,181,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feb5dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feb5dc;
  -webkit-box-shadow: 1px 1px 3px 2px #feb5dc;
  box-shadow:         1px 1px 3px 2px #feb5dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb5dc


Comments

No comments written yet.

Please login to write comment.