Color Hex Logo

#fc9dec Color Hex

#FC9DEC
(252,157,236)
0 Favorites   0 Comments

Color spaces of #fc9dec

RGB 252157236
HSL0.860.940.80
HSV310°38°99°
CMYK 0.000.380.06   0.01
XYZ67.342250.865585.6256
Yxy50.86550.33040.2495
Hunter Lab71.320143.7341-21.2585
CIE-Lab76.597546.6178-24.9546

#fc9dec color RGB value is (252,157,236).

#fc9dec hex color red value is 252, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fc9dec hue: 0.86 , saturation: 0.94 and the lightness value of fc9dec is 0.80.

The process color (four color CMYK) of #fc9dec color hex is 0.00, 0.38, 0.06, 0.01. Web safe color of #fc9dec is #ff99ff. Color #fc9dec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011101 11101100
Octal 374 235 354
Decimal 252 157 236
Hex FC 9D EC

RGB Percentages of Color #fc9dec

%39.07
%24.34
%36.59

CMYK Percentages of Color #fc9dec

%0
%38
%6
%1

Triadic Colors of #fc9dec

#fc9dec #ecfc9d #9decfc

Analogous Colors of #fc9dec

#fc9dec #fc9dbd #dd9dfc

Monochromatic Colors of #fc9dec

#fc9dec

Complementary Color

#fc9dec #9dfcad

#fc9dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9dec Color CSS Codes

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

#fc9dec Text Font Color

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

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


#fc9dec Background Color

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

This div background color is #fc9dec


#fc9dec Border Color

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

This div border color is #fc9dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9dec

Related Colors


Comments

No comments written yet.

Please login to write comment.