Color Hex Logo

#fcb692 Color Hex

#FCB692
(252,182,146)
0 Favorites   0 Comments

Color spaces of #fcb692

RGB 252182146
HSL0.060.950.78
HSV20°42°99°
CMYK 0.000.280.42   0.01
XYZ62.061156.226734.7760
Yxy56.22670.40550.3673
Hunter Lab74.984516.513224.9918
CIE-Lab79.742721.090328.3627

#fcb692 color RGB value is (252,182,146).

#fcb692 hex color red value is 252, green value is 182 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fcb692 hue: 0.06 , saturation: 0.95 and the lightness value of fcb692 is 0.78.

The process color (four color CMYK) of #fcb692 color hex is 0.00, 0.28, 0.42, 0.01. Web safe color of #fcb692 is #ffcc99. Color #fcb692 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 10010010
Octal 374 266 222
Decimal 252 182 146
Hex FC B6 92

RGB Percentages of Color #fcb692

%43.45
%31.38
%25.17

CMYK Percentages of Color #fcb692

%0
%28
%42
%1

Triadic Colors of #fcb692

#fcb692 #92fcb6 #b692fc

Analogous Colors of #fcb692

#fcb692 #fceb92 #fc92a3

Monochromatic Colors of #fcb692

#fcb692

Complementary Color

#fcb692 #92d8fc

#fcb692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb692 Color CSS Codes

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

#fcb692 Text Font Color

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

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


#fcb692 Background Color

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

This div background color is #fcb692


#fcb692 Border Color

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

This div border color is #fcb692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb692

Related Colors


Comments

No comments written yet.

Please login to write comment.