Color Hex Logo

#faacdb Color Hex

#FAACDB
(250,172,219)
0 Favorites   0 Comments

Color spaces of #faacdb

RGB 250172219
HSL0.900.890.83
HSV324°31°98°
CMYK 0.000.310.12   0.02
XYZ66.963054.943574.0937
Yxy54.94350.34160.2803
Hunter Lab74.123931.5389-7.3791
CIE-Lab79.008735.3863-12.1072

#faacdb color RGB value is (250,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11011011
Octal 372 254 333
Decimal 250 172 219
Hex FA AC DB

RGB Percentages of Color #faacdb

%39.00
%26.83
%34.17

CMYK Percentages of Color #faacdb

%0
%31
%12
%2

Triadic Colors of #faacdb

#faacdb #dbfaac #acdbfa

Analogous Colors of #faacdb

#faacdb #faacb4 #f2acfa

Monochromatic Colors of #faacdb

#faacdb

Complementary Color

#faacdb #acfacb

#faacdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faacdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#faacdb Color CSS Codes

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

#faacdb Text Font Color

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

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


#faacdb Background Color

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

This div background color is #faacdb


#faacdb Border Color

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

This div border color is #faacdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faacdb


Comments

No comments written yet.

Please login to write comment.