Color Hex Logo

#feb2ed Color Hex

#FEB2ED
(254,178,237)
0 Favorites   0 Comments

Color spaces of #feb2ed

RGB 254178237
HSL0.870.970.85
HSV313°30°100°
CMYK 0.000.300.07   0.00
XYZ72.079559.026087.7149
Yxy59.02600.32940.2697
Hunter Lab76.828433.0170-13.9115
CIE-Lab81.305936.5392-18.3261

#feb2ed color RGB value is (254,178,237).

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

The process color (four color CMYK) of #feb2ed color hex is 0.00, 0.30, 0.07, 0.00. Web safe color of #feb2ed is #ff99ff. Color #feb2ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 11101101
Octal 376 262 355
Decimal 254 178 237
Hex FE B2 ED

RGB Percentages of Color #feb2ed

%37.97
%26.61
%35.43

CMYK Percentages of Color #feb2ed

%0
%30
%7
%0

Triadic Colors of #feb2ed

#feb2ed #edfeb2 #b2edfe

Analogous Colors of #feb2ed

#feb2ed #feb2c7 #e9b2fe

Monochromatic Colors of #feb2ed

#feb2ed

Complementary Color

#feb2ed #b2fec3

#feb2ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb2ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb2ed Color CSS Codes

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

#feb2ed Text Font Color

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

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


#feb2ed Background Color

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

This div background color is #feb2ed


#feb2ed Border Color

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

This div border color is #feb2ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb2ed


Comments

No comments written yet.

Please login to write comment.