Color Hex Logo

#fabcdc Color Hex

#FABCDC
(250,188,220)
0 Favorites   0 Comments

Color spaces of #fabcdc

RGB 250188220
HSL0.910.860.86
HSV329°25°98°
CMYK 0.000.250.12   0.02
XYZ70.325861.457775.8661
Yxy61.45770.33870.2960
Hunter Lab78.395022.9359-2.5010
CIE-Lab82.624227.1286-7.2653

#fabcdc color RGB value is (250,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11011100
Octal 372 274 334
Decimal 250 188 220
Hex FA BC DC

RGB Percentages of Color #fabcdc

%37.99
%28.57
%33.43

CMYK Percentages of Color #fabcdc

%0
%25
%12
%2

Triadic Colors of #fabcdc

#fabcdc #dcfabc #bcdcfa

Analogous Colors of #fabcdc

#fabcdc #fabcbd #f9bcfa

Monochromatic Colors of #fabcdc

#fabcdc

Complementary Color

#fabcdc #bcfada

#fabcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabcdc Color CSS Codes

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

#fabcdc Text Font Color

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

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


#fabcdc Background Color

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

This div background color is #fabcdc


#fabcdc Border Color

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

This div border color is #fabcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.