Color Hex Logo

#fc908d Color Hex

#FC908D
(252,144,141)
0 Favorites   0 Comments

Color spaces of #fc908d

RGB 252144141
HSL0.000.950.77
HSV44°99°
CMYK 0.000.430.44   0.01
XYZ54.925942.565130.5203
Yxy42.56510.42910.3325
Hunter Lab65.241936.102317.9334
CIE-Lab71.258840.353719.5563

#fc908d color RGB value is (252,144,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 10001101
Octal 374 220 215
Decimal 252 144 141
Hex FC 90 8D

RGB Percentages of Color #fc908d

%46.93
%26.82
%26.26

CMYK Percentages of Color #fc908d

%0
%43
%44
%1

Triadic Colors of #fc908d

#fc908d #8dfc90 #908dfc

Analogous Colors of #fc908d

#fc908d #fcc88d #fc8dc2

Monochromatic Colors of #fc908d

#fc908d

Complementary Color

#fc908d #8df9fc

#fc908d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc908d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc908d Color CSS Codes

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

#fc908d Text Font Color

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

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


#fc908d Background Color

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

This div background color is #fc908d


#fc908d Border Color

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

This div border color is #fc908d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc908d


Comments

No comments written yet.

Please login to write comment.