Color Hex Logo

#fadbe4 Color Hex

#FADBE4
(250,219,228)
0 Favorites   0 Comments

Color spaces of #fadbe4

RGB 250219228
HSL0.950.760.92
HSV343°12°98°
CMYK 0.000.120.09   0.02
XYZ78.759576.588584.0308
Yxy76.58850.32900.3199
Hunter Lab87.51497.49114.3308
CIE-Lab90.131912.1676-0.4662

#fadbe4 color RGB value is (250,219,228).

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

The process color (four color CMYK) of #fadbe4 color hex is 0.00, 0.12, 0.09, 0.02. Web safe color of #fadbe4 is #ffcccc. Color #fadbe4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11100100
Octal 372 333 344
Decimal 250 219 228
Hex FA DB E4

RGB Percentages of Color #fadbe4

%35.87
%31.42
%32.71

CMYK Percentages of Color #fadbe4

%0
%12
%9
%2

Triadic Colors of #fadbe4

#fadbe4 #e4fadb #dbe4fa

Analogous Colors of #fadbe4

#fadbe4 #fae2db #fadbf4

Monochromatic Colors of #fadbe4

#fadbe4

Complementary Color

#fadbe4 #dbfaf1

#fadbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbe4 Color CSS Codes

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

#fadbe4 Text Font Color

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

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


#fadbe4 Background Color

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

This div background color is #fadbe4


#fadbe4 Border Color

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

This div border color is #fadbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbe4


Comments

No comments written yet.

Please login to write comment.