Color Hex Logo

#fc90df Color Hex

#FC90DF
(252,144,223)
0 Favorites   0 Comments

Color spaces of #fc90df

RGB 252144223
HSL0.880.950.78
HSV316°43°99°
CMYK 0.000.430.12   0.01
XYZ63.437445.969775.3416
Yxy45.96970.34340.2488
Hunter Lab67.801048.3604-18.4234
CIE-Lab73.525951.0699-22.5425

#fc90df color RGB value is (252,144,223).

#fc90df hex color red value is 252, green value is 144 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fc90df hue: 0.88 , saturation: 0.95 and the lightness value of fc90df is 0.78.

The process color (four color CMYK) of #fc90df color hex is 0.00, 0.43, 0.12, 0.01. Web safe color of #fc90df is #ff99cc. Color #fc90df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 11011111
Octal 374 220 337
Decimal 252 144 223
Hex FC 90 DF

RGB Percentages of Color #fc90df

%40.71
%23.26
%36.03

CMYK Percentages of Color #fc90df

%0
%43
%12
%1

Triadic Colors of #fc90df

#fc90df #dffc90 #90dffc

Analogous Colors of #fc90df

#fc90df #fc90a9 #e390fc

Monochromatic Colors of #fc90df

#fc90df

Complementary Color

#fc90df #90fcad

#fc90df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc90df Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc90df Color CSS Codes

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

#fc90df Text Font Color

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

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


#fc90df Background Color

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

This div background color is #fc90df


#fc90df Border Color

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

This div border color is #fc90df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc90df

Related Colors


Comments

No comments written yet.

Please login to write comment.