Color Hex Logo

#fdacc3 Color Hex

#FDACC3
(253,172,195)
0 Favorites   0 Comments

Color spaces of #fdacc3

RGB 253172195
HSL0.950.950.83
HSV343°32°99°
CMYK 0.000.320.23   0.01
XYZ65.110954.327858.6844
Yxy54.32780.36550.3050
Hunter Lab73.707428.69364.3896
CIE-Lab78.652532.78150.4328

#fdacc3 color RGB value is (253,172,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11000011
Octal 375 254 303
Decimal 253 172 195
Hex FD AC C3

RGB Percentages of Color #fdacc3

%40.81
%27.74
%31.45

CMYK Percentages of Color #fdacc3

%0
%32
%23
%1

Triadic Colors of #fdacc3

#fdacc3 #c3fdac #acc3fd

Analogous Colors of #fdacc3

#fdacc3 #fdbeac #fdacec

Monochromatic Colors of #fdacc3

#fdacc3

Complementary Color

#fdacc3 #acfde6

#fdacc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacc3 Color CSS Codes

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

#fdacc3 Text Font Color

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

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


#fdacc3 Background Color

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

This div background color is #fdacc3


#fdacc3 Border Color

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

This div border color is #fdacc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacc3


Comments

No comments written yet.

Please login to write comment.