Color Hex Logo

#fadbe9 Color Hex

#FADBE9
(250,219,233)
0 Favorites   0 Comments

Color spaces of #fadbe9

RGB 250219233
HSL0.920.760.92
HSV333°12°98°
CMYK 0.000.120.07   0.02
XYZ79.463876.870287.7400
Yxy76.87020.32560.3149
Hunter Lab87.67578.34902.0394
CIE-Lab90.261813.0031-2.9026

#fadbe9 color RGB value is (250,219,233).

#fadbe9 hex color red value is 250, green value is 219 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #fadbe9 hue: 0.92 , saturation: 0.76 and the lightness value of fadbe9 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11101001
Octal 372 333 351
Decimal 250 219 233
Hex FA DB E9

RGB Percentages of Color #fadbe9

%35.61
%31.20
%33.19

CMYK Percentages of Color #fadbe9

%0
%12
%7
%2

Triadic Colors of #fadbe9

#fadbe9 #e9fadb #dbe9fa

Analogous Colors of #fadbe9

#fadbe9 #fadddb #fadbf9

Monochromatic Colors of #fadbe9

#fadbe9

Complementary Color

#fadbe9 #dbfaec

#fadbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbe9 Color CSS Codes

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

#fadbe9 Text Font Color

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

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


#fadbe9 Background Color

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

This div background color is #fadbe9


#fadbe9 Border Color

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

This div border color is #fadbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbe9


Comments

No comments written yet.

Please login to write comment.