Color Hex Logo

#fadffb Color Hex

#FADFFB
(250,223,251)
0 Favorites   0 Comments

Color spaces of #fadffb

RGB 250223251
HSL0.830.780.93
HSV298°11°98°
CMYK 0.000.110.00   0.02
XYZ83.224680.0644102.3343
Yxy80.06440.31330.3014
Hunter Lab89.47879.4360-5.1732
CIE-Lab91.713714.0615-10.1938

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

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

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

Base Numbers

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

RGB Percentages of Color #fadffb

%34.53
%30.80
%34.67

CMYK Percentages of Color #fadffb

%0
%11
%0
%2

Triadic Colors of #fadffb

#fadffb #fbfadf #dffbfa

Analogous Colors of #fadffb

#fadffb #fbdfee #ecdffb

Monochromatic Colors of #fadffb

#fadffb

Complementary Color

#fadffb #e0fbdf

#fadffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fadffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fadffb Color CSS Codes

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

#fadffb Text Font Color

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

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


#fadffb Background Color

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

This div background color is #fadffb


#fadffb Border Color

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

This div border color is #fadffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fadffb


Comments

No comments written yet.

Please login to write comment.