Color Hex Logo

#fbeff1 Color Hex

#FBEFF1
(251,239,241)
0 Favorites   0 Comments

Color spaces of #fbeff1

RGB 251239241
HSL0.970.600.96
HSV350°98°
CMYK 0.000.050.04   0.02
XYZ86.527388.593195.7588
Yxy88.59310.31940.3271
Hunter Lab94.1239-0.62335.5669
CIE-Lab95.41014.37450.4684

#fbeff1 color RGB value is (251,239,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101111 11110001
Octal 373 357 361
Decimal 251 239 241
Hex FB EF F1

RGB Percentages of Color #fbeff1

%34.34
%32.69
%32.97

CMYK Percentages of Color #fbeff1

%0
%5
%4
%2

Triadic Colors of #fbeff1

#fbeff1 #f1fbef #eff1fb

Analogous Colors of #fbeff1

#fbeff1 #fbf3ef #fbeff7

Monochromatic Colors of #fbeff1

#fbeff1

Complementary Color

#fbeff1 #effbf9

#fbeff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeff1 Color CSS Codes

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

#fbeff1 Text Font Color

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

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


#fbeff1 Background Color

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

This div background color is #fbeff1


#fbeff1 Border Color

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

This div border color is #fbeff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeff1

Related Colors

#fbeff1 Color Palettes


Comments

No comments written yet.

Please login to write comment.