Color Hex Logo

#fbebfc Color Hex

#FBEBFC
(251,235,252)
0 Favorites   0 Comments

Color spaces of #fbebfc

RGB 251235252
HSL0.820.740.95
HSV296°99°
CMYK 0.000.070.00   0.01
XYZ87.062786.9542104.2906
Yxy86.95420.31280.3124
Hunter Lab93.24923.4714-1.0359
CIE-Lab94.71888.3516-6.2531

#fbebfc color RGB value is (251,235,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11111100
Octal 373 353 374
Decimal 251 235 252
Hex FB EB FC

RGB Percentages of Color #fbebfc

%34.01
%31.84
%34.15

CMYK Percentages of Color #fbebfc

%0
%7
%0
%1

Triadic Colors of #fbebfc

#fbebfc #fcfbeb #ebfcfb

Analogous Colors of #fbebfc

#fbebfc #fcebf5 #f3ebfc

Monochromatic Colors of #fbebfc

#fbebfc

Complementary Color

#fbebfc #ecfceb

#fbebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebfc Color CSS Codes

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

#fbebfc Text Font Color

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

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


#fbebfc Background Color

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

This div background color is #fbebfc


#fbebfc Border Color

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

This div border color is #fbebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebfc

Related Colors


Comments

No comments written yet.

Please login to write comment.