Color Hex Logo

#feacfb Color Hex

#FEACFB
(254,172,251)
0 Favorites   0 Comments

Color spaces of #feacfb

RGB 254172251
HSL0.840.980.84
HSV302°32°100°
CMYK 0.000.320.01   0.00
XYZ73.038257.540998.5238
Yxy57.54090.31880.2512
Hunter Lab75.855739.1224-23.9087
CIE-Lab80.482942.0993-27.0950

#feacfb color RGB value is (254,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11111011
Octal 376 254 373
Decimal 254 172 251
Hex FE AC FB

RGB Percentages of Color #feacfb

%37.52
%25.41
%37.08

CMYK Percentages of Color #feacfb

%0
%32
%1
%0

Triadic Colors of #feacfb

#feacfb #fbfeac #acfbfe

Analogous Colors of #feacfb

#feacfb #feacd2 #d8acfe

Monochromatic Colors of #feacfb

#feacfb

Complementary Color

#feacfb #acfeaf

#feacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feacfb Color CSS Codes

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

#feacfb Text Font Color

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

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


#feacfb Background Color

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

This div background color is #feacfb


#feacfb Border Color

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

This div border color is #feacfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,172,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 #feacfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feacfb

Related Colors


Comments

No comments written yet.

Please login to write comment.