Color Hex Logo

#fd888e Color Hex

#FD888E
(253,136,142)
0 Favorites   0 Comments

Color spaces of #fd888e

RGB 253136142
HSL0.990.970.76
HSV357°46°99°
CMYK 0.000.460.44   0.01
XYZ54.194740.444030.5413
Yxy40.44400.43290.3231
Hunter Lab63.595640.821316.0433
CIE-Lab69.784644.851716.9845

#fd888e color RGB value is (253,136,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 10001110
Octal 375 210 216
Decimal 253 136 142
Hex FD 88 8E

RGB Percentages of Color #fd888e

%47.65
%25.61
%26.74

CMYK Percentages of Color #fd888e

%0
%46
%44
%1

Triadic Colors of #fd888e

#fd888e #8efd88 #888efd

Analogous Colors of #fd888e

#fd888e #fdbd88 #fd88c9

Monochromatic Colors of #fd888e

#fd888e

Complementary Color

#fd888e #88fdf7

#fd888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd888e Color CSS Codes

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

#fd888e Text Font Color

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

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


#fd888e Background Color

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

This div background color is #fd888e


#fd888e Border Color

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

This div border color is #fd888e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd888e


Comments

No comments written yet.

Please login to write comment.