Color Hex Logo

#fcbead Color Hex

#FCBEAD
(252,190,173)
0 Favorites   0 Comments

Color spaces of #fcbead

RGB 252190173
HSL0.040.930.83
HSV13°31°99°
CMYK 0.000.250.31   0.01
XYZ66.101260.539547.7365
Yxy60.53950.37910.3472
Hunter Lab77.807115.482518.0892
CIE-Lab82.130620.013217.2548

#fcbead color RGB value is (252,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111110 10101101
Octal 374 276 255
Decimal 252 190 173
Hex FC BE AD

RGB Percentages of Color #fcbead

%40.98
%30.89
%28.13

CMYK Percentages of Color #fcbead

%0
%25
%31
%1

Triadic Colors of #fcbead

#fcbead #adfcbe #beadfc

Analogous Colors of #fcbead

#fcbead #fce6ad #fcadc4

Monochromatic Colors of #fcbead

#fcbead

Complementary Color

#fcbead #adebfc

#fcbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbead Color CSS Codes

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

#fcbead Text Font Color

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

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


#fcbead Background Color

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

This div background color is #fcbead


#fcbead Border Color

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

This div border color is #fcbead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbead

Related Colors


Comments

No comments written yet.

Please login to write comment.