Color Hex Logo

#feb3da Color Hex

#FEB3DA
(254,179,218)
0 Favorites   0 Comments

Color spaces of #feb3da

RGB 254179218
HSL0.910.970.85
HSV329°30°100°
CMYK 0.000.300.14   0.00
XYZ69.648058.373073.9259
Yxy58.37300.34490.2891
Hunter Lab76.402229.0161-3.8868
CIE-Lab80.945732.9058-8.6346

#feb3da color RGB value is (254,179,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 11011010
Octal 376 263 332
Decimal 254 179 218
Hex FE B3 DA

RGB Percentages of Color #feb3da

%39.02
%27.50
%33.49

CMYK Percentages of Color #feb3da

%0
%30
%14
%0

Triadic Colors of #feb3da

#feb3da #dafeb3 #b3dafe

Analogous Colors of #feb3da

#feb3da #feb3b5 #fdb3fe

Monochromatic Colors of #feb3da

#feb3da

Complementary Color

#feb3da #b3fed7

#feb3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb3da Color CSS Codes

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

#feb3da Text Font Color

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

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


#feb3da Background Color

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

This div background color is #feb3da


#feb3da Border Color

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

This div border color is #feb3da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,179,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 #feb3da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb3da


Comments

No comments written yet.

Please login to write comment.