Color Hex Logo

#fbdbbe Color Hex

#FBDBBE
(251,219,190)
0 Favorites   0 Comments

Color spaces of #fbdbbe

RGB 251219190
HSL0.080.880.86
HSV29°24°98°
CMYK 0.000.130.24   0.02
XYZ74.409474.890059.2486
Yxy74.89000.35680.3591
Hunter Lab86.53902.037619.9846
CIE-Lab89.34146.764018.3420

#fbdbbe color RGB value is (251,219,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10111110
Octal 373 333 276
Decimal 251 219 190
Hex FB DB BE

RGB Percentages of Color #fbdbbe

%38.03
%33.18
%28.79

CMYK Percentages of Color #fbdbbe

%0
%13
%24
%2

Triadic Colors of #fbdbbe

#fbdbbe #befbdb #dbbefb

Analogous Colors of #fbdbbe

#fbdbbe #fbfabe #fbbec0

Monochromatic Colors of #fbdbbe

#fbdbbe

Complementary Color

#fbdbbe #bedefb

#fbdbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbbe Color CSS Codes

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

#fbdbbe Text Font Color

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

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


#fbdbbe Background Color

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

This div background color is #fbdbbe


#fbdbbe Border Color

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

This div border color is #fbdbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbbe

Related Colors


Comments

No comments written yet.

Please login to write comment.