Color Hex Logo

#fc848d Color Hex

#FC848D
(252,132,141)
0 Favorites   0 Comments

Color spaces of #fc848d

RGB 252132141
HSL0.990.950.75
HSV356°48°99°
CMYK 0.000.480.44   0.01
XYZ53.203939.121129.9463
Yxy39.12110.43510.3200
Hunter Lab62.546942.379515.3958
CIE-Lab68.838946.385816.2098

#fc848d color RGB value is (252,132,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000100 10001101
Octal 374 204 215
Decimal 252 132 141
Hex FC 84 8D

RGB Percentages of Color #fc848d

%48.00
%25.14
%26.86

CMYK Percentages of Color #fc848d

%0
%48
%44
%1

Triadic Colors of #fc848d

#fc848d #8dfc84 #848dfc

Analogous Colors of #fc848d

#fc848d #fcb784 #fc84c9

Monochromatic Colors of #fc848d

#fc848d

Complementary Color

#fc848d #84fcf3

#fc848d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc848d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc848d Color CSS Codes

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

#fc848d Text Font Color

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

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


#fc848d Background Color

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

This div background color is #fc848d


#fc848d Border Color

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

This div border color is #fc848d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc848d


Comments

No comments written yet.

Please login to write comment.