Color Hex Logo

#feb6df Color Hex

#FEB6DF
(254,182,223)
0 Favorites   0 Comments

Color spaces of #feb6df

RGB 254182223
HSL0.910.970.85
HSV326°28°100°
CMYK 0.000.280.12   0.00
XYZ70.920359.854477.6272
Yxy59.85440.34030.2872
Hunter Lab77.365628.2393-5.3345
CIE-Lab81.759032.1286-10.1185

#feb6df color RGB value is (254,182,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 11011111
Octal 376 266 337
Decimal 254 182 223
Hex FE B6 DF

RGB Percentages of Color #feb6df

%38.54
%27.62
%33.84

CMYK Percentages of Color #feb6df

%0
%28
%12
%0

Triadic Colors of #feb6df

#feb6df #dffeb6 #b6dffe

Analogous Colors of #feb6df

#feb6df #feb6bb #f9b6fe

Monochromatic Colors of #feb6df

#feb6df

Complementary Color

#feb6df #b6fed5

#feb6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb6df Color CSS Codes

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

#feb6df Text Font Color

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

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


#feb6df Background Color

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

This div background color is #feb6df


#feb6df Border Color

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

This div border color is #feb6df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb6df


Comments

No comments written yet.

Please login to write comment.