Color Hex Logo

#fbf8ff Color Hex

#FBF8FF
(251,248,255)
0 Favorites   0 Comments

Color spaces of #fbf8ff

RGB 251248255
HSL0.741.000.99
HSV266°100°
CMYK 0.020.030.00   0.00
XYZ91.401194.8640108.1010
Yxy94.86400.31050.3223
Hunter Lab97.3982-2.93752.3735
CIE-Lab97.97912.2342-3.0044

#fbf8ff color RGB value is (251,248,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111000 11111111
Octal 373 370 377
Decimal 251 248 255
Hex FB F8 FF

RGB Percentages of Color #fbf8ff

%33.29
%32.89
%33.82

CMYK Percentages of Color #fbf8ff

%2
%3
%0
%0

Triadic Colors of #fbf8ff

#fbf8ff #fffbf8 #f8fffb

Analogous Colors of #fbf8ff

#fbf8ff #fff8ff #f8f9ff

Monochromatic Colors of #fbf8ff

#fbf8ff

Complementary Color

#fbf8ff #fcfff8

#fbf8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf8ff Color CSS Codes

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

#fbf8ff Text Font Color

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

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


#fbf8ff Background Color

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

This div background color is #fbf8ff


#fbf8ff Border Color

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

This div border color is #fbf8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf8ff

Related Colors

#fbf8ff Color Palettes


Comments

No comments written yet.

Please login to write comment.