Color Hex Logo

#fbadbc Color Hex

#FBADBC
(251,173,188)
0 Favorites   0 Comments

Color spaces of #fbadbc

RGB 251173188
HSL0.970.910.83
HSV348°31°98°
CMYK 0.000.310.25   0.02
XYZ63.804354.027254.6424
Yxy54.02720.36990.3132
Hunter Lab73.503226.31607.3760
CIE-Lab78.477630.56713.9573

#fbadbc color RGB value is (251,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10111100
Octal 373 255 274
Decimal 251 173 188
Hex FB AD BC

RGB Percentages of Color #fbadbc

%41.01
%28.27
%30.72

CMYK Percentages of Color #fbadbc

%0
%31
%25
%2

Triadic Colors of #fbadbc

#fbadbc #bcfbad #adbcfb

Analogous Colors of #fbadbc

#fbadbc #fbc5ad #fbade3

Monochromatic Colors of #fbadbc

#fbadbc

Complementary Color

#fbadbc #adfbec

#fbadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadbc Color CSS Codes

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

#fbadbc Text Font Color

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

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


#fbadbc Background Color

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

This div background color is #fbadbc


#fbadbc Border Color

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

This div border color is #fbadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadbc


Comments

No comments written yet.

Please login to write comment.