Color Hex Logo

#fabfde Color Hex

#FABFDE
(250,191,222)
0 Favorites   0 Comments

Color spaces of #fabfde

RGB 250191222
HSL0.910.860.86
HSV328°24°98°
CMYK 0.000.240.11   0.02
XYZ71.240062.859577.4856
Yxy62.85950.33670.2971
Hunter Lab79.284021.6428-2.4463
CIE-Lab83.368425.8719-7.2350

#fabfde color RGB value is (250,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111111 11011110
Octal 372 277 336
Decimal 250 191 222
Hex FA BF DE

RGB Percentages of Color #fabfde

%37.71
%28.81
%33.48

CMYK Percentages of Color #fabfde

%0
%24
%11
%2

Triadic Colors of #fabfde

#fabfde #defabf #bfdefa

Analogous Colors of #fabfde

#fabfde #fabfc1 #f9bffa

Monochromatic Colors of #fabfde

#fabfde

Complementary Color

#fabfde #bffadb

#fabfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabfde Color CSS Codes

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

#fabfde Text Font Color

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

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


#fabfde Background Color

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

This div background color is #fabfde


#fabfde Border Color

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

This div border color is #fabfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabfde


Comments

No comments written yet.

Please login to write comment.