Color Hex Logo

#fdc892 Color Hex

#FDC892
(253,200,146)
0 Favorites   0 Comments

Color spaces of #fdc892

RGB 253200146
HSL0.080.960.78
HSV30°42°99°
CMYK 0.000.210.42   0.01
XYZ66.350664.266536.1018
Yxy64.26650.39800.3855
Hunter Lab80.16647.446329.4161
CIE-Lab84.104312.062034.1671

#fdc892 color RGB value is (253,200,146).

#fdc892 hex color red value is 253, green value is 200 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #fdc892 hue: 0.08 , saturation: 0.96 and the lightness value of fdc892 is 0.78.

The process color (four color CMYK) of #fdc892 color hex is 0.00, 0.21, 0.42, 0.01. Web safe color of #fdc892 is #ffcc99. Color #fdc892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001000 10010010
Octal 375 310 222
Decimal 253 200 146
Hex FD C8 92

RGB Percentages of Color #fdc892

%42.24
%33.39
%24.37

CMYK Percentages of Color #fdc892

%0
%21
%42
%1

Triadic Colors of #fdc892

#fdc892 #92fdc8 #c892fd

Analogous Colors of #fdc892

#fdc892 #fdfd92 #fd9392

Monochromatic Colors of #fdc892

#fdc892

Complementary Color

#fdc892 #92c7fd

#fdc892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc892 Color CSS Codes

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

#fdc892 Text Font Color

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

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


#fdc892 Background Color

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

This div background color is #fdc892


#fdc892 Border Color

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

This div border color is #fdc892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc892

Related Colors

#fdc892 Color Palettes


Comments

No comments written yet.

Please login to write comment.