color codes Logo

#feabf8 color codes

#FEABF8
(254,171,248)
0 Favorites   0 Comments

Color spaces of #feabf8

RGB 254171248
HSL0.850.980.83
HSV304°33°100°
CMYK 0.000.330.02   0.00
XYZ72.379256.974095.9892
Yxy56.97400.32120.2528
Hunter Lab75.481139.0725-22.5622
CIE-Lab80.165042.0880-25.9698

#feabf8 color RGB value is (254,171,248).

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

The process color (four color CMYK) of #feabf8 color code is 0.00, 0.33, 0.02, 0.00. Web safe color of #feabf8 is #ff99ff. Color #feabf8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101011 11111000
Octal 376 253 370
Decimal 254 171 248
Hex FE AB F8

RGB Percentages of Color #feabf8

%37.74
%25.41
%36.85

CMYK Percentages of Color #feabf8

%0
%33
%2
%0

Triadic Colors of #feabf8

#feabf8 #f8feab #abf8fe

Analogous Colors of #feabf8

#feabf8 #feabcf #dbabfe

Monochromatic Colors of #feabf8

#feabf8

Complementary Color

#feabf8 #abfeb1

#feabf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feabf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feabf8 Color CSS Codes

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

#feabf8 Text Font Color

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

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


#feabf8 Background Color

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

This div background color is #feabf8


#feabf8 Border Color

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

This div border color is #feabf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feabf8

Related Colors


Comments

No comments written yet.

Please login to write comment.