color codes Logo

#fc3fbe color codes

#FC3FBE
(252,63,190)
0 Favorites   0 Comments

Color spaces of #fc3fbe

RGB 25263190
HSL0.890.970.62
HSV320°75°99°
CMYK 0.000.750.25   0.01
XYZ51.216727.968251.4142
Yxy27.96820.39220.2142
Hunter Lab52.885080.3205-20.6216
CIE-Lab59.860079.8923-24.9484

#fc3fbe color RGB value is (252,63,190).

#fc3fbe hex color red value is 252, green value is 63 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fc3fbe hue: 0.89 , saturation: 0.97 and the lightness value of fc3fbe is 0.62.

The process color (four color CMYK) of #fc3fbe color code is 0.00, 0.75, 0.25, 0.01. Web safe color of #fc3fbe is #ff33cc. Color #fc3fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111111 10111110
Octal 374 77 276
Decimal 252 63 190
Hex FC 3F BE

RGB Percentages of Color #fc3fbe

%49.90
%12.48
%37.62

CMYK Percentages of Color #fc3fbe

%0
%75
%25
%1

Triadic Colors of #fc3fbe

#fc3fbe #befc3f #3fbefc

Analogous Colors of #fc3fbe

#fc3fbe #fc3f60 #dc3ffc

Monochromatic Colors of #fc3fbe

#fc3fbe

Complementary Color

#fc3fbe #3ffc7d

#fc3fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3fbe Color CSS Codes

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

#fc3fbe Text Font Color

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

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


#fc3fbe Background Color

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

This div background color is #fc3fbe


#fc3fbe Border Color

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

This div border color is #fc3fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3fbe

Related Colors


Comments

No comments written yet.

Please login to write comment.