Color Hex Logo

#fbbdc6 Color Hex

#FBBDC6
(251,189,198)
0 Favorites   0 Comments

Color spaces of #fbbdc6

RGB 251189198
HSL0.980.890.86
HSV351°25°98°
CMYK 0.000.250.21   0.02
XYZ68.174360.981661.6035
Yxy60.98160.35740.3197
Hunter Lab78.090719.17437.8913
CIE-Lab82.368823.56964.1851

#fbbdc6 color RGB value is (251,189,198).

#fbbdc6 hex color red value is 251, green value is 189 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #fbbdc6 hue: 0.98 , saturation: 0.89 and the lightness value of fbbdc6 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10111101 11000110
Octal 373 275 306
Decimal 251 189 198
Hex FB BD C6

RGB Percentages of Color #fbbdc6

%39.34
%29.62
%31.03

CMYK Percentages of Color #fbbdc6

%0
%25
%21
%2

Triadic Colors of #fbbdc6

#fbbdc6 #c6fbbd #bdc6fb

Analogous Colors of #fbbdc6

#fbbdc6 #fbd3bd #fbbde5

Monochromatic Colors of #fbbdc6

#fbbdc6

Complementary Color

#fbbdc6 #bdfbf2

#fbbdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbbdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbbdc6 Color CSS Codes

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

#fbbdc6 Text Font Color

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

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


#fbbdc6 Background Color

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

This div background color is #fbbdc6


#fbbdc6 Border Color

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

This div border color is #fbbdc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbbdc6

Related Colors


Comments

No comments written yet.

Please login to write comment.