Color Hex Logo

#feb7dc Color Hex

#FEB7DC
(254,183,220)
0 Favorites   0 Comments

Color spaces of #feb7dc

RGB 254183220
HSL0.910.970.86
HSV329°28°100°
CMYK 0.000.280.13   0.00
XYZ70.724860.105175.5840
Yxy60.10510.34260.2912
Hunter Lab77.527527.1644-3.5345
CIE-Lab81.895331.1241-8.3020

#feb7dc color RGB value is (254,183,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 11011100
Octal 376 267 334
Decimal 254 183 220
Hex FE B7 DC

RGB Percentages of Color #feb7dc

%38.66
%27.85
%33.49

CMYK Percentages of Color #feb7dc

%0
%28
%13
%0

Triadic Colors of #feb7dc

#feb7dc #dcfeb7 #b7dcfe

Analogous Colors of #feb7dc

#feb7dc #feb7b9 #fdb7fe

Monochromatic Colors of #feb7dc

#feb7dc

Complementary Color

#feb7dc #b7fed9

#feb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb7dc Color CSS Codes

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

#feb7dc Text Font Color

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

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


#feb7dc Background Color

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

This div background color is #feb7dc


#feb7dc Border Color

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

This div border color is #feb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb7dc

Related Colors


Comments

No comments written yet.

Please login to write comment.