Color Hex Logo

#fbdbce Color Hex

#FBDBCE
(251,219,206)
0 Favorites   0 Comments

Color spaces of #fbdbce

RGB 251219206
HSL0.050.850.90
HSV17°18°98°
CMYK 0.000.130.18   0.02
XYZ76.255875.628568.9712
Yxy75.62850.34530.3424
Hunter Lab86.96464.331313.8527
CIE-Lab89.68669.056910.4541

#fbdbce color RGB value is (251,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11001110
Octal 373 333 316
Decimal 251 219 206
Hex FB DB CE

RGB Percentages of Color #fbdbce

%37.13
%32.40
%30.47

CMYK Percentages of Color #fbdbce

%0
%13
%18
%2

Triadic Colors of #fbdbce

#fbdbce #cefbdb #dbcefb

Analogous Colors of #fbdbce

#fbdbce #fbf2ce #fbced8

Monochromatic Colors of #fbdbce

#fbdbce

Complementary Color

#fbdbce #ceeefb

#fbdbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbce Color CSS Codes

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

#fbdbce Text Font Color

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

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


#fbdbce Background Color

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

This div background color is #fbdbce


#fbdbce Border Color

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

This div border color is #fbdbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbce

Related Colors


Comments

No comments written yet.

Please login to write comment.