Color Hex Logo

#fac4fb Color Hex

#FAC4FB
(250,196,251)
0 Favorites   0 Comments

Color spaces of #fac4fb

RGB 250196251
HSL0.830.870.88
HSV299°22°98°
CMYK 0.000.220.00   0.02
XYZ76.576966.7689100.1184
Yxy66.76890.31450.2742
Hunter Lab81.712224.2855-15.4469
CIE-Lab85.387128.2403-19.6775

#fac4fb color RGB value is (250,196,251).

#fac4fb hex color red value is 250, green value is 196 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fac4fb hue: 0.83 , saturation: 0.87 and the lightness value of fac4fb is 0.88.

The process color (four color CMYK) of #fac4fb color hex is 0.00, 0.22, 0.00, 0.02. Web safe color of #fac4fb is #ffccff. Color #fac4fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000100 11111011
Octal 372 304 373
Decimal 250 196 251
Hex FA C4 FB

RGB Percentages of Color #fac4fb

%35.87
%28.12
%36.01

CMYK Percentages of Color #fac4fb

%0
%22
%0
%2

Triadic Colors of #fac4fb

#fac4fb #fbfac4 #c4fbfa

Analogous Colors of #fac4fb

#fac4fb #fbc4e1 #dfc4fb

Monochromatic Colors of #fac4fb

#fac4fb

Complementary Color

#fac4fb #c5fbc4

#fac4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac4fb Color CSS Codes

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

#fac4fb Text Font Color

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

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


#fac4fb Background Color

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

This div background color is #fac4fb


#fac4fb Border Color

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

This div border color is #fac4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.