Color Hex Logo

#fbdabe Color Hex

#FBDABE
(251,218,190)
0 Favorites   0 Comments

Color spaces of #fbdabe

RGB 251218190
HSL0.080.880.86
HSV28°24°98°
CMYK 0.000.130.24   0.02
XYZ74.149374.369759.1619
Yxy74.36970.35700.3581
Hunter Lab86.23792.562119.6917
CIE-Lab89.09697.280418.0001

#fbdabe color RGB value is (251,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 10111110
Octal 373 332 276
Decimal 251 218 190
Hex FB DA BE

RGB Percentages of Color #fbdabe

%38.09
%33.08
%28.83

CMYK Percentages of Color #fbdabe

%0
%13
%24
%2

Triadic Colors of #fbdabe

#fbdabe #befbda #dabefb

Analogous Colors of #fbdabe

#fbdabe #fbf9be #fbbec1

Monochromatic Colors of #fbdabe

#fbdabe

Complementary Color

#fbdabe #bedffb

#fbdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdabe Color CSS Codes

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

#fbdabe Text Font Color

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

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


#fbdabe Background Color

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

This div background color is #fbdabe


#fbdabe Border Color

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

This div border color is #fbdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdabe

Related Colors


Comments

No comments written yet.

Please login to write comment.