Color Hex Logo

#facacc Color Hex

#FACACC
(250,202,204)
0 Favorites   0 Comments

Color spaces of #facacc

RGB 250202204
HSL0.990.830.89
HSV358°19°98°
CMYK 0.000.190.18   0.02
XYZ71.444066.924766.2790
Yxy66.92470.34910.3270
Hunter Lab81.807512.72429.2296
CIE-Lab85.465917.26415.4416

#facacc color RGB value is (250,202,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001010 11001100
Octal 372 312 314
Decimal 250 202 204
Hex FA CA CC

RGB Percentages of Color #facacc

%38.11
%30.79
%31.10

CMYK Percentages of Color #facacc

%0
%19
%18
%2

Triadic Colors of #facacc

#facacc #ccfaca #caccfa

Analogous Colors of #facacc

#facacc #fae0ca #facae4

Monochromatic Colors of #facacc

#facacc

Complementary Color

#facacc #cafaf8

#facacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#facacc Color CSS Codes

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

#facacc Text Font Color

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

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


#facacc Background Color

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

This div background color is #facacc


#facacc Border Color

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

This div border color is #facacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facacc


Comments

No comments written yet.

Please login to write comment.