Color Hex Logo

#fc0feb Color Hex

#FC0FEB
(252,15,235)
0 Favorites   0 Comments

Color spaces of #fc0feb

RGB 25215235
HSL0.850.980.52
HSV304°94°99°
CMYK 0.000.940.07   0.01
XYZ55.311127.035380.9004
Yxy27.03530.33880.1656
Hunter Lab51.995598.8904-55.8532
CIE-Lab59.007094.1346-51.8228

#fc0feb color RGB value is (252,15,235).

#fc0feb hex color red value is 252, green value is 15 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fc0feb hue: 0.85 , saturation: 0.98 and the lightness value of fc0feb is 0.52.

The process color (four color CMYK) of #fc0feb color hex is 0.00, 0.94, 0.07, 0.01. Web safe color of #fc0feb is #ff00ff. Color #fc0feb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001111 11101011
Octal 374 17 353
Decimal 252 15 235
Hex FC F EB

RGB Percentages of Color #fc0feb

%50.20
%2.99
%46.81

CMYK Percentages of Color #fc0feb

%0
%94
%7
%1

Triadic Colors of #fc0feb

#fc0feb #ebfc0f #0febfc

Analogous Colors of #fc0feb

#fc0feb #fc0f75 #970ffc

Monochromatic Colors of #fc0feb

#fc0feb

Complementary Color

#fc0feb #0ffc20

#fc0feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0feb Color CSS Codes

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

#fc0feb Text Font Color

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

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


#fc0feb Background Color

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

This div background color is #fc0feb


#fc0feb Border Color

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

This div border color is #fc0feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0feb


Comments

No comments written yet.

Please login to write comment.