Color Hex Logo

#fabedf Color Hex

#FABEDF
(250,190,223)
0 Favorites   0 Comments

Color spaces of #fabedf

RGB 250190223
HSL0.910.860.86
HSV327°24°98°
CMYK 0.000.240.11   0.02
XYZ71.157162.478678.1212
Yxy62.47860.33600.2950
Hunter Lab79.043422.3648-3.2679
CIE-Lab83.167326.5626-8.0686

#fabedf color RGB value is (250,190,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11011111
Octal 372 276 337
Decimal 250 190 223
Hex FA BE DF

RGB Percentages of Color #fabedf

%37.71
%28.66
%33.63

CMYK Percentages of Color #fabedf

%0
%24
%11
%2

Triadic Colors of #fabedf

#fabedf #dffabe #bedffa

Analogous Colors of #fabedf

#fabedf #fabec1 #f7befa

Monochromatic Colors of #fabedf

#fabedf

Complementary Color

#fabedf #befad9

#fabedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabedf Color CSS Codes

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

#fabedf Text Font Color

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

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


#fabedf Background Color

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

This div background color is #fabedf


#fabedf Border Color

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

This div border color is #fabedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabedf

Related Colors


Comments

No comments written yet.

Please login to write comment.