Color Hex Logo

#feaabb Color Hex

#FEAABB
(254,170,187)
0 Favorites   0 Comments

Color spaces of #feaabb

RGB 254170187
HSL0.970.980.83
HSV348°33°100°
CMYK 0.000.330.26   0.00
XYZ64.217453.408153.9379
Yxy53.40810.37430.3113
Hunter Lab73.080828.95957.3971
CIE-Lab78.115333.07144.0187

#feaabb color RGB value is (254,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 10111011
Octal 376 252 273
Decimal 254 170 187
Hex FE AA BB

RGB Percentages of Color #feaabb

%41.57
%27.82
%30.61

CMYK Percentages of Color #feaabb

%0
%33
%26
%0

Triadic Colors of #feaabb

#feaabb #bbfeaa #aabbfe

Analogous Colors of #feaabb

#feaabb #fec3aa #feaae5

Monochromatic Colors of #feaabb

#feaabb

Complementary Color

#feaabb #aafeed

#feaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaabb Color CSS Codes

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

#feaabb Text Font Color

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

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


#feaabb Background Color

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

This div background color is #feaabb


#feaabb Border Color

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

This div border color is #feaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaabb


Comments

No comments written yet.

Please login to write comment.