Color Hex Logo

#fabecc Color Hex

#FABECC
(250,190,204)
0 Favorites   0 Comments

Color spaces of #fabecc

RGB 250190204
HSL0.960.860.86
HSV346°24°98°
CMYK 0.000.240.18   0.02
XYZ68.736961.510565.3766
Yxy61.51050.35140.3144
Hunter Lab78.428619.19205.4770
CIE-Lab82.652423.57511.3636

#fabecc color RGB value is (250,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10111110 11001100
Octal 372 276 314
Decimal 250 190 204
Hex FA BE CC

RGB Percentages of Color #fabecc

%38.82
%29.50
%31.68

CMYK Percentages of Color #fabecc

%0
%24
%18
%2

Triadic Colors of #fabecc

#fabecc #ccfabe #beccfa

Analogous Colors of #fabecc

#fabecc #facebe #fabeea

Monochromatic Colors of #fabecc

#fabecc

Complementary Color

#fabecc #befaec

#fabecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fabecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fabecc Color CSS Codes

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

#fabecc Text Font Color

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

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


#fabecc Background Color

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

This div background color is #fabecc


#fabecc Border Color

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

This div border color is #fabecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fabecc


Comments

No comments written yet.

Please login to write comment.