Color Hex Logo

#fbdce9 Color Hex

#FBDCE9
(251,220,233)
0 Favorites   0 Comments

Color spaces of #fbdce9

RGB 251220233
HSL0.930.790.92
HSV335°12°98°
CMYK 0.000.120.07   0.02
XYZ80.084877.578887.8441
Yxy77.57880.32620.3160
Hunter Lab88.07888.16142.5232
CIE-Lab90.587412.8239-2.4149

#fbdce9 color RGB value is (251,220,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 11101001
Octal 373 334 351
Decimal 251 220 233
Hex FB DC E9

RGB Percentages of Color #fbdce9

%35.65
%31.25
%33.10

CMYK Percentages of Color #fbdce9

%0
%12
%7
%2

Triadic Colors of #fbdce9

#fbdce9 #e9fbdc #dce9fb

Analogous Colors of #fbdce9

#fbdce9 #fbdfdc #fbdcf9

Monochromatic Colors of #fbdce9

#fbdce9

Complementary Color

#fbdce9 #dcfbee

#fbdce9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdce9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdce9 Color CSS Codes

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

#fbdce9 Text Font Color

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

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


#fbdce9 Background Color

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

This div background color is #fbdce9


#fbdce9 Border Color

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

This div border color is #fbdce9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdce9


Comments

No comments written yet.

Please login to write comment.