Color Hex Logo

#f899af Color Hex

#F899AF
(248,153,175)
0 Favorites   0 Comments

Color spaces of #f899af

RGB 248153175
HSL0.960.870.79
HSV346°38°97°
CMYK 0.000.380.29   0.03
XYZ57.840545.834146.3558
Yxy45.83410.38550.3055
Hunter Lab67.700934.02566.7939
CIE-Lab73.437838.20163.7464

#f899af color RGB value is (248,153,175).

#f899af hex color red value is 248, green value is 153 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f899af hue: 0.96 , saturation: 0.87 and the lightness value of f899af is 0.79.

The process color (four color CMYK) of #f899af color hex is 0.00, 0.38, 0.29, 0.03. Web safe color of #f899af is #ff9999. Color #f899af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011001 10101111
Octal 370 231 257
Decimal 248 153 175
Hex F8 99 AF

RGB Percentages of Color #f899af

%43.06
%26.56
%30.38

CMYK Percentages of Color #f899af

%0
%38
%29
%3

Triadic Colors of #f899af

#f899af #aff899 #99aff8

Analogous Colors of #f899af

#f899af #f8b399 #f899df

Monochromatic Colors of #f899af

#f899af

Complementary Color

#f899af #99f8e2

#f899af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f899af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f899af Color CSS Codes

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

#f899af Text Font Color

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

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


#f899af Background Color

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

This div background color is #f899af


#f899af Border Color

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

This div border color is #f899af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f899af


Comments

No comments written yet.

Please login to write comment.