Color Hex Logo

#fc6fde Color Hex

#FC6FDE
(252,111,222)
0 Favorites   0 Comments

Color spaces of #fc6fde

RGB 252111222
HSL0.870.960.71
HSV313°56°99°
CMYK 0.000.560.12   0.01
XYZ59.014137.338373.2039
Yxy37.33830.34810.2202
Hunter Lab61.105165.4580-28.2559
CIE-Lab67.530166.5123-31.1910

#fc6fde color RGB value is (252,111,222).

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

The process color (four color CMYK) of #fc6fde color hex is 0.00, 0.56, 0.12, 0.01. Web safe color of #fc6fde is #ff66cc. Color #fc6fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101111 11011110
Octal 374 157 336
Decimal 252 111 222
Hex FC 6F DE

RGB Percentages of Color #fc6fde

%43.08
%18.97
%37.95

CMYK Percentages of Color #fc6fde

%0
%56
%12
%1

Triadic Colors of #fc6fde

#fc6fde #defc6f #6fdefc

Analogous Colors of #fc6fde

#fc6fde #fc6f98 #d46ffc

Monochromatic Colors of #fc6fde

#fc6fde

Complementary Color

#fc6fde #6ffc8d

#fc6fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6fde Color CSS Codes

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

#fc6fde Text Font Color

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

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


#fc6fde Background Color

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

This div background color is #fc6fde


#fc6fde Border Color

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

This div border color is #fc6fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6fde

Related Colors


Comments

No comments written yet.

Please login to write comment.