Color Hex Logo

#fcbeaf Color Hex

#FCBEAF
(252,190,175)
0 Favorites   0 Comments

Color spaces of #fcbeaf

RGB 252190175
HSL0.030.930.84
HSV12°31°99°
CMYK 0.000.250.31   0.01
XYZ66.296260.617548.7636
Yxy60.61750.37740.3451
Hunter Lab77.857215.744317.3655
CIE-Lab82.172720.266816.2455

#fcbeaf color RGB value is (252,190,175).

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

The process color (four color CMYK) of #fcbeaf color hex is 0.00, 0.25, 0.31, 0.01. Web safe color of #fcbeaf is #ffcc99. Color #fcbeaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10101111
Octal 374 276 257
Decimal 252 190 175
Hex FC BE AF

RGB Percentages of Color #fcbeaf

%40.84
%30.79
%28.36

CMYK Percentages of Color #fcbeaf

%0
%25
%31
%1

Triadic Colors of #fcbeaf

#fcbeaf #affcbe #beaffc

Analogous Colors of #fcbeaf

#fcbeaf #fce5af #fcafc7

Monochromatic Colors of #fcbeaf

#fcbeaf

Complementary Color

#fcbeaf #afedfc

#fcbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbeaf Color CSS Codes

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

#fcbeaf Text Font Color

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

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


#fcbeaf Background Color

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

This div background color is #fcbeaf


#fcbeaf Border Color

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

This div border color is #fcbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbeaf


Comments

No comments written yet.

Please login to write comment.