color codes Logo

#fc867d color codes

#FC867D
(252,134,125)
0 Favorites   0 Comments

Color spaces of #fc867d

RGB 252134125
HSL0.010.950.74
HSV50°99°
CMYK 0.000.470.50   0.01
XYZ52.371739.226324.2132
Yxy39.22630.45220.3387
Hunter Lab62.630939.656920.9200
CIE-Lab68.914943.898525.2353

#fc867d color RGB value is (252,134,125).

#fc867d hex color red value is 252, green value is 134 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fc867d hue: 0.01 , saturation: 0.95 and the lightness value of fc867d is 0.74.

The process color (four color CMYK) of #fc867d color code is 0.00, 0.47, 0.50, 0.01. Web safe color of #fc867d is #ff9966. Color #fc867d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 01111101
Octal 374 206 175
Decimal 252 134 125
Hex FC 86 7D

RGB Percentages of Color #fc867d

%49.32
%26.22
%24.46

CMYK Percentages of Color #fc867d

%0
%47
%50
%1

Triadic Colors of #fc867d

#fc867d #7dfc86 #867dfc

Analogous Colors of #fc867d

#fc867d #fcc67d #fc7db4

Monochromatic Colors of #fc867d

#fc867d

Complementary Color

#fc867d #7df3fc

#fc867d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc867d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc867d Color CSS Codes

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

#fc867d Text Font Color

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

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


#fc867d Background Color

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

This div background color is #fc867d


#fc867d Border Color

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

This div border color is #fc867d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc867d

Related Colors


Comments

No comments written yet.

Please login to write comment.