Color Hex Logo

#feb7da Color Hex

#FEB7DA
(254,183,218)
0 Favorites   0 Comments

Color spaces of #feb7da

RGB 254183218
HSL0.920.970.86
HSV330°28°100°
CMYK 0.000.280.14   0.00
XYZ70.461459.999874.1971
Yxy59.99980.34430.2932
Hunter Lab77.459526.8191-2.5711
CIE-Lab81.838130.8074-7.3108

#feb7da color RGB value is (254,183,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110111 11011010
Octal 376 267 332
Decimal 254 183 218
Hex FE B7 DA

RGB Percentages of Color #feb7da

%38.78
%27.94
%33.28

CMYK Percentages of Color #feb7da

%0
%28
%14
%0

Triadic Colors of #feb7da

#feb7da #dafeb7 #b7dafe

Analogous Colors of #feb7da

#feb7da #feb8b7 #feb7fe

Monochromatic Colors of #feb7da

#feb7da

Complementary Color

#feb7da #b7fedb

#feb7da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb7da Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb7da Color CSS Codes

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

#feb7da Text Font Color

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

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


#feb7da Background Color

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

This div background color is #feb7da


#feb7da Border Color

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

This div border color is #feb7da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb7da

#feb7da Color Palettes


Comments

No comments written yet.

Please login to write comment.