Color Hex Logo

#fbdaff Color Hex

#FBDAFF
(251,218,255)
0 Favorites   0 Comments

Color spaces of #fbdaff

RGB 251218255
HSL0.821.000.93
HSV294°15°100°
CMYK 0.020.150.00   0.00
XYZ82.905177.8720105.2690
Yxy77.87200.31160.2927
Hunter Lab88.245113.2694-8.9564
CIE-Lab90.721517.7256-13.7598

#fbdaff color RGB value is (251,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11111111
Octal 373 332 377
Decimal 251 218 255
Hex FB DA FF

RGB Percentages of Color #fbdaff

%34.67
%30.11
%35.22

CMYK Percentages of Color #fbdaff

%2
%15
%0
%0

Triadic Colors of #fbdaff

#fbdaff #fffbda #dafffb

Analogous Colors of #fbdaff

#fbdaff #ffdaf1 #e9daff

Monochromatic Colors of #fbdaff

#fbdaff

Complementary Color

#fbdaff #deffda

#fbdaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdaff Color CSS Codes

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

#fbdaff Text Font Color

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

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


#fbdaff Background Color

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

This div background color is #fbdaff


#fbdaff Border Color

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

This div border color is #fbdaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdaff

Related Colors

#fbdaff Color Palettes


Comments

No comments written yet.

Please login to write comment.