Color Hex Logo

#fbdffa Color Hex

#FBDFFA
(251,223,250)
1 Favorites   0 Comments

Color spaces of #fbdffa

RGB 251223250
HSL0.840.780.93
HSV302°11°98°
CMYK 0.000.110.00   0.02
XYZ83.426780.1867101.5230
Yxy80.18670.31470.3024
Hunter Lab89.54709.5927-4.5365
CIE-Lab91.768614.2121-9.5802

#fbdffa color RGB value is (251,223,250).

#fbdffa hex color red value is 251, green value is 223 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fbdffa hue: 0.84 , saturation: 0.78 and the lightness value of fbdffa is 0.93.

The process color (four color CMYK) of #fbdffa color hex is 0.00, 0.11, 0.00, 0.02. Web safe color of #fbdffa is #ffccff. Color #fbdffa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11111010
Octal 373 337 372
Decimal 251 223 250
Hex FB DF FA

RGB Percentages of Color #fbdffa

%34.67
%30.80
%34.53

CMYK Percentages of Color #fbdffa

%0
%11
%0
%2

Triadic Colors of #fbdffa

#fbdffa #fafbdf #dffafb

Analogous Colors of #fbdffa

#fbdffa #fbdfec #eedffb

Monochromatic Colors of #fbdffa

#fbdffa

Complementary Color

#fbdffa #dffbe0

#fbdffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdffa Color CSS Codes

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

#fbdffa Text Font Color

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

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


#fbdffa Background Color

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

This div background color is #fbdffa


#fbdffa Border Color

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

This div border color is #fbdffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdffa

Related Colors


Comments

No comments written yet.

Please login to write comment.