Color Hex Logo

#f9afdd Color Hex

#F9AFDD
(249,175,221)
0 Favorites   0 Comments

Color spaces of #f9afdd

RGB 249175221
HSL0.900.860.83
HSV323°30°98°
CMYK 0.000.300.11   0.02
XYZ67.448056.020175.6647
Yxy56.02010.33870.2813
Hunter Lab74.846629.8738-7.5455
CIE-Lab79.625333.8003-12.2788

#f9afdd color RGB value is (249,175,221).

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

The process color (four color CMYK) of #f9afdd color hex is 0.00, 0.30, 0.11, 0.02. Web safe color of #f9afdd is #ff99cc. Color #f9afdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101111 11011101
Octal 371 257 335
Decimal 249 175 221
Hex F9 AF DD

RGB Percentages of Color #f9afdd

%38.60
%27.13
%34.26

CMYK Percentages of Color #f9afdd

%0
%30
%11
%2

Triadic Colors of #f9afdd

#f9afdd #ddf9af #afddf9

Analogous Colors of #f9afdd

#f9afdd #f9afb8 #f0aff9

Monochromatic Colors of #f9afdd

#f9afdd

Complementary Color

#f9afdd #aff9cb

#f9afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9afdd Color CSS Codes

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

#f9afdd Text Font Color

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

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


#f9afdd Background Color

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

This div background color is #f9afdd


#f9afdd Border Color

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

This div border color is #f9afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9afdd


Comments

No comments written yet.

Please login to write comment.