Color Hex Logo

#fda193 Color Hex

#FDA193
(253,161,147)
0 Favorites   0 Comments

Color spaces of #fda193

RGB 253161147
HSL0.020.960.78
HSV42°99°
CMYK 0.000.360.42   0.01
XYZ58.519348.479033.8768
Yxy48.47900.41540.3441
Hunter Lab69.626928.176919.8914
CIE-Lab75.126032.575621.5916

#fda193 color RGB value is (253,161,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 10010011
Octal 375 241 223
Decimal 253 161 147
Hex FD A1 93

RGB Percentages of Color #fda193

%45.10
%28.70
%26.20

CMYK Percentages of Color #fda193

%0
%36
%42
%1

Triadic Colors of #fda193

#fda193 #93fda1 #a193fd

Analogous Colors of #fda193

#fda193 #fdd693 #fd93ba

Monochromatic Colors of #fda193

#fda193

Complementary Color

#fda193 #93effd

#fda193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda193 Color CSS Codes

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

#fda193 Text Font Color

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

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


#fda193 Background Color

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

This div background color is #fda193


#fda193 Border Color

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

This div border color is #fda193


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,161,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda193


Comments

No comments written yet.

Please login to write comment.