Color Hex Logo

#f9affa Color Hex

#F9AFFA
(249,175,250)
0 Favorites   0 Comments

Color spaces of #f9affa

RGB 249175250
HSL0.830.880.83
HSV299°30°98°
CMYK 0.000.300.00   0.02
XYZ71.652257.701897.8036
Yxy57.70180.31540.2540
Hunter Lab75.961735.4403-23.1650
CIE-Lab80.572738.7966-26.4676

#f9affa color RGB value is (249,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101111 11111010
Octal 371 257 372
Decimal 249 175 250
Hex F9 AF FA

RGB Percentages of Color #f9affa

%36.94
%25.96
%37.09

CMYK Percentages of Color #f9affa

%0
%30
%0
%2

Triadic Colors of #f9affa

#f9affa #faf9af #affaf9

Analogous Colors of #f9affa

#f9affa #faafd6 #d4affa

Monochromatic Colors of #f9affa

#f9affa

Complementary Color

#f9affa #b0faaf

#f9affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9affa Color CSS Codes

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

#f9affa Text Font Color

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

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


#f9affa Background Color

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

This div background color is #f9affa


#f9affa Border Color

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

This div border color is #f9affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9affa


Comments

No comments written yet.

Please login to write comment.