Color Hex Logo

#fdbca6 Color Hex

#FDBCA6
(253,188,166)
0 Favorites   0 Comments

Color spaces of #fdbca6

RGB 253188166
HSL0.040.960.82
HSV15°34°99°
CMYK 0.000.260.34   0.01
XYZ65.374259.602344.1352
Yxy59.60230.38660.3524
Hunter Lab77.202516.047320.1468
CIE-Lab81.621520.577220.2983

#fdbca6 color RGB value is (253,188,166).

#fdbca6 hex color red value is 253, green value is 188 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #fdbca6 hue: 0.04 , saturation: 0.96 and the lightness value of fdbca6 is 0.82.

The process color (four color CMYK) of #fdbca6 color hex is 0.00, 0.26, 0.34, 0.01. Web safe color of #fdbca6 is #ffcc99. Color #fdbca6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10100110
Octal 375 274 246
Decimal 253 188 166
Hex FD BC A6

RGB Percentages of Color #fdbca6

%41.68
%30.97
%27.35

CMYK Percentages of Color #fdbca6

%0
%26
%34
%1

Triadic Colors of #fdbca6

#fdbca6 #a6fdbc #bca6fd

Analogous Colors of #fdbca6

#fdbca6 #fde8a6 #fda6bc

Monochromatic Colors of #fdbca6

#fdbca6

Complementary Color

#fdbca6 #a6e7fd

#fdbca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbca6 Color CSS Codes

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

#fdbca6 Text Font Color

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

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


#fdbca6 Background Color

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

This div background color is #fdbca6


#fdbca6 Border Color

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

This div border color is #fdbca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbca6


Comments

No comments written yet.

Please login to write comment.