Color Hex Logo

#fabbd6 Color Hex

#FABBD6
(250,187,214)
0 Favorites   0 Comments

Color spaces of #fabbd6

RGB 250187214
HSL0.930.860.86
HSV334°25°98°
CMYK 0.000.250.14   0.02
XYZ69.332360.719771.6842
Yxy60.71970.34370.3010
Hunter Lab77.922822.45640.0029
CIE-Lab82.227826.6974-4.6291

#fabbd6 color RGB value is (250,187,214).

#fabbd6 hex color red value is 250, green value is 187 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #fabbd6 hue: 0.93 , saturation: 0.86 and the lightness value of fabbd6 is 0.86.

The process color (four color CMYK) of #fabbd6 color hex is 0.00, 0.25, 0.14, 0.02. Web safe color of #fabbd6 is #ffcccc. Color #fabbd6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111011 11010110
Octal 372 273 326
Decimal 250 187 214
Hex FA BB D6

RGB Percentages of Color #fabbd6

%38.40
%28.73
%32.87

CMYK Percentages of Color #fabbd6

%0
%25
%14
%2

Triadic Colors of #fabbd6

#fabbd6 #d6fabb #bbd6fa

Analogous Colors of #fabbd6

#fabbd6 #fac0bb #fabbf6

Monochromatic Colors of #fabbd6

#fabbd6

Complementary Color

#fabbd6 #bbfadf

#fabbd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabbd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabbd6 Color CSS Codes

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

#fabbd6 Text Font Color

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

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


#fabbd6 Background Color

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

This div background color is #fabbd6


#fabbd6 Border Color

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

This div border color is #fabbd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabbd6

Related Colors


Comments

No comments written yet.

Please login to write comment.