Color Hex Logo

#fbadb6 Color Hex

#FBADB6
(251,173,182)
0 Favorites   0 Comments

Color spaces of #fbadb6

RGB 251173182
HSL0.980.910.83
HSV353°31°98°
CMYK 0.000.310.27   0.02
XYZ63.170753.773851.3059
Yxy53.77380.37550.3196
Hunter Lab73.330625.44039.8491
CIE-Lab78.329729.75087.0053

#fbadb6 color RGB value is (251,173,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101101 10110110
Octal 373 255 266
Decimal 251 173 182
Hex FB AD B6

RGB Percentages of Color #fbadb6

%41.42
%28.55
%30.03

CMYK Percentages of Color #fbadb6

%0
%31
%27
%2

Triadic Colors of #fbadb6

#fbadb6 #b6fbad #adb6fb

Analogous Colors of #fbadb6

#fbadb6 #fbcbad #fbaddd

Monochromatic Colors of #fbadb6

#fbadb6

Complementary Color

#fbadb6 #adfbf2

#fbadb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbadb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbadb6 Color CSS Codes

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

#fbadb6 Text Font Color

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

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


#fbadb6 Background Color

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

This div background color is #fbadb6


#fbadb6 Border Color

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

This div border color is #fbadb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbadb6


Comments

No comments written yet.

Please login to write comment.