Color Hex Logo

#fd816f Color Hex

#FD816F
(253,129,111)
0 Favorites   0 Comments

Color spaces of #fd816f

RGB 253129111
HSL0.020.970.71
HSV56°99°
CMYK 0.000.490.56   0.01
XYZ51.227537.730919.6217
Yxy37.73090.47180.3475
Hunter Lab61.425541.370524.0583
CIE-Lab67.821845.602731.5523

#fd816f color RGB value is (253,129,111).

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

The process color (four color CMYK) of #fd816f color hex is 0.00, 0.49, 0.56, 0.01. Web safe color of #fd816f is #ff9966. Color #fd816f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000001 01101111
Octal 375 201 157
Decimal 253 129 111
Hex FD 81 6F

RGB Percentages of Color #fd816f

%51.32
%26.17
%22.52

CMYK Percentages of Color #fd816f

%0
%49
%56
%1

Triadic Colors of #fd816f

#fd816f #6ffd81 #816ffd

Analogous Colors of #fd816f

#fd816f #fdc86f #fd6fa4

Monochromatic Colors of #fd816f

#fd816f

Complementary Color

#fd816f #6febfd

#fd816f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd816f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd816f Color CSS Codes

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

#fd816f Text Font Color

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

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


#fd816f Background Color

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

This div background color is #fd816f


#fd816f Border Color

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

This div border color is #fd816f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd816f

Related Colors


Comments

No comments written yet.

Please login to write comment.