Color Hex Logo

#f9afce Color Hex

#F9AFCE
(249,175,206)
0 Favorites   0 Comments

Color spaces of #f9afce

RGB 249175206
HSL0.930.860.83
HSV335°30°98°
CMYK 0.000.300.17   0.02
XYZ65.537555.255965.6038
Yxy55.25590.35160.2964
Hunter Lab74.334327.2910-0.2924
CIE-Lab79.188431.4319-4.8040

#f9afce color RGB value is (249,175,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101111 11001110
Octal 371 257 316
Decimal 249 175 206
Hex F9 AF CE

RGB Percentages of Color #f9afce

%39.52
%27.78
%32.70

CMYK Percentages of Color #f9afce

%0
%30
%17
%2

Triadic Colors of #f9afce

#f9afce #cef9af #afcef9

Analogous Colors of #f9afce

#f9afce #f9b5af #f9aff3

Monochromatic Colors of #f9afce

#f9afce

Complementary Color

#f9afce #aff9da

#f9afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9afce Color CSS Codes

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

#f9afce Text Font Color

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

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


#f9afce Background Color

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

This div background color is #f9afce


#f9afce Border Color

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

This div border color is #f9afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9afce


Comments

No comments written yet.

Please login to write comment.