Color Hex Logo

#fc8698 Color Hex

#FC8698
(252,134,152)
0 Favorites   0 Comments

Color spaces of #fc8698

RGB 252134152
HSL0.970.950.76
HSV351°47°99°
CMYK 0.000.470.40   0.01
XYZ54.337540.012634.5651
Yxy40.01260.42150.3104
Hunter Lab63.255542.637211.8807
CIE-Lab69.478546.534910.9427

#fc8698 color RGB value is (252,134,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000110 10011000
Octal 374 206 230
Decimal 252 134 152
Hex FC 86 98

RGB Percentages of Color #fc8698

%46.84
%24.91
%28.25

CMYK Percentages of Color #fc8698

%0
%47
%40
%1

Triadic Colors of #fc8698

#fc8698 #98fc86 #8698fc

Analogous Colors of #fc8698

#fc8698 #fcaf86 #fc86d3

Monochromatic Colors of #fc8698

#fc8698

Complementary Color

#fc8698 #86fcea

#fc8698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8698 Color CSS Codes

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

#fc8698 Text Font Color

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

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


#fc8698 Background Color

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

This div background color is #fc8698


#fc8698 Border Color

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

This div border color is #fc8698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8698

Related Colors


Comments

No comments written yet.

Please login to write comment.