Color Hex Logo

#fab4dc Color Hex

#FAB4DC
(250,180,220)
0 Favorites   0 Comments

Color spaces of #fab4dc

RGB 250180220
HSL0.900.880.84
HSV326°28°98°
CMYK 0.000.280.12   0.02
XYZ68.663958.133875.3121
Yxy58.13380.33970.2876
Hunter Lab76.245527.3208-5.1923
CIE-Lab80.813131.3442-9.9552

#fab4dc color RGB value is (250,180,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10110100 11011100
Octal 372 264 334
Decimal 250 180 220
Hex FA B4 DC

RGB Percentages of Color #fab4dc

%38.46
%27.69
%33.85

CMYK Percentages of Color #fab4dc

%0
%28
%12
%2

Triadic Colors of #fab4dc

#fab4dc #dcfab4 #b4dcfa

Analogous Colors of #fab4dc

#fab4dc #fab4b9 #f5b4fa

Monochromatic Colors of #fab4dc

#fab4dc

Complementary Color

#fab4dc #b4fad2

#fab4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fab4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fab4dc Color CSS Codes

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

#fab4dc Text Font Color

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

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


#fab4dc Background Color

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

This div background color is #fab4dc


#fab4dc Border Color

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

This div border color is #fab4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fab4dc


Comments

No comments written yet.

Please login to write comment.