Color Hex Logo

#fc997d Color Hex

#FC997D
(252,153,125)
0 Favorites   0 Comments

Color spaces of #fc997d

RGB 252153125
HSL0.040.950.74
HSV13°50°99°
CMYK 0.000.390.50   0.01
XYZ55.237844.958625.1686
Yxy44.95860.44060.3586
Hunter Lab67.051229.711524.6805
CIE-Lab72.864634.218930.4720

#fc997d color RGB value is (252,153,125).

#fc997d hex color red value is 252, green value is 153 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #fc997d hue: 0.04 , saturation: 0.95 and the lightness value of fc997d is 0.74.

The process color (four color CMYK) of #fc997d color hex is 0.00, 0.39, 0.50, 0.01. Web safe color of #fc997d is #ff9966. Color #fc997d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011001 01111101
Octal 374 231 175
Decimal 252 153 125
Hex FC 99 7D

RGB Percentages of Color #fc997d

%47.55
%28.87
%23.58

CMYK Percentages of Color #fc997d

%0
%39
%50
%1

Triadic Colors of #fc997d

#fc997d #7dfc99 #997dfc

Analogous Colors of #fc997d

#fc997d #fcd97d #fc7da1

Monochromatic Colors of #fc997d

#fc997d

Complementary Color

#fc997d #7de0fc

#fc997d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc997d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc997d Color CSS Codes

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

#fc997d Text Font Color

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

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


#fc997d Background Color

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

This div background color is #fc997d


#fc997d Border Color

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

This div border color is #fc997d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc997d


Comments

No comments written yet.

Please login to write comment.