Color Hex Logo

#fdb8ba Color Hex

#FDB8BA
(253,184,186)
0 Favorites   0 Comments

Color spaces of #fdb8ba

RGB 253184186
HSL1.000.950.86
HSV358°27°99°
CMYK 0.000.270.26   0.01
XYZ66.511458.708854.2808
Yxy58.70880.37050.3271
Hunter Lab76.621720.858911.6326
CIE-Lab81.131325.23498.8839

#fdb8ba color RGB value is (253,184,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111000 10111010
Octal 375 270 272
Decimal 253 184 186
Hex FD B8 BA

RGB Percentages of Color #fdb8ba

%40.61
%29.53
%29.86

CMYK Percentages of Color #fdb8ba

%0
%27
%26
%1

Triadic Colors of #fdb8ba

#fdb8ba #bafdb8 #b8bafd

Analogous Colors of #fdb8ba

#fdb8ba #fdd9b8 #fdb8dd

Monochromatic Colors of #fdb8ba

#fdb8ba

Complementary Color

#fdb8ba #b8fdfb

#fdb8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdb8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdb8ba Color CSS Codes

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

#fdb8ba Text Font Color

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

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


#fdb8ba Background Color

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

This div background color is #fdb8ba


#fdb8ba Border Color

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

This div border color is #fdb8ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,184,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 #fdb8ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdb8ba

Related Colors


Comments

No comments written yet.

Please login to write comment.