Color Hex Logo

#fabdcd Color Hex

#FABDCD
(250,189,205)
0 Favorites   0 Comments

Color spaces of #fabdcd

RGB 250189205
HSL0.960.860.86
HSV344°24°98°
CMYK 0.000.240.18   0.02
XYZ68.641461.127065.9385
Yxy61.12700.35070.3123
Hunter Lab78.183819.89244.7247
CIE-Lab82.447024.25270.5273

#fabdcd color RGB value is (250,189,205).

#fabdcd hex color red value is 250, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fabdcd hue: 0.96 , saturation: 0.86 and the lightness value of fabdcd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11001101
Octal 372 275 315
Decimal 250 189 205
Hex FA BD CD

RGB Percentages of Color #fabdcd

%38.82
%29.35
%31.83

CMYK Percentages of Color #fabdcd

%0
%24
%18
%2

Triadic Colors of #fabdcd

#fabdcd #cdfabd #bdcdfa

Analogous Colors of #fabdcd

#fabdcd #faccbd #fabdec

Monochromatic Colors of #fabdcd

#fabdcd

Complementary Color

#fabdcd #bdfaea

#fabdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdcd Color CSS Codes

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

#fabdcd Text Font Color

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

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


#fabdcd Background Color

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

This div background color is #fabdcd


#fabdcd Border Color

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

This div border color is #fabdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdcd


Comments

No comments written yet.

Please login to write comment.