Color Hex Logo

#fbadbd Color Hex

#FBADBD
(251,173,189)
0 Favorites   0 Comments

Color spaces of #fbadbd

RGB 251173189
HSL0.970.910.83
HSV348°31°98°
CMYK 0.000.310.25   0.02
XYZ63.912554.070555.2122
Yxy54.07050.36900.3122
Hunter Lab73.532626.46506.9548
CIE-Lab78.502830.70573.4502

#fbadbd color RGB value is (251,173,189).

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

The process color (four color CMYK) of #fbadbd color hex is 0.00, 0.31, 0.25, 0.02. Web safe color of #fbadbd is #ff99cc. Color #fbadbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10111101
Octal 373 255 275
Decimal 251 173 189
Hex FB AD BD

RGB Percentages of Color #fbadbd

%40.95
%28.22
%30.83

CMYK Percentages of Color #fbadbd

%0
%31
%25
%2

Triadic Colors of #fbadbd

#fbadbd #bdfbad #adbdfb

Analogous Colors of #fbadbd

#fbadbd #fbc4ad #fbade4

Monochromatic Colors of #fbadbd

#fbadbd

Complementary Color

#fbadbd #adfbeb

#fbadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadbd Color CSS Codes

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

#fbadbd Text Font Color

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

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


#fbadbd Background Color

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

This div background color is #fbadbd


#fbadbd Border Color

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

This div border color is #fbadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadbd


Comments

No comments written yet.

Please login to write comment.