Color Hex Logo

#fdbacc Color Hex

#FDBACC
(253,186,204)
0 Favorites   0 Comments

Color spaces of #fdbacc

RGB 253186204
HSL0.960.940.86
HSV344°26°99°
CMYK 0.000.260.19   0.01
XYZ68.966060.360165.1425
Yxy60.36010.35460.3104
Hunter Lab77.691822.49164.6711
CIE-Lab82.033526.74080.4982

#fdbacc color RGB value is (253,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11001100
Octal 375 272 314
Decimal 253 186 204
Hex FD BA CC

RGB Percentages of Color #fdbacc

%39.35
%28.93
%31.73

CMYK Percentages of Color #fdbacc

%0
%26
%19
%1

Triadic Colors of #fdbacc

#fdbacc #ccfdba #baccfd

Analogous Colors of #fdbacc

#fdbacc #fdcaba #fdbaee

Monochromatic Colors of #fdbacc

#fdbacc

Complementary Color

#fdbacc #bafdeb

#fdbacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbacc Color CSS Codes

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

#fdbacc Text Font Color

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

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


#fdbacc Background Color

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

This div background color is #fdbacc


#fdbacc Border Color

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

This div border color is #fdbacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbacc


Comments

No comments written yet.

Please login to write comment.