Color Hex Logo

#facebf Color Hex

#FACEBF
(250,206,191)
0 Favorites   0 Comments

Color spaces of #facebf

RGB 250206191
HSL0.040.860.86
HSV15°24°98°
CMYK 0.000.180.24   0.02
XYZ70.899668.228258.7228
Yxy68.22820.35830.3448
Hunter Lab82.60048.663915.6694
CIE-Lab86.120413.285213.2730

#facebf color RGB value is (250,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001110 10111111
Octal 372 316 277
Decimal 250 206 191
Hex FA CE BF

RGB Percentages of Color #facebf

%38.64
%31.84
%29.52

CMYK Percentages of Color #facebf

%0
%18
%24
%2

Triadic Colors of #facebf

#facebf #bfface #cebffa

Analogous Colors of #facebf

#facebf #faecbf #fabfce

Monochromatic Colors of #facebf

#facebf

Complementary Color

#facebf #bfebfa

#facebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#facebf Color CSS Codes

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

#facebf Text Font Color

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

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


#facebf Background Color

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

This div background color is #facebf


#facebf Border Color

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

This div border color is #facebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facebf

Related Colors


Comments

No comments written yet.

Please login to write comment.