Color Hex Logo

#fbecfa Color Hex

#FBECFA
(251,236,250)
0 Favorites   0 Comments

Color spaces of #fbecfa

RGB 251236250
HSL0.840.650.95
HSV304°98°
CMYK 0.000.060.00   0.02
XYZ87.034487.4023102.7256
Yxy87.40230.31400.3153
Hunter Lab93.48922.56970.2948
CIE-Lab94.90877.4806-4.9347

#fbecfa color RGB value is (251,236,250).

#fbecfa hex color red value is 251, green value is 236 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbecfa hue: 0.84 , saturation: 0.65 and the lightness value of fbecfa is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101100 11111010
Octal 373 354 372
Decimal 251 236 250
Hex FB EC FA

RGB Percentages of Color #fbecfa

%34.06
%32.02
%33.92

CMYK Percentages of Color #fbecfa

%0
%6
%0
%2

Triadic Colors of #fbecfa

#fbecfa #fafbec #ecfafb

Analogous Colors of #fbecfa

#fbecfa #fbecf3 #f5ecfb

Monochromatic Colors of #fbecfa

#fbecfa

Complementary Color

#fbecfa #ecfbed

#fbecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbecfa Color CSS Codes

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

#fbecfa Text Font Color

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

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


#fbecfa Background Color

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

This div background color is #fbecfa


#fbecfa Border Color

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

This div border color is #fbecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbecfa

Related Colors

#fbecfa Color Palettes


Comments

No comments written yet.

Please login to write comment.