Color Hex Logo

#fc569b Color Hex

#FC569B
(252,86,155)
0 Favorites   0 Comments

Color spaces of #fc569b

RGB 25286155
HSL0.930.970.66
HSV335°66°99°
CMYK 0.000.660.38   0.01
XYZ49.389129.717634.1433
Yxy29.71760.43610.2624
Hunter Lab54.513966.32031.0250
CIE-Lab61.409868.3138-2.4116

#fc569b color RGB value is (252,86,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010110 10011011
Octal 374 126 233
Decimal 252 86 155
Hex FC 56 9B

RGB Percentages of Color #fc569b

%51.12
%17.44
%31.44

CMYK Percentages of Color #fc569b

%0
%66
%38
%1

Triadic Colors of #fc569b

#fc569b #9bfc56 #569bfc

Analogous Colors of #fc569b

#fc569b #fc6456 #fc56ee

Monochromatic Colors of #fc569b

#fc569b

Complementary Color

#fc569b #56fcb7

#fc569b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc569b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc569b Color CSS Codes

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

#fc569b Text Font Color

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

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


#fc569b Background Color

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

This div background color is #fc569b


#fc569b Border Color

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

This div border color is #fc569b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc569b

Related Colors


Comments

No comments written yet.

Please login to write comment.