Color Hex Logo

#fad8f7 Color Hex

#FAD8F7
(250,216,247)
0 Favorites   0 Comments

Color spaces of #fad8f7

RGB 250216247
HSL0.850.770.91
HSV305°14°98°
CMYK 0.000.140.01   0.02
XYZ80.768776.151198.4374
Yxy76.15110.31630.2982
Hunter Lab87.264612.4996-5.7959
CIE-Lab89.929417.0001-10.7512

#fad8f7 color RGB value is (250,216,247).

#fad8f7 hex color red value is 250, green value is 216 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fad8f7 hue: 0.85 , saturation: 0.77 and the lightness value of fad8f7 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11011000 11110111
Octal 372 330 367
Decimal 250 216 247
Hex FA D8 F7

RGB Percentages of Color #fad8f7

%35.06
%30.29
%34.64

CMYK Percentages of Color #fad8f7

%0
%14
%1
%2

Triadic Colors of #fad8f7

#fad8f7 #f7fad8 #d8f7fa

Analogous Colors of #fad8f7

#fad8f7 #fad8e6 #ecd8fa

Monochromatic Colors of #fad8f7

#fad8f7

Complementary Color

#fad8f7 #d8fadb

#fad8f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad8f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad8f7 Color CSS Codes

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

#fad8f7 Text Font Color

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

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


#fad8f7 Background Color

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

This div background color is #fad8f7


#fad8f7 Border Color

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

This div border color is #fad8f7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,216,247, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fad8f7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad8f7


Comments

No comments written yet.

Please login to write comment.