Color Hex Logo

#feb9da Color Hex

#FEB9DA
(254,185,218)
0 Favorites   0 Comments

Color spaces of #feb9da

RGB 254185218
HSL0.920.970.86
HSV331°27°100°
CMYK 0.000.270.14   0.00
XYZ70.876960.830774.3355
Yxy60.83070.34400.2952
Hunter Lab77.994025.7219-1.9130
CIE-Lab82.287629.7574-6.6450

#feb9da color RGB value is (254,185,218).

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

The process color (four color CMYK) of #feb9da color hex is 0.00, 0.27, 0.14, 0.00. Web safe color of #feb9da is #ffcccc. Color #feb9da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 11011010
Octal 376 271 332
Decimal 254 185 218
Hex FE B9 DA

RGB Percentages of Color #feb9da

%38.66
%28.16
%33.18

CMYK Percentages of Color #feb9da

%0
%27
%14
%0

Triadic Colors of #feb9da

#feb9da #dafeb9 #b9dafe

Analogous Colors of #feb9da

#feb9da #febbb9 #feb9fd

Monochromatic Colors of #feb9da

#feb9da

Complementary Color

#feb9da #b9fedd

#feb9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb9da Color CSS Codes

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

#feb9da Text Font Color

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

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


#feb9da Background Color

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

This div background color is #feb9da


#feb9da Border Color

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

This div border color is #feb9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb9da


Comments

No comments written yet.

Please login to write comment.