Color Hex Logo

#fd8bab Color Hex

#FD8BAB
(253,139,171)
0 Favorites   0 Comments

Color spaces of #fd8bab

RGB 253139171
HSL0.950.970.77
HSV343°45°99°
CMYK 0.000.450.32   0.01
XYZ57.091342.288243.6815
Yxy42.28820.39910.2956
Hunter Lab65.029442.90935.6943
CIE-Lab71.069246.57372.6134

#fd8bab color RGB value is (253,139,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001011 10101011
Octal 375 213 253
Decimal 253 139 171
Hex FD 8B AB

RGB Percentages of Color #fd8bab

%44.94
%24.69
%30.37

CMYK Percentages of Color #fd8bab

%0
%45
%32
%1

Triadic Colors of #fd8bab

#fd8bab #abfd8b #8babfd

Analogous Colors of #fd8bab

#fd8bab #fda48b #fd8be4

Monochromatic Colors of #fd8bab

#fd8bab

Complementary Color

#fd8bab #8bfddd

#fd8bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8bab Color CSS Codes

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

#fd8bab Text Font Color

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

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


#fd8bab Background Color

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

This div background color is #fd8bab


#fd8bab Border Color

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

This div border color is #fd8bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8bab


Comments

No comments written yet.

Please login to write comment.