Color Hex Logo

#facebc Color Hex

#FACEBC
(250,206,188)
1 Favorites   0 Comments

Color spaces of #facebc

RGB 250206188
HSL0.050.860.86
HSV17°25°98°
CMYK 0.000.180.25   0.02
XYZ70.572768.097457.0015
Yxy68.09740.36070.3480
Hunter Lab82.52118.242516.8102
CIE-Lab86.055112.868714.7669

#facebc color RGB value is (250,206,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10111100
Octal 372 316 274
Decimal 250 206 188
Hex FA CE BC

RGB Percentages of Color #facebc

%38.82
%31.99
%29.19

CMYK Percentages of Color #facebc

%0
%18
%25
%2

Triadic Colors of #facebc

#facebc #bcface #cebcfa

Analogous Colors of #facebc

#facebc #faedbc #fabcc9

Monochromatic Colors of #facebc

#facebc

Complementary Color

#facebc #bce8fa

#facebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#facebc Color CSS Codes

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

#facebc Text Font Color

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

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


#facebc Background Color

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

This div background color is #facebc


#facebc Border Color

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

This div border color is #facebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facebc


Comments

No comments written yet.

Please login to write comment.