Color Hex Logo

#fdacc4 Color Hex

#FDACC4
(253,172,196)
0 Favorites   0 Comments

Color spaces of #fdacc4

RGB 253172196
HSL0.950.950.83
HSV342°32°99°
CMYK 0.000.320.23   0.01
XYZ65.224354.373259.2819
Yxy54.37320.36460.3040
Hunter Lab73.738228.84843.9505
CIE-Lab78.678832.9236-0.0723

#fdacc4 color RGB value is (253,172,196).

#fdacc4 hex color red value is 253, green value is 172 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #fdacc4 hue: 0.95 , saturation: 0.95 and the lightness value of fdacc4 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11000100
Octal 375 254 304
Decimal 253 172 196
Hex FD AC C4

RGB Percentages of Color #fdacc4

%40.74
%27.70
%31.56

CMYK Percentages of Color #fdacc4

%0
%32
%23
%1

Triadic Colors of #fdacc4

#fdacc4 #c4fdac #acc4fd

Analogous Colors of #fdacc4

#fdacc4 #fdbdac #fdaced

Monochromatic Colors of #fdacc4

#fdacc4

Complementary Color

#fdacc4 #acfde5

#fdacc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacc4 Color CSS Codes

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

#fdacc4 Text Font Color

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

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


#fdacc4 Background Color

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

This div background color is #fdacc4


#fdacc4 Border Color

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

This div border color is #fdacc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacc4


Comments

No comments written yet.

Please login to write comment.