Color Hex Logo

#fda996 Color Hex

#FDA996
(253,169,150)
0 Favorites   0 Comments

Color spaces of #fda996

RGB 253169150
HSL0.030.960.79
HSV11°41°99°
CMYK 0.000.330.41   0.01
XYZ60.201051.460635.6141
Yxy51.46060.40880.3494
Hunter Lab71.736024.259420.7801
CIE-Lab76.957228.718922.4706

#fda996 color RGB value is (253,169,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101001 10010110
Octal 375 251 226
Decimal 253 169 150
Hex FD A9 96

RGB Percentages of Color #fda996

%44.23
%29.55
%26.22

CMYK Percentages of Color #fda996

%0
%33
%41
%1

Triadic Colors of #fda996

#fda996 #96fda9 #a996fd

Analogous Colors of #fda996

#fda996 #fddd96 #fd96b7

Monochromatic Colors of #fda996

#fda996

Complementary Color

#fda996 #96eafd

#fda996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda996 Color CSS Codes

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

#fda996 Text Font Color

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

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


#fda996 Background Color

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

This div background color is #fda996


#fda996 Border Color

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

This div border color is #fda996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda996


Comments

No comments written yet.

Please login to write comment.