color codes Logo

#fd897b color codes

#FD897B
(253,137,123)
0 Favorites   0 Comments

Color spaces of #fd897b

RGB 253137123
HSL0.020.970.74
HSV51°99°
CMYK 0.000.460.51   0.01
XYZ53.028840.204023.7041
Yxy40.20400.45350.3438
Hunter Lab63.406638.323122.2195
CIE-Lab69.614642.589727.2969

#fd897b color RGB value is (253,137,123).

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

The process color (four color CMYK) of #fd897b color code is 0.00, 0.46, 0.51, 0.01. Web safe color of #fd897b is #ff9966. Color #fd897b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001001 01111011
Octal 375 211 173
Decimal 253 137 123
Hex FD 89 7B

RGB Percentages of Color #fd897b

%49.32
%26.71
%23.98

CMYK Percentages of Color #fd897b

%0
%46
%51
%1

Triadic Colors of #fd897b

#fd897b #7bfd89 #897bfd

Analogous Colors of #fd897b

#fd897b #fdca7b #fd7bae

Monochromatic Colors of #fd897b

#fd897b

Complementary Color

#fd897b #7beffd

#fd897b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd897b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd897b Color CSS Codes

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

#fd897b Text Font Color

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

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


#fd897b Background Color

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

This div background color is #fd897b


#fd897b Border Color

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

This div border color is #fd897b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd897b


Comments

No comments written yet.

Please login to write comment.