color codes Logo

#fda89a color codes

#FDA89A
(253,168,154)
0 Favorites   0 Comments

Color spaces of #fda89a

RGB 253168154
HSL0.020.960.80
HSV39°99°
CMYK 0.000.340.39   0.01
XYZ60.343451.221037.2780
Yxy51.22100.40540.3441
Hunter Lab71.568825.257119.2159
CIE-Lab76.812729.680120.1080

#fda89a color RGB value is (253,168,154).

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

The process color (four color CMYK) of #fda89a color code is 0.00, 0.34, 0.39, 0.01. Web safe color of #fda89a is #ff9999. Color #fda89a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101000 10011010
Octal 375 250 232
Decimal 253 168 154
Hex FD A8 9A

RGB Percentages of Color #fda89a

%44.00
%29.22
%26.78

CMYK Percentages of Color #fda89a

%0
%34
%39
%1

Triadic Colors of #fda89a

#fda89a #9afda8 #a89afd

Analogous Colors of #fda89a

#fda89a #fdda9a #fd9abe

Monochromatic Colors of #fda89a

#fda89a

Complementary Color

#fda89a #9aeffd

#fda89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda89a Color CSS Codes

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

#fda89a Text Font Color

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

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


#fda89a Background Color

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

This div background color is #fda89a


#fda89a Border Color

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

This div border color is #fda89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda89a


Comments

No comments written yet.

Please login to write comment.