Color Hex Logo

#f9affd Color Hex

#F9AFFD
(249,175,253)
0 Favorites   0 Comments

Color spaces of #f9affd

RGB 249175253
HSL0.820.950.84
HSV297°31°99°
CMYK 0.020.310.00   0.01
XYZ72.126557.8915100.3012
Yxy57.89150.31320.2514
Hunter Lab76.086536.0586-24.8987
CIE-Lab80.678439.3428-27.9142

#f9affd color RGB value is (249,175,253).

#f9affd hex color red value is 249, green value is 175 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f9affd hue: 0.82 , saturation: 0.95 and the lightness value of f9affd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101111 11111101
Octal 371 257 375
Decimal 249 175 253
Hex F9 AF FD

RGB Percentages of Color #f9affd

%36.78
%25.85
%37.37

CMYK Percentages of Color #f9affd

%2
%31
%0
%1

Triadic Colors of #f9affd

#f9affd #fdf9af #affdf9

Analogous Colors of #f9affd

#f9affd #fdafda #d2affd

Monochromatic Colors of #f9affd

#f9affd

Complementary Color

#f9affd #b3fdaf

#f9affd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9affd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9affd Color CSS Codes

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

#f9affd Text Font Color

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

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


#f9affd Background Color

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

This div background color is #f9affd


#f9affd Border Color

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

This div border color is #f9affd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9affd

Related Colors


Comments

No comments written yet.

Please login to write comment.