Color Hex Logo

#fbdafc Color Hex

#FBDAFC
(251,218,252)
0 Favorites   0 Comments

Color spaces of #fbdafc

RGB 251218252
HSL0.830.850.92
HSV298°13°99°
CMYK 0.000.130.00   0.01
XYZ82.425877.6803102.7450
Yxy77.68030.31360.2955
Hunter Lab88.136412.6957-7.4218
CIE-Lab90.633817.1810-12.3175

#fbdafc color RGB value is (251,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011010 11111100
Octal 373 332 374
Decimal 251 218 252
Hex FB DA FC

RGB Percentages of Color #fbdafc

%34.81
%30.24
%34.95

CMYK Percentages of Color #fbdafc

%0
%13
%0
%1

Triadic Colors of #fbdafc

#fbdafc #fcfbda #dafcfb

Analogous Colors of #fbdafc

#fbdafc #fcdaec #eadafc

Monochromatic Colors of #fbdafc

#fbdafc

Complementary Color

#fbdafc #dbfcda

#fbdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdafc Color CSS Codes

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

#fbdafc Text Font Color

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

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


#fbdafc Background Color

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

This div background color is #fbdafc


#fbdafc Border Color

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

This div border color is #fbdafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdafc

Related Colors


Comments

No comments written yet.

Please login to write comment.