Color Hex Logo

#fbedfc Color Hex

#FBEDFC
(251,237,252)
0 Favorites   0 Comments

Color spaces of #fbedfc

RGB 251237252
HSL0.820.710.96
HSV296°99°
CMYK 0.000.060.00   0.01
XYZ87.638588.1059104.4825
Yxy88.10590.31270.3144
Hunter Lab93.86472.3964-0.2914
CIE-Lab95.20557.3220-5.5349

#fbedfc color RGB value is (251,237,252).

#fbedfc hex color red value is 251, green value is 237 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #fbedfc hue: 0.82 , saturation: 0.71 and the lightness value of fbedfc is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101101 11111100
Octal 373 355 374
Decimal 251 237 252
Hex FB ED FC

RGB Percentages of Color #fbedfc

%33.92
%32.03
%34.05

CMYK Percentages of Color #fbedfc

%0
%6
%0
%1

Triadic Colors of #fbedfc

#fbedfc #fcfbed #edfcfb

Analogous Colors of #fbedfc

#fbedfc #fcedf6 #f4edfc

Monochromatic Colors of #fbedfc

#fbedfc

Complementary Color

#fbedfc #eefced

#fbedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbedfc Color CSS Codes

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

#fbedfc Text Font Color

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

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


#fbedfc Background Color

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

This div background color is #fbedfc


#fbedfc Border Color

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

This div border color is #fbedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbedfc

Related Colors

#fbedfc Color Palettes


Comments

No comments written yet.

Please login to write comment.