Color Hex Logo

#fc838c Color Hex

#FC838C
(252,131,140)
0 Favorites   0 Comments

Color spaces of #fc838c

RGB 252131140
HSL0.990.950.75
HSV356°48°99°
CMYK 0.000.480.44   0.01
XYZ52.994838.821529.5111
Yxy38.82150.43680.3200
Hunter Lab62.306942.785115.5327
CIE-Lab68.621846.781116.4686

#fc838c color RGB value is (252,131,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000011 10001100
Octal 374 203 214
Decimal 252 131 140
Hex FC 83 8C

RGB Percentages of Color #fc838c

%48.18
%25.05
%26.77

CMYK Percentages of Color #fc838c

%0
%48
%44
%1

Triadic Colors of #fc838c

#fc838c #8cfc83 #838cfc

Analogous Colors of #fc838c

#fc838c #fcb783 #fc83c9

Monochromatic Colors of #fc838c

#fc838c

Complementary Color

#fc838c #83fcf3

#fc838c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc838c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc838c Color CSS Codes

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

#fc838c Text Font Color

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

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


#fc838c Background Color

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

This div background color is #fc838c


#fc838c Border Color

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

This div border color is #fc838c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc838c

Related Colors


Comments

No comments written yet.

Please login to write comment.