Color Hex Logo

#fcb192 Color Hex

#FCB192
(252,177,146)
0 Favorites   0 Comments

Color spaces of #fcb192

RGB 252177146
HSL0.050.950.78
HSV18°42°99°
CMYK 0.000.300.42   0.01
XYZ61.055354.215134.4407
Yxy54.21510.40780.3621
Hunter Lab73.630919.159523.8089
CIE-Lab78.587023.715526.8109

#fcb192 color RGB value is (252,177,146).

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

The process color (four color CMYK) of #fcb192 color hex is 0.00, 0.30, 0.42, 0.01. Web safe color of #fcb192 is #ff9999. Color #fcb192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 10010010
Octal 374 261 222
Decimal 252 177 146
Hex FC B1 92

RGB Percentages of Color #fcb192

%43.83
%30.78
%25.39

CMYK Percentages of Color #fcb192

%0
%30
%42
%1

Triadic Colors of #fcb192

#fcb192 #92fcb1 #b192fc

Analogous Colors of #fcb192

#fcb192 #fce692 #fc92a8

Monochromatic Colors of #fcb192

#fcb192

Complementary Color

#fcb192 #92ddfc

#fcb192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb192 Color CSS Codes

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

#fcb192 Text Font Color

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

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


#fcb192 Background Color

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

This div background color is #fcb192


#fcb192 Border Color

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

This div border color is #fcb192


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,177,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 #fcb192">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb192

Related Colors


Comments

No comments written yet.

Please login to write comment.