Color Hex Logo

#fd908e Color Hex

#FD908E
(253,144,142)
0 Favorites   0 Comments

Color spaces of #fd908e

RGB 253144142
HSL0.000.970.77
HSV44°99°
CMYK 0.000.430.44   0.01
XYZ55.363842.782230.9310
Yxy42.78220.42890.3314
Hunter Lab65.408136.624717.7479
CIE-Lab71.406940.819219.2271

#fd908e color RGB value is (253,144,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010000 10001110
Octal 375 220 216
Decimal 253 144 142
Hex FD 90 8E

RGB Percentages of Color #fd908e

%46.94
%26.72
%26.35

CMYK Percentages of Color #fd908e

%0
%43
%44
%1

Triadic Colors of #fd908e

#fd908e #8efd90 #908efd

Analogous Colors of #fd908e

#fd908e #fdc88e #fd8ec4

Monochromatic Colors of #fd908e

#fd908e

Complementary Color

#fd908e #8efbfd

#fd908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd908e Color CSS Codes

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

#fd908e Text Font Color

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

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


#fd908e Background Color

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

This div background color is #fd908e


#fd908e Border Color

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

This div border color is #fd908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd908e

Related Colors


Comments

No comments written yet.

Please login to write comment.