Color Hex Logo

#fd9099 Color Hex

#FD9099
(253,144,153)
2 Favorites   0 Comments

Color spaces of #fd9099

RGB 253144153
HSL0.990.960.78
HSV355°43°99°
CMYK 0.000.430.40   0.01
XYZ56.231043.129135.4980
Yxy43.12910.41700.3198
Hunter Lab65.672737.909813.9230
CIE-Lab71.642541.972613.4572

#fd9099 color RGB value is (253,144,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010000 10011001
Octal 375 220 231
Decimal 253 144 153
Hex FD 90 99

RGB Percentages of Color #fd9099

%46.00
%26.18
%27.82

CMYK Percentages of Color #fd9099

%0
%43
%40
%1

Triadic Colors of #fd9099

#fd9099 #99fd90 #9099fd

Analogous Colors of #fd9099

#fd9099 #fdbe90 #fd90d0

Monochromatic Colors of #fd9099

#fd9099

Complementary Color

#fd9099 #90fdf4

#fd9099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9099 Color CSS Codes

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

#fd9099 Text Font Color

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

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


#fd9099 Background Color

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

This div background color is #fd9099


#fd9099 Border Color

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

This div border color is #fd9099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,144,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 #fd9099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9099


Comments

No comments written yet.

Please login to write comment.