Color Hex Logo

#fc818a Color Hex

#FC818A
(252,129,138)
0 Favorites   0 Comments

Color spaces of #fc818a

RGB 252129138
HSL0.990.950.75
HSV356°49°99°
CMYK 0.000.490.45   0.01
XYZ52.582638.230928.6527
Yxy38.23090.44010.3200
Hunter Lab61.831143.595915.8067
CIE-Lab68.190447.570516.9922

#fc818a color RGB value is (252,129,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000001 10001010
Octal 374 201 212
Decimal 252 129 138
Hex FC 81 8A

RGB Percentages of Color #fc818a

%48.55
%24.86
%26.59

CMYK Percentages of Color #fc818a

%0
%49
%45
%1

Triadic Colors of #fc818a

#fc818a #8afc81 #818afc

Analogous Colors of #fc818a

#fc818a #fcb681 #fc81c8

Monochromatic Colors of #fc818a

#fc818a

Complementary Color

#fc818a #81fcf3

#fc818a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc818a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc818a Color CSS Codes

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

#fc818a Text Font Color

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

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


#fc818a Background Color

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

This div background color is #fc818a


#fc818a Border Color

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

This div border color is #fc818a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc818a

Related Colors


Comments

No comments written yet.

Please login to write comment.