Color Hex Logo

#fda195 Color Hex

#FDA195
(253,161,149)
0 Favorites   0 Comments

Color spaces of #fda195

RGB 253161149
HSL0.020.960.79
HSV41°99°
CMYK 0.000.360.41   0.01
XYZ58.677748.542334.7107
Yxy48.54230.41340.3420
Hunter Lab69.672328.405419.2324
CIE-Lab75.165732.788120.5569

#fda195 color RGB value is (253,161,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100001 10010101
Octal 375 241 225
Decimal 253 161 149
Hex FD A1 95

RGB Percentages of Color #fda195

%44.94
%28.60
%26.47

CMYK Percentages of Color #fda195

%0
%36
%41
%1

Triadic Colors of #fda195

#fda195 #95fda1 #a195fd

Analogous Colors of #fda195

#fda195 #fdd595 #fd95bd

Monochromatic Colors of #fda195

#fda195

Complementary Color

#fda195 #95f1fd

#fda195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda195 Color CSS Codes

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

#fda195 Text Font Color

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

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


#fda195 Background Color

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

This div background color is #fda195


#fda195 Border Color

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

This div border color is #fda195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda195


Comments

No comments written yet.

Please login to write comment.