Color Hex Logo

#fd6291 Color Hex

#FD6291
(253,98,145)
0 Favorites   0 Comments

Color spaces of #fd6291

RGB 25398145
HSL0.950.970.69
HSV342°61°99°
CMYK 0.000.610.43   0.01
XYZ49.986531.662330.2649
Yxy31.66230.44670.2829
Hunter Lab56.269360.09837.4989
CIE-Lab63.062862.80315.7914

#fd6291 color RGB value is (253,98,145).

#fd6291 hex color red value is 253, green value is 98 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fd6291 hue: 0.95 , saturation: 0.97 and the lightness value of fd6291 is 0.69.

The process color (four color CMYK) of #fd6291 color hex is 0.00, 0.61, 0.43, 0.01. Web safe color of #fd6291 is #ff6699. Color #fd6291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100010 10010001
Octal 375 142 221
Decimal 253 98 145
Hex FD 62 91

RGB Percentages of Color #fd6291

%51.01
%19.76
%29.23

CMYK Percentages of Color #fd6291

%0
%61
%43
%1

Triadic Colors of #fd6291

#fd6291 #91fd62 #6291fd

Analogous Colors of #fd6291

#fd6291 #fd8162 #fd62df

Monochromatic Colors of #fd6291

#fd6291

Complementary Color

#fd6291 #62fdce

#fd6291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6291 Color CSS Codes

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

#fd6291 Text Font Color

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

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


#fd6291 Background Color

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

This div background color is #fd6291


#fd6291 Border Color

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

This div border color is #fd6291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6291

Related Colors

#fd6291 Color Palettes


Comments

No comments written yet.

Please login to write comment.