Color Hex Logo

#fdabc2 Color Hex

#FDABC2
(253,171,194)
0 Favorites   0 Comments

Color spaces of #fdabc2

RGB 253171194
HSL0.950.950.83
HSV343°32°99°
CMYK 0.000.320.23   0.01
XYZ64.808553.903558.0276
Yxy53.90350.36670.3050
Hunter Lab73.419029.08254.5327
CIE-Lab78.405433.16300.6163

#fdabc2 color RGB value is (253,171,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 11000010
Octal 375 253 302
Decimal 253 171 194
Hex FD AB C2

RGB Percentages of Color #fdabc2

%40.94
%27.67
%31.39

CMYK Percentages of Color #fdabc2

%0
%32
%23
%1

Triadic Colors of #fdabc2

#fdabc2 #c2fdab #abc2fd

Analogous Colors of #fdabc2

#fdabc2 #fdbdab #fdabeb

Monochromatic Colors of #fdabc2

#fdabc2

Complementary Color

#fdabc2 #abfde6

#fdabc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabc2 Color CSS Codes

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

#fdabc2 Text Font Color

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

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


#fdabc2 Background Color

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

This div background color is #fdabc2


#fdabc2 Border Color

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

This div border color is #fdabc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabc2


Comments

No comments written yet.

Please login to write comment.