Color Hex Logo

#feb5da Color Hex

#FEB5DA
(254,181,218)
0 Favorites   0 Comments

Color spaces of #feb5da

RGB 254181218
HSL0.920.970.85
HSV330°29°100°
CMYK 0.000.290.14   0.00
XYZ70.051859.180574.0605
Yxy59.18050.34460.2911
Hunter Lab76.928927.9175-3.2291
CIE-Lab81.390731.8572-7.9741

#feb5da color RGB value is (254,181,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110101 11011010
Octal 376 265 332
Decimal 254 181 218
Hex FE B5 DA

RGB Percentages of Color #feb5da

%38.90
%27.72
%33.38

CMYK Percentages of Color #feb5da

%0
%29
%14
%0

Triadic Colors of #feb5da

#feb5da #dafeb5 #b5dafe

Analogous Colors of #feb5da

#feb5da #feb5b6 #feb5fe

Monochromatic Colors of #feb5da

#feb5da

Complementary Color

#feb5da #b5fed9

#feb5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb5da Color CSS Codes

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

#feb5da Text Font Color

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

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


#feb5da Background Color

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

This div background color is #feb5da


#feb5da Border Color

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

This div border color is #feb5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb5da

Related Colors

#feb5da Color Palettes


Comments

No comments written yet.

Please login to write comment.