Color Hex Logo

#fdb192 Color Hex

#FDB192
(253,177,146)
0 Favorites   0 Comments

Color spaces of #fdb192

RGB 253177146
HSL0.050.960.78
HSV17°42°99°
CMYK 0.000.300.42   0.01
XYZ61.418554.402334.4577
Yxy54.40230.40870.3620
Hunter Lab73.757919.561323.9319
CIE-Lab78.695724.100626.9760

#fdb192 color RGB value is (253,177,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10110001 10010010
Octal 375 261 222
Decimal 253 177 146
Hex FD B1 92

RGB Percentages of Color #fdb192

%43.92
%30.73
%25.35

CMYK Percentages of Color #fdb192

%0
%30
%42
%1

Triadic Colors of #fdb192

#fdb192 #92fdb1 #b192fd

Analogous Colors of #fdb192

#fdb192 #fde792 #fd92a9

Monochromatic Colors of #fdb192

#fdb192

Complementary Color

#fdb192 #92defd

#fdb192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb192 Color CSS Codes

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

#fdb192 Text Font Color

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

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


#fdb192 Background Color

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

This div background color is #fdb192


#fdb192 Border Color

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

This div border color is #fdb192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb192


Comments

No comments written yet.

Please login to write comment.