Color Hex Logo

#fabedb Color Hex

#FABEDB
(250,190,219)
0 Favorites   0 Comments

Color spaces of #fabedb

RGB 250190219
HSL0.920.860.86
HSV331°24°98°
CMYK 0.000.240.12   0.02
XYZ70.624062.265475.3140
Yxy62.26540.33920.2991
Hunter Lab78.908421.6699-1.3533
CIE-Lab83.054425.9127-6.0925

#fabedb color RGB value is (250,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11011011
Octal 372 276 333
Decimal 250 190 219
Hex FA BE DB

RGB Percentages of Color #fabedb

%37.94
%28.83
%33.23

CMYK Percentages of Color #fabedb

%0
%24
%12
%2

Triadic Colors of #fabedb

#fabedb #dbfabe #bedbfa

Analogous Colors of #fabedb

#fabedb #fabfbe #fabef9

Monochromatic Colors of #fabedb

#fabedb

Complementary Color

#fabedb #befadd

#fabedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabedb Color CSS Codes

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

#fabedb Text Font Color

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

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


#fabedb Background Color

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

This div background color is #fabedb


#fabedb Border Color

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

This div border color is #fabedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabedb


Comments

No comments written yet.

Please login to write comment.