Color Hex Logo

#fadaeb Color Hex

#FADAEB
(250,218,235)
0 Favorites   0 Comments

Color spaces of #fadaeb

RGB 250218235
HSL0.910.760.92
HSV328°13°98°
CMYK 0.000.130.06   0.02
XYZ79.491176.465089.1668
Yxy76.46500.32430.3119
Hunter Lab87.44439.23770.7531
CIE-Lab90.074813.8632-4.2285

#fadaeb color RGB value is (250,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011010 11101011
Octal 372 332 353
Decimal 250 218 235
Hex FA DA EB

RGB Percentages of Color #fadaeb

%35.56
%31.01
%33.43

CMYK Percentages of Color #fadaeb

%0
%13
%6
%2

Triadic Colors of #fadaeb

#fadaeb #ebfada #daebfa

Analogous Colors of #fadaeb

#fadaeb #fadadb #f9dafa

Monochromatic Colors of #fadaeb

#fadaeb

Complementary Color

#fadaeb #dafae9

#fadaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadaeb Color CSS Codes

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

#fadaeb Text Font Color

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

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


#fadaeb Background Color

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

This div background color is #fadaeb


#fadaeb Border Color

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

This div border color is #fadaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadaeb


Comments

No comments written yet.

Please login to write comment.