Color Hex Logo

#fabccc Color Hex

#FABCCC
(250,188,204)
0 Favorites   0 Comments

Color spaces of #fabccc

RGB 250188204
HSL0.960.860.86
HSV345°25°98°
CMYK 0.000.250.18   0.02
XYZ68.306660.650165.2332
Yxy60.65010.35180.3123
Hunter Lab77.878220.27484.8516
CIE-Lab82.190324.62860.6902

#fabccc color RGB value is (250,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111100 11001100
Octal 372 274 314
Decimal 250 188 204
Hex FA BC CC

RGB Percentages of Color #fabccc

%38.94
%29.28
%31.78

CMYK Percentages of Color #fabccc

%0
%25
%18
%2

Triadic Colors of #fabccc

#fabccc #ccfabc #bcccfa

Analogous Colors of #fabccc

#fabccc #facbbc #fabceb

Monochromatic Colors of #fabccc

#fabccc

Complementary Color

#fabccc #bcfaea

#fabccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabccc Color CSS Codes

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

#fabccc Text Font Color

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

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


#fabccc Background Color

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

This div background color is #fabccc


#fabccc Border Color

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

This div border color is #fabccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabccc


Comments

No comments written yet.

Please login to write comment.