Color Hex Logo

#fc828d Color Hex

#FC828D
(252,130,141)
0 Favorites   0 Comments

Color spaces of #fc828d

RGB 252130141
HSL0.980.950.75
HSV355°48°99°
CMYK 0.000.480.44   0.01
XYZ52.935238.583829.8567
Yxy38.58380.43610.3179
Hunter Lab62.115943.415114.9827
CIE-Lab68.448747.372715.6669

#fc828d color RGB value is (252,130,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000010 10001101
Octal 374 202 215
Decimal 252 130 141
Hex FC 82 8D

RGB Percentages of Color #fc828d

%48.18
%24.86
%26.96

CMYK Percentages of Color #fc828d

%0
%48
%44
%1

Triadic Colors of #fc828d

#fc828d #8dfc82 #828dfc

Analogous Colors of #fc828d

#fc828d #fcb482 #fc82ca

Monochromatic Colors of #fc828d

#fc828d

Complementary Color

#fc828d #82fcf1

#fc828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc828d Color CSS Codes

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

#fc828d Text Font Color

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

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


#fc828d Background Color

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

This div background color is #fc828d


#fc828d Border Color

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

This div border color is #fc828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc828d


Comments

No comments written yet.

Please login to write comment.