Color Hex Logo

#fc6da8 Color Hex

#FC6DA8
(252,109,168)
0 Favorites   0 Comments

Color spaces of #fc6da8

RGB 252109168
HSL0.930.960.71
HSV335°57°99°
CMYK 0.000.570.33   0.01
XYZ52.681434.459940.9206
Yxy34.45990.41140.2691
Hunter Lab58.702657.4617-0.2383
CIE-Lab65.326060.1742-4.1130

#fc6da8 color RGB value is (252,109,168).

#fc6da8 hex color red value is 252, green value is 109 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fc6da8 hue: 0.93 , saturation: 0.96 and the lightness value of fc6da8 is 0.71.

The process color (four color CMYK) of #fc6da8 color hex is 0.00, 0.57, 0.33, 0.01. Web safe color of #fc6da8 is #ff6699. Color #fc6da8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101101 10101000
Octal 374 155 250
Decimal 252 109 168
Hex FC 6D A8

RGB Percentages of Color #fc6da8

%47.64
%20.60
%31.76

CMYK Percentages of Color #fc6da8

%0
%57
%33
%1

Triadic Colors of #fc6da8

#fc6da8 #a8fc6d #6da8fc

Analogous Colors of #fc6da8

#fc6da8 #fc7a6d #fc6df0

Monochromatic Colors of #fc6da8

#fc6da8

Complementary Color

#fc6da8 #6dfcc1

#fc6da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6da8 Color CSS Codes

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

#fc6da8 Text Font Color

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

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


#fc6da8 Background Color

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

This div background color is #fc6da8


#fc6da8 Border Color

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

This div border color is #fc6da8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6da8


Comments

No comments written yet.

Please login to write comment.