Color Hex Logo

#faf1fb Color Hex

#FAF1FB
(250,241,251)
0 Favorites   0 Comments

Color spaces of #faf1fb

RGB 250241251
HSL0.820.560.96
HSV294°98°
CMYK 0.000.040.00   0.02
XYZ88.292290.1996104.0236
Yxy90.19960.31250.3193
Hunter Lab94.9735-0.26081.5416
CIE-Lab96.07954.7618-3.7388

#faf1fb color RGB value is (250,241,251).

#faf1fb hex color red value is 250, green value is 241 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #faf1fb hue: 0.82 , saturation: 0.56 and the lightness value of faf1fb is 0.96.

The process color (four color CMYK) of #faf1fb color hex is 0.00, 0.04, 0.00, 0.02. Web safe color of #faf1fb is #ffffff. Color #faf1fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 11111011
Octal 372 361 373
Decimal 250 241 251
Hex FA F1 FB

RGB Percentages of Color #faf1fb

%33.69
%32.48
%33.83

CMYK Percentages of Color #faf1fb

%0
%4
%0
%2

Triadic Colors of #faf1fb

#faf1fb #fbfaf1 #f1fbfa

Analogous Colors of #faf1fb

#faf1fb #fbf1f7 #f5f1fb

Monochromatic Colors of #faf1fb

#faf1fb

Complementary Color

#faf1fb #f2fbf1

#faf1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf1fb Color CSS Codes

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

#faf1fb Text Font Color

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

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


#faf1fb Background Color

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

This div background color is #faf1fb


#faf1fb Border Color

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

This div border color is #faf1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf1fb

Related Colors


Comments

No comments written yet.

Please login to write comment.