Color Hex Logo

#fbf7ff Color Hex

#FBF7FF
(251,247,255)
0 Favorites   0 Comments

Color spaces of #fbf7ff

RGB 251247255
HSL0.751.000.98
HSV270°100°
CMYK 0.020.030.00   0.00
XYZ91.094494.2508107.9988
Yxy94.25080.31050.3213
Hunter Lab97.0829-2.40562.0015
CIE-Lab97.73302.7424-3.3658

#fbf7ff color RGB value is (251,247,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 11111111
Octal 373 367 377
Decimal 251 247 255
Hex FB F7 FF

RGB Percentages of Color #fbf7ff

%33.33
%32.80
%33.86

CMYK Percentages of Color #fbf7ff

%2
%3
%0
%0

Triadic Colors of #fbf7ff

#fbf7ff #fffbf7 #f7fffb

Analogous Colors of #fbf7ff

#fbf7ff #fff7ff #f7f7ff

Monochromatic Colors of #fbf7ff

#fbf7ff

Complementary Color

#fbf7ff #fbfff7

#fbf7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf7ff Color CSS Codes

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

#fbf7ff Text Font Color

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

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


#fbf7ff Background Color

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

This div background color is #fbf7ff


#fbf7ff Border Color

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

This div border color is #fbf7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf7ff

Related Colors


Comments

No comments written yet.

Please login to write comment.