Color Hex Logo

#fcbeb7 Color Hex

#FCBEB7
(252,190,183)
0 Favorites   0 Comments

Color spaces of #fcbeb7

RGB 252190183
HSL0.020.920.85
HSV27°99°
CMYK 0.000.250.27   0.01
XYZ67.105660.941353.0257
Yxy60.94130.37060.3366
Hunter Lab78.064916.827314.3726
CIE-Lab82.347221.311912.2122

#fcbeb7 color RGB value is (252,190,183).

#fcbeb7 hex color red value is 252, green value is 190 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #fcbeb7 hue: 0.02 , saturation: 0.92 and the lightness value of fcbeb7 is 0.85.

The process color (four color CMYK) of #fcbeb7 color hex is 0.00, 0.25, 0.27, 0.01. Web safe color of #fcbeb7 is #ffcccc. Color #fcbeb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10110111
Octal 374 276 267
Decimal 252 190 183
Hex FC BE B7

RGB Percentages of Color #fcbeb7

%40.32
%30.40
%29.28

CMYK Percentages of Color #fcbeb7

%0
%25
%27
%1

Triadic Colors of #fcbeb7

#fcbeb7 #b7fcbe #beb7fc

Analogous Colors of #fcbeb7

#fcbeb7 #fce1b7 #fcb7d3

Monochromatic Colors of #fcbeb7

#fcbeb7

Complementary Color

#fcbeb7 #b7f5fc

#fcbeb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbeb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbeb7 Color CSS Codes

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

#fcbeb7 Text Font Color

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

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


#fcbeb7 Background Color

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

This div background color is #fcbeb7


#fcbeb7 Border Color

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

This div border color is #fcbeb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbeb7


Comments

No comments written yet.

Please login to write comment.