Color Hex Logo

#fbdbff Color Hex

#FBDBFF
(251,219,255)
2 Favorites   0 Comments

Color spaces of #fbdbff

RGB 251219255
HSL0.811.000.93
HSV293°14°100°
CMYK 0.020.140.00   0.00
XYZ83.165278.3923105.3557
Yxy78.39230.31160.2937
Hunter Lab88.539412.7213-8.5733
CIE-Lab90.958617.2025-13.4051

#fbdbff color RGB value is (251,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 11111111
Octal 373 333 377
Decimal 251 219 255
Hex FB DB FF

RGB Percentages of Color #fbdbff

%34.62
%30.21
%35.17

CMYK Percentages of Color #fbdbff

%2
%14
%0
%0

Triadic Colors of #fbdbff

#fbdbff #fffbdb #dbfffb

Analogous Colors of #fbdbff

#fbdbff #ffdbf1 #e9dbff

Monochromatic Colors of #fbdbff

#fbdbff

Complementary Color

#fbdbff #dfffdb

#fbdbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbff Color CSS Codes

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

#fbdbff Text Font Color

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

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


#fbdbff Background Color

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

This div background color is #fbdbff


#fbdbff Border Color

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

This div border color is #fbdbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbff

Related Colors

#fbdbff Color Palettes


Comments

No comments written yet.

Please login to write comment.