Color Hex Logo

#fbf7fc Color Hex

#FBF7FC
(251,247,252)
0 Favorites   0 Comments

Color spaces of #fbf7fc

RGB 251247252
HSL0.800.450.98
HSV288°99°
CMYK 0.000.020.00   0.01
XYZ90.615194.0590105.4747
Yxy94.05900.31230.3242
Hunter Lab96.9840-2.94413.4081
CIE-Lab97.65582.2091-1.9328

#fbf7fc color RGB value is (251,247,252).

#fbf7fc hex color red value is 251, green value is 247 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fbf7fc hue: 0.80 , saturation: 0.45 and the lightness value of fbf7fc is 0.98.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 11111100
Octal 373 367 374
Decimal 251 247 252
Hex FB F7 FC

RGB Percentages of Color #fbf7fc

%33.47
%32.93
%33.60

CMYK Percentages of Color #fbf7fc

%0
%2
%0
%1

Triadic Colors of #fbf7fc

#fbf7fc #fcfbf7 #f7fcfb

Analogous Colors of #fbf7fc

#fbf7fc #fcf7fb #f9f7fc

Monochromatic Colors of #fbf7fc

#fbf7fc

Complementary Color

#fbf7fc #f8fcf7

#fbf7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf7fc Color CSS Codes

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

#fbf7fc Text Font Color

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

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


#fbf7fc Background Color

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

This div background color is #fbf7fc


#fbf7fc Border Color

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

This div border color is #fbf7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.