Color Hex Logo

#fdacda Color Hex

#FDACDA
(253,172,218)
0 Favorites   0 Comments

Color spaces of #fdacda

RGB 253172218
HSL0.910.950.83
HSV326°32°99°
CMYK 0.000.320.14   0.01
XYZ67.915455.449773.4530
Yxy55.44970.34510.2817
Hunter Lab74.464632.4880-6.3594
CIE-Lab79.299636.2318-11.0972

#fdacda color RGB value is (253,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101100 11011010
Octal 375 254 332
Decimal 253 172 218
Hex FD AC DA

RGB Percentages of Color #fdacda

%39.35
%26.75
%33.90

CMYK Percentages of Color #fdacda

%0
%32
%14
%1

Triadic Colors of #fdacda

#fdacda #dafdac #acdafd

Analogous Colors of #fdacda

#fdacda #fdacb2 #f8acfd

Monochromatic Colors of #fdacda

#fdacda

Complementary Color

#fdacda #acfdcf

#fdacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdacda Color CSS Codes

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

#fdacda Text Font Color

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

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


#fdacda Background Color

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

This div background color is #fdacda


#fdacda Border Color

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

This div border color is #fdacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdacda


Comments

No comments written yet.

Please login to write comment.