Color Hex Logo

#fadebe Color Hex

#FADEBE
(250,222,190)
0 Favorites   0 Comments

Color spaces of #fadebe

RGB 250222190
HSL0.090.860.86
HSV32°24°98°
CMYK 0.000.110.24   0.02
XYZ74.839976.284359.4950
Yxy76.28430.35530.3622
Hunter Lab87.34090.105020.7514
CIE-Lab89.99124.850419.2362

#fadebe color RGB value is (250,222,190).

#fadebe hex color red value is 250, green value is 222 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fadebe hue: 0.09 , saturation: 0.86 and the lightness value of fadebe is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 10111110
Octal 372 336 276
Decimal 250 222 190
Hex FA DE BE

RGB Percentages of Color #fadebe

%37.76
%33.53
%28.70

CMYK Percentages of Color #fadebe

%0
%11
%24
%2

Triadic Colors of #fadebe

#fadebe #befade #debefa

Analogous Colors of #fadebe

#fadebe #f8fabe #fac0be

Monochromatic Colors of #fadebe

#fadebe

Complementary Color

#fadebe #bedafa

#fadebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadebe Color CSS Codes

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

#fadebe Text Font Color

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

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


#fadebe Background Color

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

This div background color is #fadebe


#fadebe Border Color

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

This div border color is #fadebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadebe


Comments

No comments written yet.

Please login to write comment.