Color Hex Logo

#f9afdf Color Hex

#F9AFDF
(249,175,223)
0 Favorites   0 Comments

Color spaces of #f9afdf

RGB 249175223
HSL0.890.860.83
HSV321°30°98°
CMYK 0.000.300.10   0.02
XYZ67.716256.127477.0767
Yxy56.12740.33700.2794
Hunter Lab74.918230.2336-8.5555
CIE-Lab79.686334.1276-13.2688

#f9afdf color RGB value is (249,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101111 11011111
Octal 371 257 337
Decimal 249 175 223
Hex F9 AF DF

RGB Percentages of Color #f9afdf

%38.49
%27.05
%34.47

CMYK Percentages of Color #f9afdf

%0
%30
%10
%2

Triadic Colors of #f9afdf

#f9afdf #dff9af #afdff9

Analogous Colors of #f9afdf

#f9afdf #f9afba #eeaff9

Monochromatic Colors of #f9afdf

#f9afdf

Complementary Color

#f9afdf #aff9c9

#f9afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9afdf Color CSS Codes

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

#f9afdf Text Font Color

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

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


#f9afdf Background Color

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

This div background color is #f9afdf


#f9afdf Border Color

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

This div border color is #f9afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9afdf

Related Colors


Comments

No comments written yet.

Please login to write comment.