Color Hex Logo

#fdc8ba Color Hex

#FDC8BA
(253,200,186)
0 Favorites   0 Comments

Color spaces of #fdc8ba

RGB 253200186
HSL0.030.940.86
HSV13°26°99°
CMYK 0.000.210.26   0.01
XYZ70.025265.736455.4520
Yxy65.73640.36620.3438
Hunter Lab81.078012.279916.2041
CIE-Lab84.861816.838514.1834

#fdc8ba color RGB value is (253,200,186).

#fdc8ba hex color red value is 253, green value is 200 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fdc8ba hue: 0.03 , saturation: 0.94 and the lightness value of fdc8ba is 0.86.

The process color (four color CMYK) of #fdc8ba color hex is 0.00, 0.21, 0.26, 0.01. Web safe color of #fdc8ba is #ffcccc. Color #fdc8ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11001000 10111010
Octal 375 310 272
Decimal 253 200 186
Hex FD C8 BA

RGB Percentages of Color #fdc8ba

%39.59
%31.30
%29.11

CMYK Percentages of Color #fdc8ba

%0
%21
%26
%1

Triadic Colors of #fdc8ba

#fdc8ba #bafdc8 #c8bafd

Analogous Colors of #fdc8ba

#fdc8ba #fdeaba #fdbace

Monochromatic Colors of #fdc8ba

#fdc8ba

Complementary Color

#fdc8ba #baeffd

#fdc8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdc8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdc8ba Color CSS Codes

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

#fdc8ba Text Font Color

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

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


#fdc8ba Background Color

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

This div background color is #fdc8ba


#fdc8ba Border Color

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

This div border color is #fdc8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdc8ba


Comments

No comments written yet.

Please login to write comment.