Color Hex Logo

#ffa990 Color Hex

#FFA990
(255,169,144)
0 Favorites   0 Comments

Color spaces of #ffa990

RGB 255169144
HSL0.041.000.78
HSV14°44°100°
CMYK 0.000.340.44   0.00
XYZ60.462051.649633.1682
Yxy51.64960.41620.3555
Hunter Lab71.867724.403022.9440
CIE-Lab77.070828.848725.8962

#ffa990 color RGB value is (255,169,144).

#ffa990 hex color red value is 255, green value is 169 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ffa990 hue: 0.04 , saturation: 1.00 and the lightness value of ffa990 is 0.78.

The process color (four color CMYK) of #ffa990 color hex is 0.00, 0.34, 0.44, 0.00. Web safe color of #ffa990 is #ff9999. Color #ffa990 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 10010000
Octal 377 251 220
Decimal 255 169 144
Hex FF A9 90

RGB Percentages of Color #ffa990

%44.89
%29.75
%25.35

CMYK Percentages of Color #ffa990

%0
%34
%44
%0

Triadic Colors of #ffa990

#ffa990 #90ffa9 #a990ff

Analogous Colors of #ffa990

#ffa990 #ffe190 #ff90af

Monochromatic Colors of #ffa990

#ffa990

Complementary Color

#ffa990 #90e6ff

#ffa990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa990 Color CSS Codes

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

#ffa990 Text Font Color

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

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


#ffa990 Background Color

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

This div background color is #ffa990


#ffa990 Border Color

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

This div border color is #ffa990


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa990

Related Colors

#ffa990 Color Palettes


Comments

No comments written yet.

Please login to write comment.