Color Hex Logo

#facbee Color Hex

#FACBEE
(250,203,238)
0 Favorites   0 Comments

Color spaces of #facbee

RGB 250203238
HSL0.880.820.89
HSV315°19°98°
CMYK 0.000.190.05   0.02
XYZ76.212969.208990.2307
Yxy69.20890.32340.2937
Hunter Lab83.191917.9398-6.0722
CIE-Lab86.607422.2421-10.9480

#facbee color RGB value is (250,203,238).

#facbee hex color red value is 250, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #facbee hue: 0.88 , saturation: 0.82 and the lightness value of facbee is 0.89.

The process color (four color CMYK) of #facbee color hex is 0.00, 0.19, 0.05, 0.02. Web safe color of #facbee is #ffccff. Color #facbee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001011 11101110
Octal 372 313 356
Decimal 250 203 238
Hex FA CB EE

RGB Percentages of Color #facbee

%36.18
%29.38
%34.44

CMYK Percentages of Color #facbee

%0
%19
%5
%2

Triadic Colors of #facbee

#facbee #eefacb #cbeefa

Analogous Colors of #facbee

#facbee #facbd7 #efcbfa

Monochromatic Colors of #facbee

#facbee

Complementary Color

#facbee #cbfad7

#facbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#facbee Color CSS Codes

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

#facbee Text Font Color

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

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


#facbee Background Color

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

This div background color is #facbee


#facbee Border Color

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

This div border color is #facbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facbee


Comments

No comments written yet.

Please login to write comment.