Color Hex Logo

#fbdffb Color Hex

#FBDFFB
(251,223,251)
0 Favorites   0 Comments

Color spaces of #fbdffb

RGB 251223251
HSL0.830.780.93
HSV300°11°98°
CMYK 0.000.110.00   0.02
XYZ83.583980.2496102.3512
Yxy80.24960.31400.3015
Hunter Lab89.58219.7792-5.0337
CIE-Lab91.796714.3911-10.0615

#fbdffb color RGB value is (251,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11111011
Octal 373 337 373
Decimal 251 223 251
Hex FB DF FB

RGB Percentages of Color #fbdffb

%34.62
%30.76
%34.62

CMYK Percentages of Color #fbdffb

%0
%11
%0
%2

Triadic Colors of #fbdffb

#fbdffb #fbfbdf #dffbfb

Analogous Colors of #fbdffb

#fbdffb #fbdfed #eddffb

Monochromatic Colors of #fbdffb

#fbdffb

Complementary Color

#fbdffb #dffbdf

#fbdffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdffb Color CSS Codes

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

#fbdffb Text Font Color

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

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


#fbdffb Background Color

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

This div background color is #fbdffb


#fbdffb Border Color

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

This div border color is #fbdffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdffb


Comments

No comments written yet.

Please login to write comment.