Color Hex Logo

#feaccb Color Hex

#FEACCB
(254,172,203)
0 Favorites   0 Comments

Color spaces of #feaccb

RGB 254172203
HSL0.940.980.84
HSV337°32°100°
CMYK 0.000.320.20   0.00
XYZ66.405154.887763.5944
Yxy54.88770.35920.2969
Hunter Lab74.086230.34250.9668
CIE-Lab78.976534.2859-3.4268

#feaccb color RGB value is (254,172,203).

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

The process color (four color CMYK) of #feaccb color hex is 0.00, 0.32, 0.20, 0.00. Web safe color of #feaccb is #ff99cc. Color #feaccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11001011
Octal 376 254 313
Decimal 254 172 203
Hex FE AC CB

RGB Percentages of Color #feaccb

%40.38
%27.34
%32.27

CMYK Percentages of Color #feaccb

%0
%32
%20
%0

Triadic Colors of #feaccb

#feaccb #cbfeac #accbfe

Analogous Colors of #feaccb

#feaccb #feb6ac #feacf4

Monochromatic Colors of #feaccb

#feaccb

Complementary Color

#feaccb #acfedf

#feaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaccb Color CSS Codes

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

#feaccb Text Font Color

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

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


#feaccb Background Color

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

This div background color is #feaccb


#feaccb Border Color

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

This div border color is #feaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaccb

Related Colors


Comments

No comments written yet.

Please login to write comment.