Color Hex Logo

#fc9be0 Color Hex

#FC9BE0
(252,155,224)
0 Favorites   0 Comments

Color spaces of #fc9be0

RGB 252155224
HSL0.880.940.80
HSV317°38°99°
CMYK 0.000.380.11   0.01
XYZ65.320849.520076.6365
Yxy49.52000.34110.2586
Hunter Lab70.370442.5429-15.3101
CIE-Lab75.773745.6632-19.6746

#fc9be0 color RGB value is (252,155,224).

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

The process color (four color CMYK) of #fc9be0 color hex is 0.00, 0.38, 0.11, 0.01. Web safe color of #fc9be0 is #ff99cc. Color #fc9be0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011011 11100000
Octal 374 233 340
Decimal 252 155 224
Hex FC 9B E0

RGB Percentages of Color #fc9be0

%39.94
%24.56
%35.50

CMYK Percentages of Color #fc9be0

%0
%38
%11
%1

Triadic Colors of #fc9be0

#fc9be0 #e0fc9b #9be0fc

Analogous Colors of #fc9be0

#fc9be0 #fc9bb0 #e89bfc

Monochromatic Colors of #fc9be0

#fc9be0

Complementary Color

#fc9be0 #9bfcb7

#fc9be0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9be0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9be0 Color CSS Codes

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

#fc9be0 Text Font Color

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

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


#fc9be0 Background Color

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

This div background color is #fc9be0


#fc9be0 Border Color

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

This div border color is #fc9be0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9be0

Related Colors


Comments

No comments written yet.

Please login to write comment.