Color Hex Logo

#fdaadc Color Hex

#FDAADC
(253,170,220)
3 Favorites   0 Comments

Color spaces of #fdaadc

RGB 253170220
HSL0.900.950.83
HSV324°33°99°
CMYK 0.000.330.13   0.01
XYZ67.801054.799474.7140
Yxy54.79940.34360.2777
Hunter Lab74.026633.9416-8.0219
CIE-Lab78.925637.5928-12.7401

#fdaadc color RGB value is (253,170,220).

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

The process color (four color CMYK) of #fdaadc color hex is 0.00, 0.33, 0.13, 0.01. Web safe color of #fdaadc is #ff99cc. Color #fdaadc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101010 11011100
Octal 375 252 334
Decimal 253 170 220
Hex FD AA DC

RGB Percentages of Color #fdaadc

%39.35
%26.44
%34.21

CMYK Percentages of Color #fdaadc

%0
%33
%13
%1

Triadic Colors of #fdaadc

#fdaadc #dcfdaa #aadcfd

Analogous Colors of #fdaadc

#fdaadc #fdaab3 #f5aafd

Monochromatic Colors of #fdaadc

#fdaadc

Complementary Color

#fdaadc #aafdcb

#fdaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdaadc Color CSS Codes

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

#fdaadc Text Font Color

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

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


#fdaadc Background Color

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

This div background color is #fdaadc


#fdaadc Border Color

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

This div border color is #fdaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdaadc

#fdaadc Color Palettes


Comments

No comments written yet.

Please login to write comment.