Color Hex Logo

#fd988e Color Hex

#FD988E
(253,152,142)
0 Favorites   0 Comments

Color spaces of #fd988e

RGB 253152142
HSL0.020.970.77
HSV44°99°
CMYK 0.000.400.44   0.01
XYZ56.618745.292131.3493
Yxy45.29210.42490.3399
Hunter Lab67.299432.397319.4912
CIE-Lab73.083836.722521.5283

#fd988e color RGB value is (253,152,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 10001110
Octal 375 230 216
Decimal 253 152 142
Hex FD 98 8E

RGB Percentages of Color #fd988e

%46.25
%27.79
%25.96

CMYK Percentages of Color #fd988e

%0
%40
%44
%1

Triadic Colors of #fd988e

#fd988e #8efd98 #988efd

Analogous Colors of #fd988e

#fd988e #fdd08e #fd8ebc

Monochromatic Colors of #fd988e

#fd988e

Complementary Color

#fd988e #8ef3fd

#fd988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd988e Color CSS Codes

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

#fd988e Text Font Color

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

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


#fd988e Background Color

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

This div background color is #fd988e


#fd988e Border Color

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

This div border color is #fd988e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,152,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 #fd988e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd988e


Comments

No comments written yet.

Please login to write comment.