Color Hex Logo

#fbdafd Color Hex

#FBDAFD
(251,218,253)
0 Favorites   0 Comments

Color spaces of #fbdafd

RGB 251218253
HSL0.820.900.92
HSV297°14°99°
CMYK 0.010.140.00   0.01
XYZ82.584777.7439103.5819
Yxy77.74390.31290.2946
Hunter Lab88.172512.8860-7.9310
CIE-Lab90.662917.3618-12.7985

#fbdafd color RGB value is (251,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11111101
Octal 373 332 375
Decimal 251 218 253
Hex FB DA FD

RGB Percentages of Color #fbdafd

%34.76
%30.19
%35.04

CMYK Percentages of Color #fbdafd

%1
%14
%0
%1

Triadic Colors of #fbdafd

#fbdafd #fdfbda #dafdfb

Analogous Colors of #fbdafd

#fbdafd #fddaee #eadafd

Monochromatic Colors of #fbdafd

#fbdafd

Complementary Color

#fbdafd #dcfdda

#fbdafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdafd Color CSS Codes

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

#fbdafd Text Font Color

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

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


#fbdafd Background Color

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

This div background color is #fbdafd


#fbdafd Border Color

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

This div border color is #fbdafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdafd

Related Colors


Comments

No comments written yet.

Please login to write comment.