Color Hex Logo

#facaeb Color Hex

#FACAEB
(250,202,235)
0 Favorites   0 Comments

Color spaces of #facaeb

RGB 250202235
HSL0.890.830.89
HSV319°19°98°
CMYK 0.000.190.06   0.02
XYZ75.540368.563287.8499
Yxy68.56320.32570.2956
Hunter Lab82.802917.9388-4.9418
CIE-Lab86.287322.2513-9.8329

#facaeb color RGB value is (250,202,235).

#facaeb hex color red value is 250, green value is 202 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #facaeb hue: 0.89 , saturation: 0.83 and the lightness value of facaeb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11101011
Octal 372 312 353
Decimal 250 202 235
Hex FA CA EB

RGB Percentages of Color #facaeb

%36.39
%29.40
%34.21

CMYK Percentages of Color #facaeb

%0
%19
%6
%2

Triadic Colors of #facaeb

#facaeb #ebfaca #caebfa

Analogous Colors of #facaeb

#facaeb #facad3 #f1cafa

Monochromatic Colors of #facaeb

#facaeb

Complementary Color

#facaeb #cafad9

#facaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#facaeb Color CSS Codes

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

#facaeb Text Font Color

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

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


#facaeb Background Color

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

This div background color is #facaeb


#facaeb Border Color

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

This div border color is #facaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facaeb


Comments

No comments written yet.

Please login to write comment.