Color Hex Logo

#fd918d Color Hex

#FD918D
(253,145,141)
0 Favorites   0 Comments

Color spaces of #fd918d

RGB 253145141
HSL0.010.970.77
HSV44°99°
CMYK 0.000.430.44   0.01
XYZ55.441143.056530.5880
Yxy43.05650.42950.3335
Hunter Lab65.617535.986618.2938
CIE-Lab71.593340.210020.0363

#fd918d color RGB value is (253,145,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010001 10001101
Octal 375 221 215
Decimal 253 145 141
Hex FD 91 8D

RGB Percentages of Color #fd918d

%46.94
%26.90
%26.16

CMYK Percentages of Color #fd918d

%0
%43
%44
%1

Triadic Colors of #fd918d

#fd918d #8dfd91 #918dfd

Analogous Colors of #fd918d

#fd918d #fdc98d #fd8dc1

Monochromatic Colors of #fd918d

#fd918d

Complementary Color

#fd918d #8df9fd

#fd918d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd918d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd918d Color CSS Codes

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

#fd918d Text Font Color

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

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


#fd918d Background Color

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

This div background color is #fd918d


#fd918d Border Color

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

This div border color is #fd918d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd918d


Comments

No comments written yet.

Please login to write comment.