Color Hex Logo

#fdbac9 Color Hex

#FDBAC9
(253,186,201)
0 Favorites   0 Comments

Color spaces of #fdbac9

RGB 253186201
HSL0.960.940.86
HSV347°26°99°
CMYK 0.000.260.21   0.01
XYZ68.609560.217563.2654
Yxy60.21750.35720.3135
Hunter Lab77.599922.01985.9822
CIE-Lab81.956326.29831.9994

#fdbac9 color RGB value is (253,186,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111010 11001001
Octal 375 272 311
Decimal 253 186 201
Hex FD BA C9

RGB Percentages of Color #fdbac9

%39.53
%29.06
%31.41

CMYK Percentages of Color #fdbac9

%0
%26
%21
%1

Triadic Colors of #fdbac9

#fdbac9 #c9fdba #bac9fd

Analogous Colors of #fdbac9

#fdbac9 #fdcdba #fdbaeb

Monochromatic Colors of #fdbac9

#fdbac9

Complementary Color

#fdbac9 #bafdee

#fdbac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbac9 Color CSS Codes

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

#fdbac9 Text Font Color

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

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


#fdbac9 Background Color

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

This div background color is #fdbac9


#fdbac9 Border Color

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

This div border color is #fdbac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbac9

Related Colors

#fdbac9 Color Palettes


Comments

No comments written yet.

Please login to write comment.