Color Hex Logo

#fabcdb Color Hex

#FABCDB
(250,188,219)
0 Favorites   0 Comments

Color spaces of #fabcdb

RGB 250188219
HSL0.920.860.86
HSV330°25°98°
CMYK 0.000.250.12   0.02
XYZ70.193761.404975.1706
Yxy61.40490.33950.2970
Hunter Lab78.361322.7627-2.0230
CIE-Lab82.595926.9670-6.7705

#fabcdb color RGB value is (250,188,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11011011
Octal 372 274 333
Decimal 250 188 219
Hex FA BC DB

RGB Percentages of Color #fabcdb

%38.05
%28.61
%33.33

CMYK Percentages of Color #fabcdb

%0
%25
%12
%2

Triadic Colors of #fabcdb

#fabcdb #dbfabc #bcdbfa

Analogous Colors of #fabcdb

#fabcdb #fabcbc #fabcfa

Monochromatic Colors of #fabcdb

#fabcdb

Complementary Color

#fabcdb #bcfadb

#fabcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcdb Color CSS Codes

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

#fabcdb Text Font Color

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

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


#fabcdb Background Color

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

This div background color is #fabcdb


#fabcdb Border Color

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

This div border color is #fabcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcdb


Comments

No comments written yet.

Please login to write comment.