Color Hex Logo

#fbc192 Color Hex

#FBC192
(251,193,146)
0 Favorites   0 Comments

Color spaces of #fbc192

RGB 251193146
HSL0.070.930.78
HSV27°42°98°
CMYK 0.000.230.42   0.02
XYZ64.041960.724535.5398
Yxy60.72450.39950.3788
Hunter Lab77.925910.326427.5077
CIE-Lab82.230414.933931.6582

#fbc192 color RGB value is (251,193,146).

#fbc192 hex color red value is 251, green value is 193 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fbc192 hue: 0.07 , saturation: 0.93 and the lightness value of fbc192 is 0.78.

The process color (four color CMYK) of #fbc192 color hex is 0.00, 0.23, 0.42, 0.02. Web safe color of #fbc192 is #ffcc99. Color #fbc192 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11000001 10010010
Octal 373 301 222
Decimal 251 193 146
Hex FB C1 92

RGB Percentages of Color #fbc192

%42.54
%32.71
%24.75

CMYK Percentages of Color #fbc192

%0
%23
%42
%2

Triadic Colors of #fbc192

#fbc192 #92fbc1 #c192fb

Analogous Colors of #fbc192

#fbc192 #fbf692 #fb9298

Monochromatic Colors of #fbc192

#fbc192

Complementary Color

#fbc192 #92ccfb

#fbc192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbc192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbc192 Color CSS Codes

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

#fbc192 Text Font Color

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

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


#fbc192 Background Color

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

This div background color is #fbc192


#fbc192 Border Color

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

This div border color is #fbc192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbc192


Comments

No comments written yet.

Please login to write comment.