Color Hex Logo

#fad7f2 Color Hex

#FAD7F2
(250,215,242)
0 Favorites   0 Comments

Color spaces of #fad7f2

RGB 250215242
HSL0.870.780.91
HSV314°14°98°
CMYK 0.000.140.03   0.02
XYZ79.751875.335794.3423
Yxy75.33570.31970.3020
Hunter Lab86.796112.1198-3.6874
CIE-Lab89.550016.6397-8.6857

#fad7f2 color RGB value is (250,215,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11010111 11110010
Octal 372 327 362
Decimal 250 215 242
Hex FA D7 F2

RGB Percentages of Color #fad7f2

%35.36
%30.41
%34.23

CMYK Percentages of Color #fad7f2

%0
%14
%3
%2

Triadic Colors of #fad7f2

#fad7f2 #f2fad7 #d7f2fa

Analogous Colors of #fad7f2

#fad7f2 #fad7e1 #f1d7fa

Monochromatic Colors of #fad7f2

#fad7f2

Complementary Color

#fad7f2 #d7fadf

#fad7f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fad7f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fad7f2 Color CSS Codes

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

#fad7f2 Text Font Color

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

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


#fad7f2 Background Color

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

This div background color is #fad7f2


#fad7f2 Border Color

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

This div border color is #fad7f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fad7f2

Related Colors


Comments

No comments written yet.

Please login to write comment.