Color Hex Logo

#fc9bef Color Hex

#FC9BEF
(252,155,239)
0 Favorites   0 Comments

Color spaces of #fc9bef

RGB 252155239
HSL0.860.940.80
HSV308°38°99°
CMYK 0.000.380.05   0.01
XYZ67.446250.370187.8290
Yxy50.37010.32800.2449
Hunter Lab70.971945.4318-23.6921
CIE-Lab76.295948.1471-27.0447

#fc9bef color RGB value is (252,155,239).

#fc9bef hex color red value is 252, green value is 155 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #fc9bef hue: 0.86 , saturation: 0.94 and the lightness value of fc9bef is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011011 11101111
Octal 374 233 357
Decimal 252 155 239
Hex FC 9B EF

RGB Percentages of Color #fc9bef

%39.01
%23.99
%37.00

CMYK Percentages of Color #fc9bef

%0
%38
%5
%1

Triadic Colors of #fc9bef

#fc9bef #effc9b #9beffc

Analogous Colors of #fc9bef

#fc9bef #fc9bbf #d99bfc

Monochromatic Colors of #fc9bef

#fc9bef

Complementary Color

#fc9bef #9bfca8

#fc9bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9bef Color CSS Codes

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

#fc9bef Text Font Color

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

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


#fc9bef Background Color

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

This div background color is #fc9bef


#fc9bef Border Color

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

This div border color is #fc9bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9bef


Comments

No comments written yet.

Please login to write comment.