Color Hex Logo

#fd898d Color Hex

#FD898D
(253,137,141)
0 Favorites   0 Comments

Color spaces of #fd898d

RGB 253137141
HSL0.990.970.76
HSV358°46°99°
CMYK 0.000.460.44   0.01
XYZ54.261440.697130.1947
Yxy40.69710.43360.3252
Hunter Lab63.794340.186516.5932
CIE-Lab69.963244.252017.7896

#fd898d color RGB value is (253,137,141).

#fd898d hex color red value is 253, green value is 137 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fd898d hue: 0.99 , saturation: 0.97 and the lightness value of fd898d is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001001 10001101
Octal 375 211 215
Decimal 253 137 141
Hex FD 89 8D

RGB Percentages of Color #fd898d

%47.65
%25.80
%26.55

CMYK Percentages of Color #fd898d

%0
%46
%44
%1

Triadic Colors of #fd898d

#fd898d #8dfd89 #898dfd

Analogous Colors of #fd898d

#fd898d #fdbf89 #fd89c7

Monochromatic Colors of #fd898d

#fd898d

Complementary Color

#fd898d #89fdf9

#fd898d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd898d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd898d Color CSS Codes

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

#fd898d Text Font Color

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

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


#fd898d Background Color

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

This div background color is #fd898d


#fd898d Border Color

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

This div border color is #fd898d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd898d


Comments

No comments written yet.

Please login to write comment.