Color Hex Logo

#fbdabd Color Hex

#FBDABD
(251,218,189)
0 Favorites   0 Comments

Color spaces of #fbdabd

RGB 251218189
HSL0.080.890.86
HSV28°25°98°
CMYK 0.000.130.25   0.02
XYZ74.040474.326258.5881
Yxy74.32620.35780.3591
Hunter Lab86.21262.425720.0568
CIE-Lab89.07647.143318.4941

#fbdabd color RGB value is (251,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 10111101
Octal 373 332 275
Decimal 251 218 189
Hex FB DA BD

RGB Percentages of Color #fbdabd

%38.15
%33.13
%28.72

CMYK Percentages of Color #fbdabd

%0
%13
%25
%2

Triadic Colors of #fbdabd

#fbdabd #bdfbda #dabdfb

Analogous Colors of #fbdabd

#fbdabd #fbf9bd #fbbdbf

Monochromatic Colors of #fbdabd

#fbdabd

Complementary Color

#fbdabd #bddefb

#fbdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdabd Color CSS Codes

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

#fbdabd Text Font Color

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

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


#fbdabd Background Color

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

This div background color is #fbdabd


#fbdabd Border Color

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

This div border color is #fbdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdabd


Comments

No comments written yet.

Please login to write comment.