Color Hex Logo

#fabedc Color Hex

#FABEDC
(250,190,220)
0 Favorites   0 Comments

Color spaces of #fabedc

RGB 250190220
HSL0.920.860.86
HSV330°24°98°
CMYK 0.000.240.12   0.02
XYZ70.756162.318276.0095
Yxy62.31820.33840.2981
Hunter Lab78.941921.8424-1.8283
CIE-Lab83.082326.0742-6.5870

#fabedc color RGB value is (250,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11011100
Octal 372 276 334
Decimal 250 190 220
Hex FA BE DC

RGB Percentages of Color #fabedc

%37.88
%28.79
%33.33

CMYK Percentages of Color #fabedc

%0
%24
%12
%2

Triadic Colors of #fabedc

#fabedc #dcfabe #bedcfa

Analogous Colors of #fabedc

#fabedc #fabebe #fabefa

Monochromatic Colors of #fabedc

#fabedc

Complementary Color

#fabedc #befadc

#fabedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabedc Color CSS Codes

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

#fabedc Text Font Color

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

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


#fabedc Background Color

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

This div background color is #fabedc


#fabedc Border Color

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

This div border color is #fabedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,190,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 #fabedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabedc


Comments

No comments written yet.

Please login to write comment.