Color Hex Logo

#fbdbc6 Color Hex

#FBDBC6
(251,219,198)
0 Favorites   0 Comments

Color spaces of #fbdbc6

RGB 251219198
HSL0.070.870.88
HSV24°21°98°
CMYK 0.000.130.21   0.02
XYZ75.308275.249563.9815
Yxy75.24950.35100.3507
Hunter Lab86.74653.156916.9921
CIE-Lab89.50977.886614.3953

#fbdbc6 color RGB value is (251,219,198).

#fbdbc6 hex color red value is 251, green value is 219 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #fbdbc6 hue: 0.07 , saturation: 0.87 and the lightness value of fbdbc6 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11000110
Octal 373 333 306
Decimal 251 219 198
Hex FB DB C6

RGB Percentages of Color #fbdbc6

%37.57
%32.78
%29.64

CMYK Percentages of Color #fbdbc6

%0
%13
%21
%2

Triadic Colors of #fbdbc6

#fbdbc6 #c6fbdb #dbc6fb

Analogous Colors of #fbdbc6

#fbdbc6 #fbf6c6 #fbc6cc

Monochromatic Colors of #fbdbc6

#fbdbc6

Complementary Color

#fbdbc6 #c6e6fb

#fbdbc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbc6 Color CSS Codes

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

#fbdbc6 Text Font Color

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

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


#fbdbc6 Background Color

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

This div background color is #fbdbc6


#fbdbc6 Border Color

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

This div border color is #fbdbc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbc6


Comments

No comments written yet.

Please login to write comment.