Color Hex Logo

#faaccf Color Hex

#FAACCF
(250,172,207)
0 Favorites   0 Comments

Color spaces of #faaccf

RGB 250172207
HSL0.930.890.83
HSV333°31°98°
CMYK 0.000.310.17   0.02
XYZ65.439454.334066.0700
Yxy54.33400.35210.2924
Hunter Lab73.711629.4727-1.5454
CIE-Lab78.656133.5060-6.1211

#faaccf color RGB value is (250,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101100 11001111
Octal 372 254 317
Decimal 250 172 207
Hex FA AC CF

RGB Percentages of Color #faaccf

%39.75
%27.34
%32.91

CMYK Percentages of Color #faaccf

%0
%31
%17
%2

Triadic Colors of #faaccf

#faaccf #cffaac #accffa

Analogous Colors of #faaccf

#faaccf #fab0ac #faacf6

Monochromatic Colors of #faaccf

#faaccf

Complementary Color

#faaccf #acfad7

#faaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#faaccf Color CSS Codes

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

#faaccf Text Font Color

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

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


#faaccf Background Color

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

This div background color is #faaccf


#faaccf Border Color

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

This div border color is #faaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faaccf


Comments

No comments written yet.

Please login to write comment.