Color Hex Logo

#fad7fb Color Hex

#FAD7FB
(250,215,251)
0 Favorites   0 Comments

Color spaces of #fad7fb

RGB 250215251
HSL0.830.820.91
HSV298°14°98°
CMYK 0.000.140.00   0.02
XYZ81.137475.8899101.6386
Yxy75.88990.31370.2934
Hunter Lab87.114813.8013-8.1945
CIE-Lab89.808218.2423-13.0343

#fad7fb color RGB value is (250,215,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 11111011
Octal 372 327 373
Decimal 250 215 251
Hex FA D7 FB

RGB Percentages of Color #fad7fb

%34.92
%30.03
%35.06

CMYK Percentages of Color #fad7fb

%0
%14
%0
%2

Triadic Colors of #fad7fb

#fad7fb #fbfad7 #d7fbfa

Analogous Colors of #fad7fb

#fad7fb #fbd7ea #e8d7fb

Monochromatic Colors of #fad7fb

#fad7fb

Complementary Color

#fad7fb #d8fbd7

#fad7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad7fb Color CSS Codes

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

#fad7fb Text Font Color

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

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


#fad7fb Background Color

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

This div background color is #fad7fb


#fad7fb Border Color

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

This div border color is #fad7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad7fb

Related Colors


Comments

No comments written yet.

Please login to write comment.