Color Hex Logo

#f9adcf Color Hex

#F9ADCF
(249,173,207)
0 Favorites   0 Comments

Color spaces of #f9adcf

RGB 249173207
HSL0.930.860.83
HSV333°31°98°
CMYK 0.000.310.17   0.02
XYZ65.273054.531966.1169
Yxy54.53190.35110.2933
Hunter Lab73.845728.5480-1.3926
CIE-Lab78.770932.6367-5.9632

#f9adcf color RGB value is (249,173,207).

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

The process color (four color CMYK) of #f9adcf color hex is 0.00, 0.31, 0.17, 0.02. Web safe color of #f9adcf is #ff99cc. Color #f9adcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101101 11001111
Octal 371 255 317
Decimal 249 173 207
Hex F9 AD CF

RGB Percentages of Color #f9adcf

%39.59
%27.50
%32.91

CMYK Percentages of Color #f9adcf

%0
%31
%17
%2

Triadic Colors of #f9adcf

#f9adcf #cff9ad #adcff9

Analogous Colors of #f9adcf

#f9adcf #f9b1ad #f9adf5

Monochromatic Colors of #f9adcf

#f9adcf

Complementary Color

#f9adcf #adf9d7

#f9adcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9adcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9adcf Color CSS Codes

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

#f9adcf Text Font Color

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

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


#f9adcf Background Color

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

This div background color is #f9adcf


#f9adcf Border Color

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

This div border color is #f9adcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9adcf

#f9adcf Color Palettes


Comments

No comments written yet.

Please login to write comment.