Color Hex Logo

#feb9ff Color Hex

#FEB9FF
(254,185,255)
0 Favorites   0 Comments

Color spaces of #feb9ff

RGB 254185255
HSL0.831.000.86
HSV299°27°100°
CMYK 0.000.270.00   0.00
XYZ76.272062.9888102.7458
Yxy62.98880.31520.2603
Hunter Lab79.365532.6529-21.2004
CIE-Lab83.436536.0298-24.7272

#feb9ff color RGB value is (254,185,255).

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

The process color (four color CMYK) of #feb9ff color hex is 0.00, 0.27, 0.00, 0.00. Web safe color of #feb9ff is #ffccff. Color #feb9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111001 11111111
Octal 376 271 377
Decimal 254 185 255
Hex FE B9 FF

RGB Percentages of Color #feb9ff

%36.60
%26.66
%36.74

CMYK Percentages of Color #feb9ff

%0
%27
%0
%0

Triadic Colors of #feb9ff

#feb9ff #fffeb9 #b9fffe

Analogous Colors of #feb9ff

#feb9ff #ffb9dd #dbb9ff

Monochromatic Colors of #feb9ff

#feb9ff

Complementary Color

#feb9ff #baffb9

#feb9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb9ff Color CSS Codes

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

#feb9ff Text Font Color

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

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


#feb9ff Background Color

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

This div background color is #feb9ff


#feb9ff Border Color

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

This div border color is #feb9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb9ff

#feb9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.