Color Hex Logo

#fad3fb Color Hex

#FAD3FB
(250,211,251)
0 Favorites   0 Comments

Color spaces of #fad3fb

RGB 250211251
HSL0.830.830.91
HSV299°16°98°
CMYK 0.000.160.00   0.02
XYZ80.131273.8776101.3032
Yxy73.87760.31390.2894
Hunter Lab85.952115.9954-9.7128
CIE-Lab88.864620.3407-14.4460

#fad3fb color RGB value is (250,211,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010011 11111011
Octal 372 323 373
Decimal 250 211 251
Hex FA D3 FB

RGB Percentages of Color #fad3fb

%35.11
%29.63
%35.25

CMYK Percentages of Color #fad3fb

%0
%16
%0
%2

Triadic Colors of #fad3fb

#fad3fb #fbfad3 #d3fbfa

Analogous Colors of #fad3fb

#fad3fb #fbd3e8 #e6d3fb

Monochromatic Colors of #fad3fb

#fad3fb

Complementary Color

#fad3fb #d4fbd3

#fad3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad3fb Color CSS Codes

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

#fad3fb Text Font Color

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

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


#fad3fb Background Color

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

This div background color is #fad3fb


#fad3fb Border Color

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

This div border color is #fad3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad3fb

Related Colors


Comments

No comments written yet.

Please login to write comment.