Color Hex Logo

#fc7ace Color Hex

#FC7ACE
(252,122,206)
0 Favorites   0 Comments

Color spaces of #fc7ace

RGB 252122206
HSL0.890.960.73
HSV321°52°99°
CMYK 0.000.520.18   0.01
XYZ58.245039.070762.8641
Yxy39.07070.36360.2439
Hunter Lab62.506656.9438-15.8745
CIE-Lab68.802459.1668-20.3259

#fc7ace color RGB value is (252,122,206).

#fc7ace hex color red value is 252, green value is 122 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #fc7ace hue: 0.89 , saturation: 0.96 and the lightness value of fc7ace is 0.73.

The process color (four color CMYK) of #fc7ace color hex is 0.00, 0.52, 0.18, 0.01. Web safe color of #fc7ace is #ff66cc. Color #fc7ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01111010 11001110
Octal 374 172 316
Decimal 252 122 206
Hex FC 7A CE

RGB Percentages of Color #fc7ace

%43.45
%21.03
%35.52

CMYK Percentages of Color #fc7ace

%0
%52
%18
%1

Triadic Colors of #fc7ace

#fc7ace #cefc7a #7acefc

Analogous Colors of #fc7ace

#fc7ace #fc7a8d #e97afc

Monochromatic Colors of #fc7ace

#fc7ace

Complementary Color

#fc7ace #7afca8

#fc7ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc7ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc7ace Color CSS Codes

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

#fc7ace Text Font Color

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

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


#fc7ace Background Color

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

This div background color is #fc7ace


#fc7ace Border Color

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

This div border color is #fc7ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc7ace

Related Colors


Comments

No comments written yet.

Please login to write comment.