Color Hex Logo

#fdabaf Color Hex

#FDABAF
(253,171,175)
0 Favorites   0 Comments

Color spaces of #fdabaf

RGB 253171175
HSL0.990.950.83
HSV357°32°99°
CMYK 0.000.320.31   0.01
XYZ62.808853.103647.4971
Yxy53.10360.38440.3250
Hunter Lab72.872226.323312.3662
CIE-Lab77.936130.612110.2774

#fdabaf color RGB value is (253,171,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101011 10101111
Octal 375 253 257
Decimal 253 171 175
Hex FD AB AF

RGB Percentages of Color #fdabaf

%42.24
%28.55
%29.22

CMYK Percentages of Color #fdabaf

%0
%32
%31
%1

Triadic Colors of #fdabaf

#fdabaf #affdab #abaffd

Analogous Colors of #fdabaf

#fdabaf #fdd0ab #fdabd8

Monochromatic Colors of #fdabaf

#fdabaf

Complementary Color

#fdabaf #abfdf9

#fdabaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdabaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdabaf Color CSS Codes

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

#fdabaf Text Font Color

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

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


#fdabaf Background Color

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

This div background color is #fdabaf


#fdabaf Border Color

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

This div border color is #fdabaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdabaf


Comments

No comments written yet.

Please login to write comment.