Color Hex Logo

#faadfb Color Hex

#FAADFB
(250,173,251)
0 Favorites   0 Comments

Color spaces of #faadfb

RGB 250173251
HSL0.830.910.83
HSV299°31°98°
CMYK 0.000.310.00   0.02
XYZ71.780557.176298.5196
Yxy57.17620.31560.2514
Hunter Lab75.614937.1221-24.3192
CIE-Lab80.278640.3358-27.4445

#faadfb color RGB value is (250,173,251).

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

The process color (four color CMYK) of #faadfb color hex is 0.00, 0.31, 0.00, 0.02. Web safe color of #faadfb is #ff99ff. Color #faadfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11111011
Octal 372 255 373
Decimal 250 173 251
Hex FA AD FB

RGB Percentages of Color #faadfb

%37.09
%25.67
%37.24

CMYK Percentages of Color #faadfb

%0
%31
%0
%2

Triadic Colors of #faadfb

#faadfb #fbfaad #adfbfa

Analogous Colors of #faadfb

#faadfb #fbadd5 #d3adfb

Monochromatic Colors of #faadfb

#faadfb

Complementary Color

#faadfb #aefbad

#faadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadfb Color CSS Codes

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

#faadfb Text Font Color

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

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


#faadfb Background Color

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

This div background color is #faadfb


#faadfb Border Color

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

This div border color is #faadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadfb

Related Colors


Comments

No comments written yet.

Please login to write comment.