Color Hex Logo

#fbdde6 Color Hex

#FBDDE6
(251,221,230)
0 Favorites   0 Comments

Color spaces of #fbdde6

RGB 251221230
HSL0.950.790.93
HSV342°12°98°
CMYK 0.000.120.08   0.02
XYZ79.923077.935385.6935
Yxy77.93530.32820.3200
Hunter Lab88.28107.10894.2444
CIE-Lab90.750411.8029-0.6019

#fbdde6 color RGB value is (251,221,230).

#fbdde6 hex color red value is 251, green value is 221 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fbdde6 hue: 0.95 , saturation: 0.79 and the lightness value of fbdde6 is 0.93.

The process color (four color CMYK) of #fbdde6 color hex is 0.00, 0.12, 0.08, 0.02. Web safe color of #fbdde6 is #ffccff. Color #fbdde6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 11100110
Octal 373 335 346
Decimal 251 221 230
Hex FB DD E6

RGB Percentages of Color #fbdde6

%35.75
%31.48
%32.76

CMYK Percentages of Color #fbdde6

%0
%12
%8
%2

Triadic Colors of #fbdde6

#fbdde6 #e6fbdd #dde6fb

Analogous Colors of #fbdde6

#fbdde6 #fbe3dd #fbddf5

Monochromatic Colors of #fbdde6

#fbdde6

Complementary Color

#fbdde6 #ddfbf2

#fbdde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdde6 Color CSS Codes

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

#fbdde6 Text Font Color

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

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


#fbdde6 Background Color

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

This div background color is #fbdde6


#fbdde6 Border Color

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

This div border color is #fbdde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdde6


Comments

No comments written yet.

Please login to write comment.