Color Hex Logo

#facfbc Color Hex

#FACFBC
(250,207,188)
0 Favorites   0 Comments

Color spaces of #facfbc

RGB 250207188
HSL0.050.860.86
HSV18°25°98°
CMYK 0.000.170.25   0.02
XYZ70.814368.580557.0820
Yxy68.58050.36040.3491
Hunter Lab82.81337.713317.1016
CIE-Lab86.295912.346915.1062

#facfbc color RGB value is (250,207,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001111 10111100
Octal 372 317 274
Decimal 250 207 188
Hex FA CF BC

RGB Percentages of Color #facfbc

%38.76
%32.09
%29.15

CMYK Percentages of Color #facfbc

%0
%17
%25
%2

Triadic Colors of #facfbc

#facfbc #bcfacf #cfbcfa

Analogous Colors of #facfbc

#facfbc #faeebc #fabcc8

Monochromatic Colors of #facfbc

#facfbc

Complementary Color

#facfbc #bce7fa

#facfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#facfbc Color CSS Codes

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

#facfbc Text Font Color

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

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


#facfbc Background Color

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

This div background color is #facfbc


#facfbc Border Color

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

This div border color is #facfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facfbc

Related Colors


Comments

No comments written yet.

Please login to write comment.