Color Hex Logo

#fdacaa Color Hex

#FDACAA
(253,172,170)
0 Favorites   0 Comments

Color spaces of #fdacaa

RGB 253172170
HSL0.000.950.83
HSV33°99°
CMYK 0.000.320.33   0.01
XYZ62.516253.290045.0212
Yxy53.29000.38870.3313
Hunter Lab73.000025.115014.5342
CIE-Lab78.045929.461613.1495

#fdacaa color RGB value is (253,172,170).

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

The process color (four color CMYK) of #fdacaa color hex is 0.00, 0.32, 0.33, 0.01. Web safe color of #fdacaa is #ff9999. Color #fdacaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 10101010
Octal 375 254 252
Decimal 253 172 170
Hex FD AC AA

RGB Percentages of Color #fdacaa

%42.52
%28.91
%28.57

CMYK Percentages of Color #fdacaa

%0
%32
%33
%1

Triadic Colors of #fdacaa

#fdacaa #aafdac #acaafd

Analogous Colors of #fdacaa

#fdacaa #fdd6aa #fdaad2

Monochromatic Colors of #fdacaa

#fdacaa

Complementary Color

#fdacaa #aafbfd

#fdacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacaa Color CSS Codes

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

#fdacaa Text Font Color

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

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


#fdacaa Background Color

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

This div background color is #fdacaa


#fdacaa Border Color

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

This div border color is #fdacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacaa


Comments

No comments written yet.

Please login to write comment.