Color Hex Logo

#feaafb Color Hex

#FEAAFB
(254,170,251)
0 Favorites   0 Comments

Color spaces of #feaafb

RGB 254170251
HSL0.840.980.83
HSV302°33°100°
CMYK 0.000.330.01   0.00
XYZ72.660456.785398.3978
Yxy56.78530.31890.2492
Hunter Lab75.356040.2417-24.6700
CIE-Lab80.058743.1367-27.7439

#feaafb color RGB value is (254,170,251).

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

The process color (four color CMYK) of #feaafb color hex is 0.00, 0.33, 0.01, 0.00. Web safe color of #feaafb is #ff99ff. Color #feaafb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101010 11111011
Octal 376 252 373
Decimal 254 170 251
Hex FE AA FB

RGB Percentages of Color #feaafb

%37.63
%25.19
%37.19

CMYK Percentages of Color #feaafb

%0
%33
%1
%0

Triadic Colors of #feaafb

#feaafb #fbfeaa #aafbfe

Analogous Colors of #feaafb

#feaafb #feaad1 #d7aafe

Monochromatic Colors of #feaafb

#feaafb

Complementary Color

#feaafb #aafead

#feaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaafb Color CSS Codes

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

#feaafb Text Font Color

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

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


#feaafb Background Color

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

This div background color is #feaafb


#feaafb Border Color

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

This div border color is #feaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaafb

Related Colors


Comments

No comments written yet.

Please login to write comment.