Color Hex Logo

#fbdeec Color Hex

#FBDEEC
(251,222,236)
0 Favorites   0 Comments

Color spaces of #fbdeec

RGB 251222236
HSL0.920.780.93
HSV331°12°98°
CMYK 0.000.120.06   0.02
XYZ81.045378.807990.2968
Yxy78.80790.32400.3150
Hunter Lab88.77387.60591.8345
CIE-Lab91.147312.2908-3.1664

#fbdeec color RGB value is (251,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 11101100
Octal 373 336 354
Decimal 251 222 236
Hex FB DE EC

RGB Percentages of Color #fbdeec

%35.40
%31.31
%33.29

CMYK Percentages of Color #fbdeec

%0
%12
%6
%2

Triadic Colors of #fbdeec

#fbdeec #ecfbde #deecfb

Analogous Colors of #fbdeec

#fbdeec #fbdfde #fbdefb

Monochromatic Colors of #fbdeec

#fbdeec

Complementary Color

#fbdeec #defbed

#fbdeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdeec Color CSS Codes

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

#fbdeec Text Font Color

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

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


#fbdeec Background Color

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

This div background color is #fbdeec


#fbdeec Border Color

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

This div border color is #fbdeec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,222,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 #fbdeec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdeec


Comments

No comments written yet.

Please login to write comment.