Color Hex Logo

#feb4dc Color Hex

#FEB4DC
(254,180,220)
0 Favorites   0 Comments

Color spaces of #feb4dc

RGB 254180220
HSL0.910.970.85
HSV328°29°100°
CMYK 0.000.290.13   0.00
XYZ70.112658.880775.3799
Yxy58.88070.34310.2881
Hunter Lab76.733828.8136-4.5303
CIE-Lab81.226032.6979-9.2964

#feb4dc color RGB value is (254,180,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110100 11011100
Octal 376 264 334
Decimal 254 180 220
Hex FE B4 DC

RGB Percentages of Color #feb4dc

%38.84
%27.52
%33.64

CMYK Percentages of Color #feb4dc

%0
%29
%13
%0

Triadic Colors of #feb4dc

#feb4dc #dcfeb4 #b4dcfe

Analogous Colors of #feb4dc

#feb4dc #feb4b7 #fbb4fe

Monochromatic Colors of #feb4dc

#feb4dc

Complementary Color

#feb4dc #b4fed6

#feb4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb4dc Color CSS Codes

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

#feb4dc Text Font Color

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

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


#feb4dc Background Color

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

This div background color is #feb4dc


#feb4dc Border Color

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

This div border color is #feb4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb4dc

Related Colors


Comments

No comments written yet.

Please login to write comment.