Color Hex Logo

#fdacb4 Color Hex

#FDACB4
(253,172,180)
0 Favorites   0 Comments

Color spaces of #fdacb4

RGB 253172180
HSL0.980.950.83
HSV354°32°99°
CMYK 0.000.320.29   0.01
XYZ63.498853.683050.1951
Yxy53.68300.37940.3207
Hunter Lab73.268726.478010.6695
CIE-Lab78.276530.73398.0451

#fdacb4 color RGB value is (253,172,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 10110100
Octal 375 254 264
Decimal 253 172 180
Hex FD AC B4

RGB Percentages of Color #fdacb4

%41.82
%28.43
%29.75

CMYK Percentages of Color #fdacb4

%0
%32
%29
%1

Triadic Colors of #fdacb4

#fdacb4 #b4fdac #acb4fd

Analogous Colors of #fdacb4

#fdacb4 #fdcdac #fdacdd

Monochromatic Colors of #fdacb4

#fdacb4

Complementary Color

#fdacb4 #acfdf5

#fdacb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacb4 Color CSS Codes

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

#fdacb4 Text Font Color

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

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


#fdacb4 Background Color

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

This div background color is #fdacb4


#fdacb4 Border Color

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

This div border color is #fdacb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacb4

Related Colors


Comments

No comments written yet.

Please login to write comment.