Color Hex Logo

#fc97ad Color Hex

#FC97AD
(252,151,173)
0 Favorites   0 Comments

Color spaces of #fc97ad

RGB 252151173
HSL0.960.940.79
HSV347°40°99°
CMYK 0.000.400.31   0.01
XYZ58.754345.845845.2876
Yxy45.84580.39200.3059
Hunter Lab67.709536.40007.7405
CIE-Lab73.445440.38854.9242

#fc97ad color RGB value is (252,151,173).

#fc97ad hex color red value is 252, green value is 151 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc97ad hue: 0.96 , saturation: 0.94 and the lightness value of fc97ad is 0.79.

The process color (four color CMYK) of #fc97ad color hex is 0.00, 0.40, 0.31, 0.01. Web safe color of #fc97ad is #ff9999. Color #fc97ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010111 10101101
Octal 374 227 255
Decimal 252 151 173
Hex FC 97 AD

RGB Percentages of Color #fc97ad

%43.75
%26.22
%30.03

CMYK Percentages of Color #fc97ad

%0
%40
%31
%1

Triadic Colors of #fc97ad

#fc97ad #adfc97 #97adfc

Analogous Colors of #fc97ad

#fc97ad #fcb497 #fc97e0

Monochromatic Colors of #fc97ad

#fc97ad

Complementary Color

#fc97ad #97fce6

#fc97ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc97ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc97ad Color CSS Codes

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

#fc97ad Text Font Color

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

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


#fc97ad Background Color

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

This div background color is #fc97ad


#fc97ad Border Color

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

This div border color is #fc97ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc97ad

#fc97ad Color Palettes


Comments

No comments written yet.

Please login to write comment.