Color Hex Logo

#fdabd2 Color Hex

#FDABD2
(253,171,210)
0 Favorites   0 Comments

Color spaces of #fdabd2

RGB 253171210
HSL0.920.950.83
HSV331°32°99°
CMYK 0.000.320.17   0.01
XYZ66.703854.661668.0078
Yxy54.66160.35220.2886
Hunter Lab73.933531.6615-2.7845
CIE-Lab78.845935.5131-7.4332

#fdabd2 color RGB value is (253,171,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 11010010
Octal 375 253 322
Decimal 253 171 210
Hex FD AB D2

RGB Percentages of Color #fdabd2

%39.91
%26.97
%33.12

CMYK Percentages of Color #fdabd2

%0
%32
%17
%1

Triadic Colors of #fdabd2

#fdabd2 #d2fdab #abd2fd

Analogous Colors of #fdabd2

#fdabd2 #fdadab #fdabfb

Monochromatic Colors of #fdabd2

#fdabd2

Complementary Color

#fdabd2 #abfdd6

#fdabd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabd2 Color CSS Codes

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

#fdabd2 Text Font Color

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

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


#fdabd2 Background Color

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

This div background color is #fdabd2


#fdabd2 Border Color

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

This div border color is #fdabd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabd2


Comments

No comments written yet.

Please login to write comment.