Color Hex Logo

#fc869e Color Hex

#FC869E
(252,134,158)
0 Favorites   0 Comments

Color spaces of #fc869e

RGB 252134158
HSL0.970.950.76
HSV348°47°99°
CMYK 0.000.470.37   0.01
XYZ54.841540.214337.2194
Yxy40.21430.41460.3040
Hunter Lab63.414743.39229.5918
CIE-Lab69.621947.19597.7834

#fc869e color RGB value is (252,134,158).

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

The process color (four color CMYK) of #fc869e color hex is 0.00, 0.47, 0.37, 0.01. Web safe color of #fc869e is #ff9999. Color #fc869e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 10011110
Octal 374 206 236
Decimal 252 134 158
Hex FC 86 9E

RGB Percentages of Color #fc869e

%46.32
%24.63
%29.04

CMYK Percentages of Color #fc869e

%0
%47
%37
%1

Triadic Colors of #fc869e

#fc869e #9efc86 #869efc

Analogous Colors of #fc869e

#fc869e #fca986 #fc86d9

Monochromatic Colors of #fc869e

#fc869e

Complementary Color

#fc869e #86fce4

#fc869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc869e Color CSS Codes

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

#fc869e Text Font Color

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

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


#fc869e Background Color

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

This div background color is #fc869e


#fc869e Border Color

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

This div border color is #fc869e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc869e


Comments

No comments written yet.

Please login to write comment.