color codes Logo

#f9acdd color codes

#F9ACDD
(249,172,221)
0 Favorites   0 Comments

Color spaces of #f9acdd

RGB 249172221
HSL0.890.870.83
HSV322°31°98°
CMYK 0.000.310.11   0.02
XYZ66.870654.865275.4722
Yxy54.86520.33910.2782
Hunter Lab74.071031.5237-8.5618
CIE-Lab78.963635.3762-13.2693

#f9acdd color RGB value is (249,172,221).

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

The process color (four color CMYK) of #f9acdd color code is 0.00, 0.31, 0.11, 0.02. Web safe color of #f9acdd is #ff99cc. Color #f9acdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101100 11011101
Octal 371 254 335
Decimal 249 172 221
Hex F9 AC DD

RGB Percentages of Color #f9acdd

%38.79
%26.79
%34.42

CMYK Percentages of Color #f9acdd

%0
%31
%11
%2

Triadic Colors of #f9acdd

#f9acdd #ddf9ac #acddf9

Analogous Colors of #f9acdd

#f9acdd #f9acb7 #efacf9

Monochromatic Colors of #f9acdd

#f9acdd

Complementary Color

#f9acdd #acf9c8

#f9acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9acdd Color CSS Codes

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

#f9acdd Text Font Color

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

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


#f9acdd Background Color

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

This div background color is #f9acdd


#f9acdd Border Color

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

This div border color is #f9acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9acdd


Comments

No comments written yet.

Please login to write comment.