Color Hex Logo

#fab3de Color Hex

#FAB3DE
(250,179,222)
0 Favorites   0 Comments

Color spaces of #fab3de

RGB 250179222
HSL0.900.880.84
HSV324°28°98°
CMYK 0.000.280.11   0.02
XYZ68.729357.838176.6487
Yxy57.83810.33820.2846
Hunter Lab76.051428.2245-6.5197
CIE-Lab80.648732.1953-11.2789

#fab3de color RGB value is (250,179,222).

#fab3de hex color red value is 250, green value is 179 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fab3de hue: 0.90 , saturation: 0.88 and the lightness value of fab3de is 0.84.

The process color (four color CMYK) of #fab3de color hex is 0.00, 0.28, 0.11, 0.02. Web safe color of #fab3de is #ffcccc. Color #fab3de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110011 11011110
Octal 372 263 336
Decimal 250 179 222
Hex FA B3 DE

RGB Percentages of Color #fab3de

%38.40
%27.50
%34.10

CMYK Percentages of Color #fab3de

%0
%28
%11
%2

Triadic Colors of #fab3de

#fab3de #defab3 #b3defa

Analogous Colors of #fab3de

#fab3de #fab3bb #f3b3fa

Monochromatic Colors of #fab3de

#fab3de

Complementary Color

#fab3de #b3facf

#fab3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab3de Color CSS Codes

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

#fab3de Text Font Color

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

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


#fab3de Background Color

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

This div background color is #fab3de


#fab3de Border Color

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

This div border color is #fab3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab3de

Related Colors


Comments

No comments written yet.

Please login to write comment.