Color Hex Logo

#fadefb Color Hex

#FADEFB
(250,222,251)
0 Favorites   0 Comments

Color spaces of #fadefb

RGB 250222251
HSL0.830.780.93
HSV298°12°98°
CMYK 0.000.120.00   0.02
XYZ82.958279.5316102.2455
Yxy79.53160.31340.3004
Hunter Lab89.18059.9799-5.5497
CIE-Lab91.474314.5827-10.5500

#fadefb color RGB value is (250,222,251).

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

The process color (four color CMYK) of #fadefb color hex is 0.00, 0.12, 0.00, 0.02. Web safe color of #fadefb is #ffccff. Color #fadefb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011110 11111011
Octal 372 336 373
Decimal 250 222 251
Hex FA DE FB

RGB Percentages of Color #fadefb

%34.58
%30.71
%34.72

CMYK Percentages of Color #fadefb

%0
%12
%0
%2

Triadic Colors of #fadefb

#fadefb #fbfade #defbfa

Analogous Colors of #fadefb

#fadefb #fbdeee #ecdefb

Monochromatic Colors of #fadefb

#fadefb

Complementary Color

#fadefb #dffbde

#fadefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadefb Color CSS Codes

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

#fadefb Text Font Color

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

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


#fadefb Background Color

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

This div background color is #fadefb


#fadefb Border Color

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

This div border color is #fadefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadefb

Related Colors

#fadefb Color Palettes


Comments

No comments written yet.

Please login to write comment.