Color Hex Logo

#feb3db Color Hex

#FEB3DB
(254,179,219)
0 Favorites   0 Comments

Color spaces of #feb3db

RGB 254179219
HSL0.910.970.85
HSV328°30°100°
CMYK 0.000.300.14   0.00
XYZ69.779358.425574.6173
Yxy58.42550.34400.2881
Hunter Lab76.436629.1895-4.3732
CIE-Lab80.974833.0636-9.1309

#feb3db color RGB value is (254,179,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 11011011
Octal 376 263 333
Decimal 254 179 219
Hex FE B3 DB

RGB Percentages of Color #feb3db

%38.96
%27.45
%33.59

CMYK Percentages of Color #feb3db

%0
%30
%14
%0

Triadic Colors of #feb3db

#feb3db #dbfeb3 #b3dbfe

Analogous Colors of #feb3db

#feb3db #feb3b6 #fcb3fe

Monochromatic Colors of #feb3db

#feb3db

Complementary Color

#feb3db #b3fed6

#feb3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb3db Color CSS Codes

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

#feb3db Text Font Color

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

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


#feb3db Background Color

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

This div background color is #feb3db


#feb3db Border Color

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

This div border color is #feb3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb3db


Comments

No comments written yet.

Please login to write comment.