Color Hex Logo

#fac7fb Color Hex

#FAC7FB
(250,199,251)
0 Favorites   0 Comments

Color spaces of #fac7fb

RGB 250199251
HSL0.830.870.88
HSV299°21°98°
CMYK 0.000.210.00   0.02
XYZ77.260468.1359100.3463
Yxy68.13590.31440.2773
Hunter Lab82.544522.6205-14.2956
CIE-Lab86.074426.6581-18.6400

#fac7fb color RGB value is (250,199,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11000111 11111011
Octal 372 307 373
Decimal 250 199 251
Hex FA C7 FB

RGB Percentages of Color #fac7fb

%35.71
%28.43
%35.86

CMYK Percentages of Color #fac7fb

%0
%21
%0
%2

Triadic Colors of #fac7fb

#fac7fb #fbfac7 #c7fbfa

Analogous Colors of #fac7fb

#fac7fb #fbc7e2 #e0c7fb

Monochromatic Colors of #fac7fb

#fac7fb

Complementary Color

#fac7fb #c8fbc7

#fac7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fac7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fac7fb Color CSS Codes

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

#fac7fb Text Font Color

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

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


#fac7fb Background Color

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

This div background color is #fac7fb


#fac7fb Border Color

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

This div border color is #fac7fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,199,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 #fac7fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fac7fb


Comments

No comments written yet.

Please login to write comment.