Color Hex Logo

#fac3cb Color Hex

#FAC3CB
(250,195,203)
0 Favorites   0 Comments

Color spaces of #fac3cb

RGB 250195203
HSL0.980.850.87
HSV351°22°98°
CMYK 0.000.220.19   0.02
XYZ69.718963.666065.1141
Yxy63.66600.35120.3207
Hunter Lab79.791016.33367.4696
CIE-Lab83.791620.79213.5537

#fac3cb color RGB value is (250,195,203).

#fac3cb hex color red value is 250, green value is 195 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fac3cb hue: 0.98 , saturation: 0.85 and the lightness value of fac3cb is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000011 11001011
Octal 372 303 313
Decimal 250 195 203
Hex FA C3 CB

RGB Percentages of Color #fac3cb

%38.58
%30.09
%31.33

CMYK Percentages of Color #fac3cb

%0
%22
%19
%2

Triadic Colors of #fac3cb

#fac3cb #cbfac3 #c3cbfa

Analogous Colors of #fac3cb

#fac3cb #fad7c3 #fac3e7

Monochromatic Colors of #fac3cb

#fac3cb

Complementary Color

#fac3cb #c3faf2

#fac3cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac3cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac3cb Color CSS Codes

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

#fac3cb Text Font Color

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

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


#fac3cb Background Color

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

This div background color is #fac3cb


#fac3cb Border Color

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

This div border color is #fac3cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac3cb

Related Colors


Comments

No comments written yet.

Please login to write comment.