Color Hex Logo

#facced Color Hex

#FACCED
(250,204,237)
0 Favorites   0 Comments

Color spaces of #facced

RGB 250204237
HSL0.880.820.89
HSV317°18°98°
CMYK 0.000.180.05   0.02
XYZ76.303369.624189.5380
Yxy69.62410.32410.2957
Hunter Lab83.441117.2088-5.2135
CIE-Lab86.812221.5430-10.1130

#facced color RGB value is (250,204,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001100 11101101
Octal 372 314 355
Decimal 250 204 237
Hex FA CC ED

RGB Percentages of Color #facced

%36.18
%29.52
%34.30

CMYK Percentages of Color #facced

%0
%18
%5
%2

Triadic Colors of #facced

#facced #edfacc #ccedfa

Analogous Colors of #facced

#facced #faccd6 #f0ccfa

Monochromatic Colors of #facced

#facced

Complementary Color

#facced #ccfad9

#facced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facced Color Preview on White Background

Lorem ipsum dolor sit amet.

#facced Color CSS Codes

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

#facced Text Font Color

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

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


#facced Background Color

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

This div background color is #facced


#facced Border Color

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

This div border color is #facced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facced


Comments

No comments written yet.

Please login to write comment.