Color Hex Logo

#fdbac8 Color Hex

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

Color spaces of #fdbac8

RGB 253186200
HSL0.970.940.86
HSV347°26°99°
CMYK 0.000.260.21   0.01
XYZ68.492260.170662.6477
Yxy60.17060.35800.3145
Hunter Lab77.569721.86426.4144
CIE-Lab81.930826.15222.5005

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

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

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

Base Numbers

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

RGB Percentages of Color #fdbac8

%39.59
%29.11
%31.30

CMYK Percentages of Color #fdbac8

%0
%26
%21
%1

Triadic Colors of #fdbac8

#fdbac8 #c8fdba #bac8fd

Analogous Colors of #fdbac8

#fdbac8 #fdceba #fdbaea

Monochromatic Colors of #fdbac8

#fdbac8

Complementary Color

#fdbac8 #bafdef

#fdbac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbac8 Color CSS Codes

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

#fdbac8 Text Font Color

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

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


#fdbac8 Background Color

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

This div background color is #fdbac8


#fdbac8 Border Color

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

This div border color is #fdbac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbac8

Related Colors


Comments

No comments written yet.

Please login to write comment.