Color Hex Logo

#fc96be Color Hex

#FC96BE
(252,150,190)
0 Favorites   0 Comments

Color spaces of #fc96be

RGB 252150190
HSL0.930.940.79
HSV336°40°99°
CMYK 0.000.400.25   0.01
XYZ60.345546.225854.4571
Yxy46.22580.37480.2871
Hunter Lab67.989639.44950.1036
CIE-Lab73.691843.1371-4.1142

#fc96be color RGB value is (252,150,190).

#fc96be hex color red value is 252, green value is 150 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fc96be hue: 0.93 , saturation: 0.94 and the lightness value of fc96be is 0.79.

The process color (four color CMYK) of #fc96be color hex is 0.00, 0.40, 0.25, 0.01. Web safe color of #fc96be is #ff99cc. Color #fc96be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010110 10111110
Octal 374 226 276
Decimal 252 150 190
Hex FC 96 BE

RGB Percentages of Color #fc96be

%42.57
%25.34
%32.09

CMYK Percentages of Color #fc96be

%0
%40
%25
%1

Triadic Colors of #fc96be

#fc96be #befc96 #96befc

Analogous Colors of #fc96be

#fc96be #fca196 #fc96f1

Monochromatic Colors of #fc96be

#fc96be

Complementary Color

#fc96be #96fcd4

#fc96be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc96be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc96be Color CSS Codes

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

#fc96be Text Font Color

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

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


#fc96be Background Color

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

This div background color is #fc96be


#fc96be Border Color

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

This div border color is #fc96be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,150,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 #fc96be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc96be


Comments

No comments written yet.

Please login to write comment.