Color Hex Logo

#fabdcc Color Hex

#FABDCC
(250,189,204)
0 Favorites   0 Comments

Color spaces of #fabdcc

RGB 250189204
HSL0.960.860.86
HSV345°24°98°
CMYK 0.000.240.18   0.02
XYZ68.521061.078865.3047
Yxy61.07880.35160.3134
Hunter Lab78.152919.73325.1642
CIE-Lab82.421124.10181.0266

#fabdcc color RGB value is (250,189,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111101 11001100
Octal 372 275 314
Decimal 250 189 204
Hex FA BD CC

RGB Percentages of Color #fabdcc

%38.88
%29.39
%31.73

CMYK Percentages of Color #fabdcc

%0
%24
%18
%2

Triadic Colors of #fabdcc

#fabdcc #ccfabd #bdccfa

Analogous Colors of #fabdcc

#fabdcc #facdbd #fabdeb

Monochromatic Colors of #fabdcc

#fabdcc

Complementary Color

#fabdcc #bdfaeb

#fabdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabdcc Color CSS Codes

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

#fabdcc Text Font Color

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

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


#fabdcc Background Color

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

This div background color is #fabdcc


#fabdcc Border Color

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

This div border color is #fabdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabdcc


Comments

No comments written yet.

Please login to write comment.