Color Hex Logo

#feaccf Color Hex

#FEACCF
(254,172,207)
0 Favorites   0 Comments

Color spaces of #feaccf

RGB 254172207
HSL0.930.980.84
HSV334°32°100°
CMYK 0.000.320.19   0.00
XYZ66.888155.080966.1378
Yxy55.08090.35560.2928
Hunter Lab74.216530.9954-0.8845
CIE-Lab79.087834.8792-5.4346

#feaccf color RGB value is (254,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101100 11001111
Octal 376 254 317
Decimal 254 172 207
Hex FE AC CF

RGB Percentages of Color #feaccf

%40.13
%27.17
%32.70

CMYK Percentages of Color #feaccf

%0
%32
%19
%0

Triadic Colors of #feaccf

#feaccf #cffeac #accffe

Analogous Colors of #feaccf

#feaccf #feb2ac #feacf8

Monochromatic Colors of #feaccf

#feaccf

Complementary Color

#feaccf #acfedb

#feaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaccf Color CSS Codes

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

#feaccf Text Font Color

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

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


#feaccf Background Color

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

This div background color is #feaccf


#feaccf Border Color

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

This div border color is #feaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaccf


Comments

No comments written yet.

Please login to write comment.