Color Hex Logo

#fdacae Color Hex

#FDACAE
(253,172,174)
0 Favorites   0 Comments

Color spaces of #fdacae

RGB 253172174
HSL1.000.950.83
HSV359°32°99°
CMYK 0.000.320.31   0.01
XYZ62.900553.443747.0448
Yxy53.44370.38500.3271
Hunter Lab73.105225.649213.0192
CIE-Lab78.136229.961411.1055

#fdacae color RGB value is (253,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 10101110
Octal 375 254 256
Decimal 253 172 174
Hex FD AC AE

RGB Percentages of Color #fdacae

%42.24
%28.71
%29.05

CMYK Percentages of Color #fdacae

%0
%32
%31
%1

Triadic Colors of #fdacae

#fdacae #aefdac #acaefd

Analogous Colors of #fdacae

#fdacae #fdd3ac #fdacd7

Monochromatic Colors of #fdacae

#fdacae

Complementary Color

#fdacae #acfdfb

#fdacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacae Color CSS Codes

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

#fdacae Text Font Color

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

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


#fdacae Background Color

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

This div background color is #fdacae


#fdacae Border Color

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

This div border color is #fdacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacae

Related Colors


Comments

No comments written yet.

Please login to write comment.