Color Hex Logo

#fc90fb Color Hex

#FC90FB
(252,144,251)
0 Favorites   0 Comments

Color spaces of #fc90fb

RGB 252144251
HSL0.830.950.78
HSV301°43°99°
CMYK 0.000.430.00   0.01
XYZ67.530747.607096.8966
Yxy47.60700.31850.2245
Hunter Lab68.997853.9583-34.9650
CIE-Lab74.576455.7449-36.2077

#fc90fb color RGB value is (252,144,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010000 11111011
Octal 374 220 373
Decimal 252 144 251
Hex FC 90 FB

RGB Percentages of Color #fc90fb

%38.95
%22.26
%38.79

CMYK Percentages of Color #fc90fb

%0
%43
%0
%1

Triadic Colors of #fc90fb

#fc90fb #fbfc90 #90fbfc

Analogous Colors of #fc90fb

#fc90fb #fc90c5 #c790fc

Monochromatic Colors of #fc90fb

#fc90fb

Complementary Color

#fc90fb #90fc91

#fc90fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc90fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc90fb Color CSS Codes

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

#fc90fb Text Font Color

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

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


#fc90fb Background Color

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

This div background color is #fc90fb


#fc90fb Border Color

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

This div border color is #fc90fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc90fb


Comments

No comments written yet.

Please login to write comment.