Color Hex Logo

#fbebfd Color Hex

#FBEBFD
(251,235,253)
0 Favorites   0 Comments

Color spaces of #fbebfd

RGB 251235253
HSL0.810.820.96
HSV293°99°
CMYK 0.010.070.00   0.01
XYZ87.221687.0177105.1275
Yxy87.01770.31220.3115
Hunter Lab93.28333.6551-1.5198
CIE-Lab94.74588.5307-6.7326

#fbebfd color RGB value is (251,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101011 11111101
Octal 373 353 375
Decimal 251 235 253
Hex FB EB FD

RGB Percentages of Color #fbebfd

%33.96
%31.80
%34.24

CMYK Percentages of Color #fbebfd

%1
%7
%0
%1

Triadic Colors of #fbebfd

#fbebfd #fdfbeb #ebfdfb

Analogous Colors of #fbebfd

#fbebfd #fdebf6 #f2ebfd

Monochromatic Colors of #fbebfd

#fbebfd

Complementary Color

#fbebfd #edfdeb

#fbebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbebfd Color CSS Codes

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

#fbebfd Text Font Color

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

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


#fbebfd Background Color

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

This div background color is #fbebfd


#fbebfd Border Color

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

This div border color is #fbebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbebfd

Related Colors


Comments

No comments written yet.

Please login to write comment.