Color Hex Logo

#faadf0 Color Hex

#FAADF0
(250,173,240)
0 Favorites   0 Comments

Color spaces of #faadf0

RGB 250173240
HSL0.850.890.83
HSV308°31°98°
CMYK 0.000.310.04   0.02
XYZ70.096156.502489.6497
Yxy56.50240.32410.2613
Hunter Lab75.168134.9115-18.0950
CIE-Lab79.898938.3826-22.1103

#faadf0 color RGB value is (250,173,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 11110000
Octal 372 255 360
Decimal 250 173 240
Hex FA AD F0

RGB Percentages of Color #faadf0

%37.71
%26.09
%36.20

CMYK Percentages of Color #faadf0

%0
%31
%4
%2

Triadic Colors of #faadf0

#faadf0 #f0faad #adf0fa

Analogous Colors of #faadf0

#faadf0 #faadca #deadfa

Monochromatic Colors of #faadf0

#faadf0

Complementary Color

#faadf0 #adfab7

#faadf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faadf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faadf0 Color CSS Codes

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

#faadf0 Text Font Color

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

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


#faadf0 Background Color

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

This div background color is #faadf0


#faadf0 Border Color

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

This div border color is #faadf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faadf0

Related Colors


Comments

No comments written yet.

Please login to write comment.