Color Hex Logo

#fd8895 Color Hex

#FD8895
(253,136,149)
0 Favorites   0 Comments

Color spaces of #fd8895

RGB 253136149
HSL0.980.970.76
HSV353°46°99°
CMYK 0.000.460.41   0.01
XYZ54.737040.660933.3972
Yxy40.66090.42500.3157
Hunter Lab63.765941.635113.5832
CIE-Lab69.937745.570213.2887

#fd8895 color RGB value is (253,136,149).

#fd8895 hex color red value is 253, green value is 136 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #fd8895 hue: 0.98 , saturation: 0.97 and the lightness value of fd8895 is 0.76.

The process color (four color CMYK) of #fd8895 color hex is 0.00, 0.46, 0.41, 0.01. Web safe color of #fd8895 is #ff9999. Color #fd8895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 10010101
Octal 375 210 225
Decimal 253 136 149
Hex FD 88 95

RGB Percentages of Color #fd8895

%47.03
%25.28
%27.70

CMYK Percentages of Color #fd8895

%0
%46
%41
%1

Triadic Colors of #fd8895

#fd8895 #95fd88 #8895fd

Analogous Colors of #fd8895

#fd8895 #fdb688 #fd88d0

Monochromatic Colors of #fd8895

#fd8895

Complementary Color

#fd8895 #88fdf0

#fd8895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8895 Color CSS Codes

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

#fd8895 Text Font Color

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

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


#fd8895 Background Color

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

This div background color is #fd8895


#fd8895 Border Color

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

This div border color is #fd8895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8895

Related Colors


Comments

No comments written yet.

Please login to write comment.