Color Hex Logo

#f9afef Color Hex

#F9AFEF
(249,175,239)
0 Favorites   0 Comments

Color spaces of #f9afef

RGB 249175239
HSL0.860.860.83
HSV308°30°98°
CMYK 0.000.300.04   0.02
XYZ69.976957.031788.9814
Yxy57.03170.32400.2640
Hunter Lab75.519333.2409-16.9955
CIE-Lab80.197436.8397-21.1286

#f9afef color RGB value is (249,175,239).

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

The process color (four color CMYK) of #f9afef color hex is 0.00, 0.30, 0.04, 0.02. Web safe color of #f9afef is #ff99ff. Color #f9afef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101111 11101111
Octal 371 257 357
Decimal 249 175 239
Hex F9 AF EF

RGB Percentages of Color #f9afef

%37.56
%26.40
%36.05

CMYK Percentages of Color #f9afef

%0
%30
%4
%2

Triadic Colors of #f9afef

#f9afef #eff9af #afeff9

Analogous Colors of #f9afef

#f9afef #f9afca #deaff9

Monochromatic Colors of #f9afef

#f9afef

Complementary Color

#f9afef #aff9b9

#f9afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9afef Color CSS Codes

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

#f9afef Text Font Color

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

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


#f9afef Background Color

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

This div background color is #f9afef


#f9afef Border Color

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

This div border color is #f9afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9afef


Comments

No comments written yet.

Please login to write comment.