Color Hex Logo

#f9afde Color Hex

#F9AFDE
(249,175,222)
0 Favorites   0 Comments

Color spaces of #f9afde

RGB 249175222
HSL0.890.860.83
HSV322°30°98°
CMYK 0.000.300.11   0.02
XYZ67.581756.073676.3686
Yxy56.07360.33790.2803
Hunter Lab74.882330.0532-8.0492
CIE-Lab79.655733.9636-12.7740

#f9afde color RGB value is (249,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101111 11011110
Octal 371 257 336
Decimal 249 175 222
Hex F9 AF DE

RGB Percentages of Color #f9afde

%38.54
%27.09
%34.37

CMYK Percentages of Color #f9afde

%0
%30
%11
%2

Triadic Colors of #f9afde

#f9afde #def9af #afdef9

Analogous Colors of #f9afde

#f9afde #f9afb9 #efaff9

Monochromatic Colors of #f9afde

#f9afde

Complementary Color

#f9afde #aff9ca

#f9afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9afde Color CSS Codes

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

#f9afde Text Font Color

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

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


#f9afde Background Color

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

This div background color is #f9afde


#f9afde Border Color

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

This div border color is #f9afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9afde


Comments

No comments written yet.

Please login to write comment.