Color Hex Logo

#fb9dad Color Hex

#FB9DAD
(251,157,173)
0 Favorites   0 Comments

Color spaces of #fb9dad

RGB 251157173
HSL0.970.920.80
HSV350°37°98°
CMYK 0.000.370.31   0.02
XYZ59.383547.640345.6008
Yxy47.64030.38910.3121
Hunter Lab69.022032.78539.1442
CIE-Lab74.597536.93756.5672

#fb9dad color RGB value is (251,157,173).

#fb9dad hex color red value is 251, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fb9dad hue: 0.97 , saturation: 0.92 and the lightness value of fb9dad is 0.80.

The process color (four color CMYK) of #fb9dad color hex is 0.00, 0.37, 0.31, 0.02. Web safe color of #fb9dad is #ff9999. Color #fb9dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10011101 10101101
Octal 373 235 255
Decimal 251 157 173
Hex FB 9D AD

RGB Percentages of Color #fb9dad

%43.20
%27.02
%29.78

CMYK Percentages of Color #fb9dad

%0
%37
%31
%2

Triadic Colors of #fb9dad

#fb9dad #adfb9d #9dadfb

Analogous Colors of #fb9dad

#fb9dad #fbbc9d #fb9ddc

Monochromatic Colors of #fb9dad

#fb9dad

Complementary Color

#fb9dad #9dfbeb

#fb9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9dad Color CSS Codes

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

#fb9dad Text Font Color

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

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


#fb9dad Background Color

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

This div background color is #fb9dad


#fb9dad Border Color

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

This div border color is #fb9dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,157,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fb9dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fb9dad;
  -webkit-box-shadow: 1px 1px 3px 2px #fb9dad;
  box-shadow:         1px 1px 3px 2px #fb9dad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,157,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9dad


Comments

No comments written yet.

Please login to write comment.