Color Hex Logo

#fdacc1 Color Hex

#FDACC1
(253,172,193)
0 Favorites   0 Comments

Color spaces of #fdacc1

RGB 253172193
HSL0.960.950.83
HSV344°32°99°
CMYK 0.000.320.24   0.01
XYZ64.886254.238057.5012
Yxy54.23800.36740.3071
Hunter Lab73.646528.38615.2605
CIE-Lab78.600332.49881.4441

#fdacc1 color RGB value is (253,172,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11000001
Octal 375 254 301
Decimal 253 172 193
Hex FD AC C1

RGB Percentages of Color #fdacc1

%40.94
%27.83
%31.23

CMYK Percentages of Color #fdacc1

%0
%32
%24
%1

Triadic Colors of #fdacc1

#fdacc1 #c1fdac #acc1fd

Analogous Colors of #fdacc1

#fdacc1 #fdc0ac #fdacea

Monochromatic Colors of #fdacc1

#fdacc1

Complementary Color

#fdacc1 #acfde8

#fdacc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacc1 Color CSS Codes

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

#fdacc1 Text Font Color

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

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


#fdacc1 Background Color

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

This div background color is #fdacc1


#fdacc1 Border Color

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

This div border color is #fdacc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacc1


Comments

No comments written yet.

Please login to write comment.