Color Hex Logo

#faaadb Color Hex

#FAAADB
(250,170,219)
0 Favorites   0 Comments

Color spaces of #faaadb

RGB 250170219
HSL0.900.890.82
HSV323°32°98°
CMYK 0.000.320.12   0.02
XYZ66.585254.187973.9677
Yxy54.18790.34190.2783
Hunter Lab73.612432.6382-8.0474
CIE-Lab78.571236.4339-12.7618

#faaadb color RGB value is (250,170,219).

#faaadb hex color red value is 250, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #faaadb hue: 0.90 , saturation: 0.89 and the lightness value of faaadb is 0.82.

The process color (four color CMYK) of #faaadb color hex is 0.00, 0.32, 0.12, 0.02. Web safe color of #faaadb is #ff99cc. Color #faaadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101010 11011011
Octal 372 252 333
Decimal 250 170 219
Hex FA AA DB

RGB Percentages of Color #faaadb

%39.12
%26.60
%34.27

CMYK Percentages of Color #faaadb

%0
%32
%12
%2

Triadic Colors of #faaadb

#faaadb #dbfaaa #aadbfa

Analogous Colors of #faaadb

#faaadb #faaab3 #f1aafa

Monochromatic Colors of #faaadb

#faaadb

Complementary Color

#faaadb #aafac9

#faaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaadb Color CSS Codes

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

#faaadb Text Font Color

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

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


#faaadb Background Color

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

This div background color is #faaadb


#faaadb Border Color

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

This div border color is #faaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaadb


Comments

No comments written yet.

Please login to write comment.