Color Hex Logo

#fbdfde Color Hex

#FBDFDE
(251,223,222)
0 Favorites   0 Comments

Color spaces of #fbdfde

RGB 251223222
HSL0.010.780.93
HSV12°98°
CMYK 0.000.110.12   0.02
XYZ79.356278.558580.0880
Yxy78.55850.33340.3301
Hunter Lab88.63324.70878.4695
CIE-Lab91.03429.46154.0048

#fbdfde color RGB value is (251,223,222).

#fbdfde hex color red value is 251, green value is 223 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fbdfde hue: 0.01 , saturation: 0.78 and the lightness value of fbdfde is 0.93.

The process color (four color CMYK) of #fbdfde color hex is 0.00, 0.11, 0.12, 0.02. Web safe color of #fbdfde is #ffcccc. Color #fbdfde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11011110
Octal 373 337 336
Decimal 251 223 222
Hex FB DF DE

RGB Percentages of Color #fbdfde

%36.06
%32.04
%31.90

CMYK Percentages of Color #fbdfde

%0
%11
%12
%2

Triadic Colors of #fbdfde

#fbdfde #defbdf #dfdefb

Analogous Colors of #fbdfde

#fbdfde #fbeede #fbdeec

Monochromatic Colors of #fbdfde

#fbdfde

Complementary Color

#fbdfde #defafb

#fbdfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfde Color CSS Codes

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

#fbdfde Text Font Color

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

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


#fbdfde Background Color

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

This div background color is #fbdfde


#fbdfde Border Color

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

This div border color is #fbdfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfde

Related Colors


Comments

No comments written yet.

Please login to write comment.