Color Hex Logo

#fbbdb6 Color Hex

#FBBDB6
(251,189,182)
0 Favorites   0 Comments

Color spaces of #fbbdb6

RGB 251189182
HSL0.020.900.85
HSV27°98°
CMYK 0.000.250.27   0.02
XYZ66.424860.281852.3906
Yxy60.28180.37090.3366
Hunter Lab77.641416.840414.3414
CIE-Lab81.991121.335912.2290

#fbbdb6 color RGB value is (251,189,182).

#fbbdb6 hex color red value is 251, green value is 189 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #fbbdb6 hue: 0.02 , saturation: 0.90 and the lightness value of fbbdb6 is 0.85.

The process color (four color CMYK) of #fbbdb6 color hex is 0.00, 0.25, 0.27, 0.02. Web safe color of #fbbdb6 is #ffcccc. Color #fbbdb6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 10110110
Octal 373 275 266
Decimal 251 189 182
Hex FB BD B6

RGB Percentages of Color #fbbdb6

%40.35
%30.39
%29.26

CMYK Percentages of Color #fbbdb6

%0
%25
%27
%2

Triadic Colors of #fbbdb6

#fbbdb6 #b6fbbd #bdb6fb

Analogous Colors of #fbbdb6

#fbbdb6 #fbe0b6 #fbb6d2

Monochromatic Colors of #fbbdb6

#fbbdb6

Complementary Color

#fbbdb6 #b6f4fb

#fbbdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdb6 Color CSS Codes

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

#fbbdb6 Text Font Color

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

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


#fbbdb6 Background Color

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

This div background color is #fbbdb6


#fbbdb6 Border Color

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

This div border color is #fbbdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdb6

Related Colors


Comments

No comments written yet.

Please login to write comment.