Color Hex Logo

#fc638d Color Hex

#FC638D
(252,99,141)
0 Favorites   0 Comments

Color spaces of #fc638d

RGB 25299141
HSL0.950.960.69
HSV344°61°99°
CMYK 0.000.610.44   0.01
XYZ49.414431.542228.6831
Yxy31.54220.45070.2877
Hunter Lab56.162458.76869.0333
CIE-Lab62.962761.68897.9335

#fc638d color RGB value is (252,99,141).

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

The process color (four color CMYK) of #fc638d color hex is 0.00, 0.61, 0.44, 0.01. Web safe color of #fc638d is #ff6699. Color #fc638d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100011 10001101
Octal 374 143 215
Decimal 252 99 141
Hex FC 63 8D

RGB Percentages of Color #fc638d

%51.22
%20.12
%28.66

CMYK Percentages of Color #fc638d

%0
%61
%44
%1

Triadic Colors of #fc638d

#fc638d #8dfc63 #638dfc

Analogous Colors of #fc638d

#fc638d #fc8663 #fc63da

Monochromatic Colors of #fc638d

#fc638d

Complementary Color

#fc638d #63fcd2

#fc638d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc638d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc638d Color CSS Codes

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

#fc638d Text Font Color

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

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


#fc638d Background Color

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

This div background color is #fc638d


#fc638d Border Color

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

This div border color is #fc638d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc638d

Related Colors


Comments

No comments written yet.

Please login to write comment.