Color Hex Logo

#fadbea Color Hex

#FADBEA
(250,219,234)
0 Favorites   0 Comments

Color spaces of #fadbea

RGB 250219234
HSL0.920.760.92
HSV331°12°98°
CMYK 0.000.120.06   0.02
XYZ79.607176.927588.4947
Yxy76.92750.32490.3140
Hunter Lab87.70838.52321.5742
CIE-Lab90.288213.1723-3.3891

#fadbea color RGB value is (250,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011011 11101010
Octal 372 333 352
Decimal 250 219 234
Hex FA DB EA

RGB Percentages of Color #fadbea

%35.56
%31.15
%33.29

CMYK Percentages of Color #fadbea

%0
%12
%6
%2

Triadic Colors of #fadbea

#fadbea #eafadb #dbeafa

Analogous Colors of #fadbea

#fadbea #fadcdb #fadbfa

Monochromatic Colors of #fadbea

#fadbea

Complementary Color

#fadbea #dbfaeb

#fadbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadbea Color CSS Codes

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

#fadbea Text Font Color

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

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


#fadbea Background Color

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

This div background color is #fadbea


#fadbea Border Color

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

This div border color is #fadbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadbea

Related Colors


Comments

No comments written yet.

Please login to write comment.