Color Hex Logo

#fc569e Color Hex

#FC569E
(252,86,158)
0 Favorites   0 Comments

Color spaces of #fc569e

RGB 25286158
HSL0.930.970.66
HSV334°66°99°
CMYK 0.000.660.37   0.01
XYZ49.644229.819635.4870
Yxy29.81960.43190.2594
Hunter Lab54.607366.7138-0.3049
CIE-Lab61.498368.6234-4.0186

#fc569e color RGB value is (252,86,158).

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

The process color (four color CMYK) of #fc569e color hex is 0.00, 0.66, 0.37, 0.01. Web safe color of #fc569e is #ff6699. Color #fc569e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 10011110
Octal 374 126 236
Decimal 252 86 158
Hex FC 56 9E

RGB Percentages of Color #fc569e

%50.81
%17.34
%31.85

CMYK Percentages of Color #fc569e

%0
%66
%37
%1

Triadic Colors of #fc569e

#fc569e #9efc56 #569efc

Analogous Colors of #fc569e

#fc569e #fc6156 #fc56f1

Monochromatic Colors of #fc569e

#fc569e

Complementary Color

#fc569e #56fcb4

#fc569e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc569e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc569e Color CSS Codes

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

#fc569e Text Font Color

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

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


#fc569e Background Color

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

This div background color is #fc569e


#fc569e Border Color

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

This div border color is #fc569e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc569e


Comments

No comments written yet.

Please login to write comment.