Color Hex Logo

#fc9def Color Hex

#FC9DEF
(252,157,239)
0 Favorites   0 Comments

Color spaces of #fc9def

RGB 252157239
HSL0.860.940.80
HSV308°38°99°
CMYK 0.000.380.05   0.01
XYZ67.781851.041487.9408
Yxy51.04140.32780.2469
Hunter Lab71.443344.3262-22.9708
CIE-Lab76.704147.1261-26.4199

#fc9def color RGB value is (252,157,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011101 11101111
Octal 374 235 357
Decimal 252 157 239
Hex FC 9D EF

RGB Percentages of Color #fc9def

%38.89
%24.23
%36.88

CMYK Percentages of Color #fc9def

%0
%38
%5
%1

Triadic Colors of #fc9def

#fc9def #effc9d #9deffc

Analogous Colors of #fc9def

#fc9def #fc9dc0 #da9dfc

Monochromatic Colors of #fc9def

#fc9def

Complementary Color

#fc9def #9dfcaa

#fc9def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9def Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9def Color CSS Codes

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

#fc9def Text Font Color

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

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


#fc9def Background Color

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

This div background color is #fc9def


#fc9def Border Color

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

This div border color is #fc9def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9def

Related Colors


Comments

No comments written yet.

Please login to write comment.