Color Hex Logo

#fabdbc Color Hex

#FABDBC
(250,189,188)
0 Favorites   0 Comments

Color spaces of #fabdbc

RGB 250189188
HSL0.000.860.86
HSV25°98°
CMYK 0.000.240.25   0.02
XYZ66.699060.350055.7103
Yxy60.35000.36500.3302
Hunter Lab77.685317.307311.8611
CIE-Lab82.028121.78649.0501

#fabdbc color RGB value is (250,189,188).

#fabdbc hex color red value is 250, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fabdbc hue: 0.00 , saturation: 0.86 and the lightness value of fabdbc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 10111100
Octal 372 275 274
Decimal 250 189 188
Hex FA BD BC

RGB Percentages of Color #fabdbc

%39.87
%30.14
%29.98

CMYK Percentages of Color #fabdbc

%0
%24
%25
%2

Triadic Colors of #fabdbc

#fabdbc #bcfabd #bdbcfa

Analogous Colors of #fabdbc

#fabdbc #fadcbc #fabcda

Monochromatic Colors of #fabdbc

#fabdbc

Complementary Color

#fabdbc #bcf9fa

#fabdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdbc Color CSS Codes

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

#fabdbc Text Font Color

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

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


#fabdbc Background Color

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

This div background color is #fabdbc


#fabdbc Border Color

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

This div border color is #fabdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdbc


Comments

No comments written yet.

Please login to write comment.