Color Hex Logo

#fbdeff Color Hex

#FBDEFF
(251,222,255)
0 Favorites   0 Comments

Color spaces of #fbdeff

RGB 251222255
HSL0.811.000.94
HSV293°13°100°
CMYK 0.020.130.00   0.00
XYZ83.954979.9718105.6189
Yxy79.97180.31150.2967
Hunter Lab89.427011.0804-7.4264
CIE-Lab91.672215.6356-12.3394

#fbdeff color RGB value is (251,222,255).

#fbdeff hex color red value is 251, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fbdeff hue: 0.81 , saturation: 1.00 and the lightness value of fbdeff is 0.94.

The process color (four color CMYK) of #fbdeff color hex is 0.02, 0.13, 0.00, 0.00. Web safe color of #fbdeff is #ffccff. Color #fbdeff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 11111111
Octal 373 336 377
Decimal 251 222 255
Hex FB DE FF

RGB Percentages of Color #fbdeff

%34.48
%30.49
%35.03

CMYK Percentages of Color #fbdeff

%2
%13
%0
%0

Triadic Colors of #fbdeff

#fbdeff #fffbde #defffb

Analogous Colors of #fbdeff

#fbdeff #ffdef3 #ebdeff

Monochromatic Colors of #fbdeff

#fbdeff

Complementary Color

#fbdeff #e2ffde

#fbdeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdeff Color CSS Codes

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

#fbdeff Text Font Color

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

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


#fbdeff Background Color

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

This div background color is #fbdeff


#fbdeff Border Color

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

This div border color is #fbdeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdeff

Related Colors

#fbdeff Color Palettes


Comments

No comments written yet.

Please login to write comment.