Color Hex Logo

#fd918c Color Hex

#FD918C
(253,145,140)
0 Favorites   0 Comments

Color spaces of #fd918c

RGB 253145140
HSL0.010.970.77
HSV45°99°
CMYK 0.000.430.45   0.01
XYZ55.367043.026930.1978
Yxy43.02690.43060.3346
Hunter Lab65.594935.876318.6212
CIE-Lab71.573240.110320.5610

#fd918c color RGB value is (253,145,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010001 10001100
Octal 375 221 214
Decimal 253 145 140
Hex FD 91 8C

RGB Percentages of Color #fd918c

%47.03
%26.95
%26.02

CMYK Percentages of Color #fd918c

%0
%43
%45
%1

Triadic Colors of #fd918c

#fd918c #8cfd91 #918cfd

Analogous Colors of #fd918c

#fd918c #fdca8c #fd8cc0

Monochromatic Colors of #fd918c

#fd918c

Complementary Color

#fd918c #8cf8fd

#fd918c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd918c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd918c Color CSS Codes

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

#fd918c Text Font Color

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

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


#fd918c Background Color

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

This div background color is #fd918c


#fd918c Border Color

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

This div border color is #fd918c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd918c

Related Colors


Comments

No comments written yet.

Please login to write comment.