Color Hex Logo

#feb6de Color Hex

#FEB6DE
(254,182,222)
0 Favorites   0 Comments

Color spaces of #feb6de

RGB 254182222
HSL0.910.970.85
HSV327°28°100°
CMYK 0.000.280.13   0.00
XYZ70.785859.800776.9191
Yxy59.80070.34110.2882
Hunter Lab77.330928.0631-4.8426
CIE-Lab81.729731.9678-9.6240

#feb6de color RGB value is (254,182,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110110 11011110
Octal 376 266 336
Decimal 254 182 222
Hex FE B6 DE

RGB Percentages of Color #feb6de

%38.60
%27.66
%33.74

CMYK Percentages of Color #feb6de

%0
%28
%13
%0

Triadic Colors of #feb6de

#feb6de #defeb6 #b6defe

Analogous Colors of #feb6de

#feb6de #feb6ba #fab6fe

Monochromatic Colors of #feb6de

#feb6de

Complementary Color

#feb6de #b6fed6

#feb6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb6de Color CSS Codes

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

#feb6de Text Font Color

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

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


#feb6de Background Color

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

This div background color is #feb6de


#feb6de Border Color

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

This div border color is #feb6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb6de

Related Colors


Comments

No comments written yet.

Please login to write comment.