Color Hex Logo

#fc838e Color Hex

#FC838E
(252,131,142)
0 Favorites   0 Comments

Color spaces of #fc838e

RGB 252131142
HSL0.980.950.75
HSV355°48°99°
CMYK 0.000.480.44   0.01
XYZ53.143738.881030.2950
Yxy38.88100.43450.3179
Hunter Lab62.354643.011614.8422
CIE-Lab68.665046.979915.4070

#fc838e color RGB value is (252,131,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000011 10001110
Octal 374 203 216
Decimal 252 131 142
Hex FC 83 8E

RGB Percentages of Color #fc838e

%48.00
%24.95
%27.05

CMYK Percentages of Color #fc838e

%0
%48
%44
%1

Triadic Colors of #fc838e

#fc838e #8efc83 #838efc

Analogous Colors of #fc838e

#fc838e #fcb583 #fc83cb

Monochromatic Colors of #fc838e

#fc838e

Complementary Color

#fc838e #83fcf1

#fc838e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc838e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc838e Color CSS Codes

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

#fc838e Text Font Color

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

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


#fc838e Background Color

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

This div background color is #fc838e


#fc838e Border Color

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

This div border color is #fc838e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,131,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc838e


Comments

No comments written yet.

Please login to write comment.