Color Hex Logo

#fbdfec Color Hex

#FBDFEC
(251,223,236)
0 Favorites   0 Comments

Color spaces of #fbdfec

RGB 251223236
HSL0.920.780.93
HSV332°11°98°
CMYK 0.000.110.06   0.02
XYZ81.311779.340790.3856
Yxy79.34070.32390.3161
Hunter Lab89.07347.06742.1879
CIE-Lab91.388211.7712-2.8126

#fbdfec color RGB value is (251,223,236).

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

The process color (four color CMYK) of #fbdfec color hex is 0.00, 0.11, 0.06, 0.02. Web safe color of #fbdfec is #ffccff. Color #fbdfec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11101100
Octal 373 337 354
Decimal 251 223 236
Hex FB DF EC

RGB Percentages of Color #fbdfec

%35.35
%31.41
%33.24

CMYK Percentages of Color #fbdfec

%0
%11
%6
%2

Triadic Colors of #fbdfec

#fbdfec #ecfbdf #dfecfb

Analogous Colors of #fbdfec

#fbdfec #fbe0df #fbdffa

Monochromatic Colors of #fbdfec

#fbdfec

Complementary Color

#fbdfec #dffbee

#fbdfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfec Color CSS Codes

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

#fbdfec Text Font Color

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

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


#fbdfec Background Color

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

This div background color is #fbdfec


#fbdfec Border Color

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

This div border color is #fbdfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfec


Comments

No comments written yet.

Please login to write comment.