Color Hex Logo

#fd8f6b Color Hex

#FD8F6B
(253,143,107)
0 Favorites   0 Comments

Color spaces of #fd8f6b

RGB 253143107
HSL0.040.970.71
HSV15°58°99°
CMYK 0.000.430.58   0.01
XYZ52.984341.589119.1448
Yxy41.58910.46590.3657
Hunter Lab64.489633.797827.5415
CIE-Lab70.586738.284437.2421

#fd8f6b color RGB value is (253,143,107).

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

The process color (four color CMYK) of #fd8f6b color hex is 0.00, 0.43, 0.58, 0.01. Web safe color of #fd8f6b is #ff9966. Color #fd8f6b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001111 01101011
Octal 375 217 153
Decimal 253 143 107
Hex FD 8F 6B

RGB Percentages of Color #fd8f6b

%50.30
%28.43
%21.27

CMYK Percentages of Color #fd8f6b

%0
%43
%58
%1

Triadic Colors of #fd8f6b

#fd8f6b #6bfd8f #8f6bfd

Analogous Colors of #fd8f6b

#fd8f6b #fdd86b #fd6b90

Monochromatic Colors of #fd8f6b

#fd8f6b

Complementary Color

#fd8f6b #6bd9fd

#fd8f6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8f6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8f6b Color CSS Codes

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

#fd8f6b Text Font Color

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

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


#fd8f6b Background Color

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

This div background color is #fd8f6b


#fd8f6b Border Color

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

This div border color is #fd8f6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8f6b

Related Colors


Comments

No comments written yet.

Please login to write comment.