Color Hex Logo

#fda299 Color Hex

#FDA299
(253,162,153)
0 Favorites   0 Comments

Color spaces of #fda299

RGB 253162153
HSL0.020.960.80
HSV40°99°
CMYK 0.000.360.40   0.01
XYZ59.178149.023236.4804
Yxy49.02320.40900.3388
Hunter Lab70.016628.339418.1200
CIE-Lab75.465832.701618.7908

#fda299 color RGB value is (253,162,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100010 10011001
Octal 375 242 231
Decimal 253 162 153
Hex FD A2 99

RGB Percentages of Color #fda299

%44.54
%28.52
%26.94

CMYK Percentages of Color #fda299

%0
%36
%40
%1

Triadic Colors of #fda299

#fda299 #99fda2 #a299fd

Analogous Colors of #fda299

#fda299 #fdd499 #fd99c2

Monochromatic Colors of #fda299

#fda299

Complementary Color

#fda299 #99f4fd

#fda299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda299 Color CSS Codes

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

#fda299 Text Font Color

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

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


#fda299 Background Color

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

This div background color is #fda299


#fda299 Border Color

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

This div border color is #fda299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda299


Comments

No comments written yet.

Please login to write comment.