Color Hex Logo

#fbdff6 Color Hex

#FBDFF6
(251,223,246)
0 Favorites   0 Comments

Color spaces of #fbdff6

RGB 251223246
HSL0.860.780.93
HSV311°11°98°
CMYK 0.000.110.02   0.02
XYZ82.805979.938498.2541
Yxy79.93840.31730.3063
Hunter Lab89.40838.8541-2.5702
CIE-Lab91.657213.5016-7.6522

#fbdff6 color RGB value is (251,223,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 11110110
Octal 373 337 366
Decimal 251 223 246
Hex FB DF F6

RGB Percentages of Color #fbdff6

%34.86
%30.97
%34.17

CMYK Percentages of Color #fbdff6

%0
%11
%2
%2

Triadic Colors of #fbdff6

#fbdff6 #f6fbdf #dff6fb

Analogous Colors of #fbdff6

#fbdff6 #fbdfe8 #f2dffb

Monochromatic Colors of #fbdff6

#fbdff6

Complementary Color

#fbdff6 #dffbe4

#fbdff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdff6 Color CSS Codes

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

#fbdff6 Text Font Color

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

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


#fbdff6 Background Color

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

This div background color is #fbdff6


#fbdff6 Border Color

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

This div border color is #fbdff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdff6

Related Colors

#fbdff6 Color Palettes


Comments

No comments written yet.

Please login to write comment.