Color Hex Logo

#feabbe Color Hex

#FEABBE
(254,171,190)
0 Favorites   0 Comments

Color spaces of #feabbe

RGB 254171190
HSL0.960.980.83
HSV346°33°100°
CMYK 0.000.330.25   0.00
XYZ64.730253.914455.7101
Yxy53.91440.37130.3092
Hunter Lab73.426428.86326.4140
CIE-Lab78.411832.95822.8153

#feabbe color RGB value is (254,171,190).

#feabbe hex color red value is 254, green value is 171 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #feabbe hue: 0.96 , saturation: 0.98 and the lightness value of feabbe is 0.83.

The process color (four color CMYK) of #feabbe color hex is 0.00, 0.33, 0.25, 0.00. Web safe color of #feabbe is #ff99cc. Color #feabbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 10111110
Octal 376 253 276
Decimal 254 171 190
Hex FE AB BE

RGB Percentages of Color #feabbe

%41.30
%27.80
%30.89

CMYK Percentages of Color #feabbe

%0
%33
%25
%0

Triadic Colors of #feabbe

#feabbe #befeab #abbefe

Analogous Colors of #feabbe

#feabbe #fec2ab #feabe8

Monochromatic Colors of #feabbe

#feabbe

Complementary Color

#feabbe #abfeeb

#feabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabbe Color CSS Codes

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

#feabbe Text Font Color

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

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


#feabbe Background Color

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

This div background color is #feabbe


#feabbe Border Color

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

This div border color is #feabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabbe


Comments

No comments written yet.

Please login to write comment.